Offer & Thank You URL Variables
You can append your offer or thank you URLs with the following variables to pass data onto your offer and thank you pages
Registrant Data:
cid
video.id
video.name
and the format should look like ?utm_source={{registrant.utm_source}}
It will only pass if the user has that value on their profile to pass
Traffic Custom Fields:
gclid
fbclid
cmc_vid
and the format should look like
http://google.com?gclid={{registrant.custom_tracking_fields.gclid}
http://google.com?fbclid={{registrant.custom_tracking_fields.fbclid}
User Custom Fields:
You can pass back any custom field you collect to the offer URL like so. Let's say you have affiliate as a custom field. It would look like this:
http://google.com?affiliate={{registrant.custom_fields.affiliate}}