In this video, we'll show you how you can add conversion tracking pixels to your event page & order complete page
We recommend using Google Tag Manager (GTM)
When used correctly, you can automatically add someone to a re-marketing campaign when they visit your event page.
Once they complete their order, you can automatically remove them from the re-marketing campaign
For GTM (Google Tag Manager) here's an example on how to pass in the order # and total revenue
gtag('event', 'conversion', {
'send_to': 'AW-877946477/TAitCIKfktsBEO3M0aID',
'value': [Revenue],
'currency': 'USD',
'transaction_id': '[OrderID]'
});