How to track Google ads conversions as well
-
Hello right now this is my google analytics and google ads snippet
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145665125-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-145665125-1'); gtag('config', 'AW-693771414'); </script>
As you can see I have Two configs one for google analytics and another for Google ads where I track conversion of my SEM campaigns, I wonder how can I implement this plugin without breaking my Google ads events.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to track Google ads conversions as well’ is closed to new replies.