2.0.13 causes tracking code to display on front end
-
On 2.0.7, this tag works perfectly:
<script async src=”https://www.googletagmanager.com/gtag/js?id=AW-####”></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘AW-####’); </script>
On 2.0.13, the tag starts outputting a clickable HTML link to the script directly on the front end:
<!–BEGIN: TRACKING CODE (v2.0.13) MANAGER BY INTELLYWP.COM IN BODY//–>
<!– Global site tag (gtag.js) – Google Ads: #### –>
https://www.googletagmanager.com/gtag/js?id=AW-####It does the same thing with another tracking code from clickandpledge so it’s not just Google related tags.
- The topic ‘2.0.13 causes tracking code to display on front end’ is closed to new replies.