• Resolved sonnybe

    (@sonnybe)


    Hi
    To prevent duplicate conversions can you implement transaction id for google ads conversion ? Currently we can add conversion id and label but not the transaction id.Below is the standart purchase tracking code.

    <!-- Event snippet for Purchase - Google Ads conversion page -->
    <script>
      gtag('event', 'conversion', {
          'send_to': 'AW-35XXXXXX/KLzXXXXXXXXXX',
          'value': 1.0,
          'currency': 'USD',
          'transaction_id': ''
      });
    </script>

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author alekv

    (@alekv)

    Hi @sonnybe

    That’s already implemented in the plugin. It outputs the transaction ID automatically.

    But I guess this is not obvious from our documentation. And you’re not the first one to ask for it. Could you let me know where you looked for it in our documentation, or where would you have expected to find it?

    Thanks
    Aleksandar

    Thread Starter sonnybe

    (@sonnybe)

    Hi Aleksandar,

    Thanks for the quick response, you are right, google tag assistant didnt print the transaction id but I just did a test transaction and can see at the backend it is sent correctly.

    Thanks
    Sonny

    Plugin Author alekv

    (@alekv)

    Tip: Start using https://tagassistant.google.com/ It is the Google Tag Assistant successor and reveals more data on all events, like the transaction ID.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Transaction id for Google Ads conversion tracking’ is closed to new replies.