• Resolved hamster2116

    (@hamster2116)


    Dear support team, how do I add conversion tracking with complianz (= purchase tracking etc.)?
    Apologize if this has been asked before. If you have an article in your documentation kindly share the link, as I could not find this topic.

    Here is a screenshot of my setup from the wizard: https://snipboard.io/4TSCkp.jpg

    Google Ads provided an event snippet, can I inject it in the site or will this interfere with complianz?

    <!-- Event snippet for Purchase conversion page -->
    <script>
      gtag('event', 'conversion', {
          'send_to': 'AW-xxxxx/xxxxxx',
          'transaction_id': ''
      });
    </script>

    Thanks so much for your help.

    Kind regards

Viewing 1 replies (of 1 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @hamster2116,

    You can add the script to your Purchase Confirmation page as you would normally do. If you only want to load it on consent for the “Statistics” category, it requires a slight modification to the <script></script> tags:

    <script type="text/plain" data-category="statistics">
      gtag('event', 'conversion', {
          'send_to': 'AW-xxxxx/xxxxxx',
          'transaction_id': ''
      });
    </script>

    Hope it helps!
    Kind regards,
    Jarno

Viewing 1 replies (of 1 total)
  • The topic ‘Google Ads Conversion tag question’ is closed to new replies.