I've seen many answers, but need a clear and straight solution to implementing Google Analytics for my site.
For the Stores->Configuration->Sales->Google API entry under Account Number:, is it looking for my:
I've got the .js code in the Content->Configuration->Global (for the active Theme)->Footer->Miscellaneous HTML box as follows (obfuscated for privacy, and includes an old Google Ads code):
<!-- Global site tag (gtag.js) - Google Ads: MY_AD_CODE -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-MY_AD_CODE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-MY_AD_CODE');
gtag('config', ‘G-MY_MEASUREMENT_ID’);
</script>
<script>
gtag('config', 'AW-MY_AD_CODE/SOME_OTHER_ID', {
'phone_conversion_number': '(800) 555-1212'
});
</script>So a few questions:
Thanks in advance!
Thanks - I appreciate the response.
Already been through the Analytics Basics course and been using it for a while, but it doesn't help with the specifics of configuring Magento 2 and getting the responses for sales. We've had months of data, but it's not tracking through to sales...
Those are the answers I really need.