The problem is that we need to add the Analytics tracking code for each language (we set it in two different properties inside the same account) and we doesn’t know how to do it.
Is there any specific code to add it to our web?
Thank you so much.
]]>Is “settings / insert headers and footers” the right place to insert the tracking code or is it DIVI?
Please help me!
Thank you…
]]>When I view the pages of my site with Ctrl-U, I don’t see the tracking code. Why is that?
Thanks
https://www.ads-software.com/plugins/google-analytics-dashboard-for-wp/
]]>i installed your plugin and everything seems to be fine on google analytics side. but the dashboard view of visitors show 0 visitors even though google analytics in page tracking says there are 10 user currently on my site. what did i wrong?
and the tracking code it self is only visible in IE and Chrome .. when i try to find it in the source code within FireFox then it is not found. :-/
can you help?
cheers
joerg
https://www.ads-software.com/plugins/google-analytics-dashboard-for-wp/
]]>I haven’t been able to find any reference or post regarding Google Analytic’s support option for the Remarketing (Digital Marketing?). The plugin displays
<script type=”text/javascript”>//<![CDATA[
// Google Analytics for WordPress by Yoast v4.3.3 | https://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-xxxxxxxx-2’]);
_gaq.push([‘_trackPageview’]);
(function () {
var ga = document.createElement(‘script’);
ga.type = ‘text/javascript’;
ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘https://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(ga, s);
})();
//]]></script>
Google analytics explains that the standard line:
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘https://www’) + ‘.google-analytics.com/ga.js’;
must be replaced with the modified line:
ga.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘https://’) + ‘stats.g.doubleclick.net/dc.js’;
in order to support remarketing. See https://support.google.com/analytics/answer/2444872?hl=en for the documentation on this.
It doesn’t matter what site this is on as I’ll need to use it on almost every site going forward.
Can someone tell me how to get this to populate correctly in WP SEO? I’m going to have to disable WP SEO and add the tracking code manually, temporarily (I hope), to accommodate this for now.
Thank you,
Shawn Blair
https://www.ads-software.com/extend/plugins/google-analytics-for-wordpress/
]]>I haven’t been able to find any reference or post regarding Google Analytic’s support option for the Remarketing. The plugin displays
<script type=”text/javascript”>//<![CDATA[
// Google Analytics for WordPress by Yoast v4.3.3 | https://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-xxxxxxxx-2’]);
_gaq.push([‘_trackPageview’]);
(function () {
var ga = document.createElement(‘script’);
ga.type = ‘text/javascript’;
ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘https://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(ga, s);
})();
//]]></script>
Google analytics explains that the standard line:
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘https://www’) + ‘.google-analytics.com/ga.js’;
must be replaced with the modified line:
ga.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘https://’) + ‘stats.g.doubleclick.net/dc.js’;
in order to support remarketing. See https://support.google.com/analytics/answer/2444872?hl=en for the documentation on this.
It doesn’t matter what site this is on as I’ll need to use it on almost every site going forward.
Can someone tell me how to get this to populate correctly in WP SEO? I’m going to have to disable WP SEO and add the tracking code manually, temporarily (I hope), to accommodate this for now.
Thank you,
Shawn Blair
https://www.ads-software.com/extend/plugins/wordpress-seo/
]]>