We'll be with you in a second

Good for post-IOS 14.5

Comprehensive guide...
 
Notifications
Clear all

Comprehensive guide to setup s2s postbacks with Everflow

2 Posts
1 Users
0 Likes
314 Views
Posts: 13
Admin
Topic starter
(@docsredtrack-admin)
Member
Joined: 4 years ago

So to send traffic to everflow offer you need to have:

  1. Custom tracking domain
  2. Offer source
  3. Offer
  4. You may also add LP as needed.
  5. Traffic channel
  6. Campaign

Step 1. Add Custom Tracking domain.  https://youtu.be/SwbqlAlNN8g  5
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 2
I can assume that you would have  https://custom.tracking.domain/postback?clickid={replace}&sum={replace}  1 . 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.

And you can always request Setup Services

1 Reply
Posts: 13
Admin
Topic starter
(@docsredtrack-admin)
Member
Joined: 4 years ago

Edit: used _ to replace . in urls

Our Redtrack/Everflow setup looks like this:

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.

Reply