To verify… open a browser in which you are not logged into WordPress, navigate to your website, right-click, and view page source. Look for the Google Analytics script. The Ad Conversion tracking tag should be on its own line in the GA tracking code as follows:
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-#########');
gtag('config', 'G-##########');
</script>
]]>Highly recommend for any organisation who’s website is critical to their business.
]]>using latest woocommerce with latest WP instal 6.1.1 and Elementor Pro
]]>I amn stuck as to what to replace the variable revenue function with, any body any experience with bing adds and tracking order values
]]>In order to track actions on a specific page. Google Adwords or Analytics will ask me to add a different tracking code to that specific page only.
Is it possible to do this with this plugin? Or do you only handle a global analytics tracking cookie?
]]><script> var ecData = { "email": '[emailVariable]', }; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'formSubmit', 'ecData': ecData }); </script>
// Please replace [emailVariable] with the variable that tracks the email from the form and add the customized code on the back end of the thank you page//
]]>