My current flow is Ad -> Lander -> Offer.
Problem is that with the offer link, I need to append an email address in a tag (email={email} to send to the vendor. The outbound link button is your standard http://mycustomdomain/click (and the offer link is myoffer.com/?voluumparameters={
The problem is, how would you even obtain the email in the first place? Is this your email that should serve as some identification or should those be the emails of the users? Need an answer to this first.
Email appending is usually for offers that only accept email traffic.
Hi eightythree ,
If you're getting email address on the landing page, you can then dynamically append it with JS to the end of Click URL, ie. xxxxx.voluumtrk.com/click?email=someEmail@example.com, and it will be passed through to the Offer URL automatically,
Kind regards,