Forum Replies Created
-
AuthorPosts
-
Hey Rikard,
The global site tag adds visitors to your basic remarketing lists and sets new cookies on your domain, which will store information about the ad click that brought a user to your website. You must install this tag on every page of your website.
…
Copy the tag below and paste it in between the <head></head> tags of every page of your website. You only need to install the global site tag once per account, even if you’re tracking multiple actions.<!– Global site tag (gtag.js) – Google Ads: 123456789 –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=AW-123456789″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘AW-123456789’);
</script>The event snippet works with the global site tag to track actions that should be counted as conversions…
Add the snippet to the page that a customer reaches after completing a conversion:
Copy the snippet below and paste it in between the <head></head> tags of the page that you’d like to track, right after the global site tag.<!– Event snippet for xyz conversion page –>
<script>
gtag(‘event’, ‘conversion’, {‘send_to’: ‘AW-123456789/xxxxxx_NUD’});
</script>Best regards,
Hazlitt- This reply was modified 5 years, 10 months ago by Hazlitt.
Hey Rikard,
I gues, this is one of the best support ever. Genial. Thank you!
Best Regards,
HazlittHi Yigit,
thank you for your quick support.
I updated WordPress and enfold. But the problem is still there.
Best regards,
HazlittHi,
you can find the video here: http://e-mail-marketing-key.de/mehr-zeit/
It is at the end of the video.Now I use the code from Ismael. Everything is fine now. Thank you!
Best Regards,
Hazlitt :)Hi!
After update wordpress and enfold it looks like this:
How can I fix it to look like this, please?
Thanks in advance!
HazlittGreat – Thank you Elliott!
:)Hey Andy,
thank you.
I used your code in Quick CSS. But then the mobil menu was there anytime. Even at desktop view.
Now I removed the code from Quick CSS. Now it is god in mobil. But I can not click the menu: “Mehr Zeit” and “Video Marketing” at the moblie view.
Can someone help, please?
Cheers!
HazlittHi Rikard, thank you for your answer.
I will place the video here http://e-mail-marketing-key.de/
You gave a very good anser, Rikard. I just put this to the Quick CSS:
—
#top input[type=”email”] {
display: inline;
}
—
Thank you!Best Regards
Hazlitt
where can I do: “display: block”, please?
Is there a code for the Quick CSS?Yigit, you are great – thank you!
Hi,
I contact the plugin´s author. But no response till now.
Do you know any alternatives for ratings?
Regards,
HazlittHi Josue,
I updated the plugin “Rating-Widget: Star Rating System”. But the problem is not solved.
The problem came with the update to WordPress 4.Best regards,
HazlittHello Josue,
thank you! It was this plugin: Rating-Widget: Star Rating System
After I disabled this plugin, everything work well.But how can I get my ratings now?
Regards,
Hazlitt -
AuthorPosts