Requesting tech team to this thread. We spent 4 hours yesterday trying to figure out which params we should use for our tracking links, postback link, how to setup offers properly etc.
And still, we weren’t able to make it work for us.
So to send traffic to everflow offer you need to have:
Custom tracking domain
Offer source
Offer
You may also add LP as needed.
Traffic channel
Campaign
Step 1. Add Custom Tracking domain. https://youtu.be/SwbqlAlNN8g
Step 2. Add Offer Source. Servers to consolidate all offers.
Step 3.
3.1 Add offer URL from Everflow. Important step - make sure you have sub2={clickid} as that is the default setting for Everflow as most often used. If you want to pass some other parameters to offer URL you can do it later
3.2 Add Postback to Eveflow to receive conversions back. Here is their guide: Getting Started - Partner Postbacks | Everflow Help Center
I can assume that you would have https://custom.tracking.domain/postback?clickid={replace}&sum={replace} . Based on discussed above and Everflow doc
clickid={sub2}
sum={sale_amount} or {amount}
Step 4. Add your landing page if needed
Step 5. Add and connect your traffic channel
Step 6. Create campaign with:
custom tracking domain
traffic channel
funnels containing one or several combinations of landing pages and offers. When you`ll save your campaign you will have either redirect link and tracking parameters. If you do no-redirect tracking. Gopy the script and add it to your landing page from step 4, replacing generic script.
Offer Source in Redtrack:
ClickId = {sub2}
Sum = {payout_amount}
Offer in Redtrack:
https://offerurl_com/?sub2={clickid}
*You have to put your subid (sub2 above) in the link at the offer level. You can add other params too, but we only use sub2 which is reserved for clickids.
In Everflow, we put in the postback like this:
https://trk_domain_com/postback?clickid={sub2}&sum={payout_amount}
*trk_domain_com is our tracking domain in Redtrack. Notice the clickid and sum match with the Offer Source in Redtrack above.
We’ve only ever used sub2 because we used sub1 for something else a long time ago. but I imagine you can use any subid as long as it matches in the offer url and postback url.
I had a hard time setting it up too, but it was my own lack of understanding on how subids work. Our sales rep and onboarding person from RT helped a ton too.