Skip to content

Postback Configuration

This document details how to use the Freebies Network Postback to report conversions internally. The Freebies Network Postback is unlike traditional postback systems. We don’t send the client a Click or Transaction ID we instead use their unique IDs so we can match these up via API calls when possible.

Freebies Network Postback

Below is the base URL to be setup on the platform as a Postback / S2S call back:

https://trk.wowfreebies.com/pb-05vPyX.php

Along with the above the following must be passed:

  • ?token= - this should be passed first, you will need to use a unique token for the Affiliate Network that has been registered internally.
  • &network= - should be the Affiliate Networks name, this should not include any symbols or spaces.
  • &revenue= - should be the amount we earn for the conversion, you should not include any currency symbols with the amount here.
  • &currency= - should be the 3 letter currency code (e.g. GBP, USD). This should match the currency the network passes us the amount in. E.g if the network defaults to reporting in USD, this should be set to USD.
  • &clickid= - should be a unique Transaction/Click ID that the network generates per conversion. This is not a value that WOW will generate.

Example Postback

https://trk.wowfreebies.com/pb-05vPyX.php?token=g7yrh6s2OLThJftNcbyB&network=ABCAffiliates&currency=GBP&revenue=%revenue%&clickid=%transactionid%

As you can see from the above the network name is a static value “ABCAffiliates” and the revenue is %revenue%. This parameter needs to change based on the conversion value so we used %revenue% but this will most likely not be the variable you would use with the network. Alongside the required parameters the following can optionally be passed:

  • &offername=
  • &id=
  • &status=
  • &source= (utilize a Sub ID)
  • &aid= (utilize a Sub ID)
  • &pid= (utilize a Sub ID)
  • &country=
  • &uid= (utilize Sub ID 5)

It is highly recommended that you use &source=, &aid= and &pid= to pass Sub ID data back that we pass to the network. If the network supports 3 Sub IDs then for example &source=%subid1% could be used if the network’s Sub ID token is %subid1%, &aid= for their Sub ID 2nd token.

Postback Templates

The below are templates for different platforms to save you time configuring the postback with the correct variables.

The only parameters that need changing in the below templates are the network name which has been highlighted in red, this is a static parameter so simply swap out for the network name, avoid spaces. Also, the Currency Code for the CAKE template needs replacing with a 3 letter currency code e.g. GBP.

Affise

https://trk.wowfreebies.com/pb-05vPyX.php?token=UniqueTokenID&network=NetworkName&currency={currency}&revenue={sum}&clickid={transactionid}&offername={offer_name}&id={offerid}&source={sub1}&aid={sub2}&pid={sub3}&country={sub4}&uid={sub5}

CAKE

https://trk.wowfreebies.com/pb-05vPyX.php?token=UniqueTokenID&network=NetworkName&currency=CurrencyCode&revenue=#price#&clickid=#leadid#&id=#oid#&source=#s1#&aid=#s2#&pid=#s3#&country=#s4#&uid=#s5#

Everflow

https://trk.wowfreebies.com/pb-05vPyX.php?token=UniqueTokenID&network=NetworkName&currency={offer_currency}&revenue={payout_amount}&clickid={conversion_id}&offername={offer_name}&id={offer_id}&source={sub4}&aid={sub2}&pid={sub1}&country={sub3}&uid={sub5}

Post Affiliate Pro

https://trk.wowfreebies.com/pb-05vPyX.php?token=UniqueTokenID&network=NetworkName&revenue={$commission}&currency={$originalcurrency}&clickid={$transactionid}&id={$campaignid}&offername={$campaignname}&source={$lastclickdata1}&aid={$lastclickdata2}

Scaleo

https://trk.wowfreebies.com/pb-05vPyX.php?token=UniqueTokenID&network=NetworkName&revenue={payout}&currency={offer_currency}&clickid={transaction_id}&id={offer_id}&source={sub_id1}&aid={sub_id2}&pid={sub_id3}&country={sub_id4}&uid={sub_id5}

TUNE

https://trk.wowfreebies.com/pb-05vPyX.php?token=UniqueTokenID&network=NetworkName&currency={currency}&revenue={payout}&clickid={transaction_id}&offername={offer_name}&id={offer_id}&source={source}&aid={aff_sub}&pid={aff_sub2}&country={aff_sub3}&uid={aff_sub5}

Trackier

https://trk.wowfreebies.com/pb-05vPyX.php?token=d9XZmhUkaN5GPlKYvKgKUc&network=felix-partners&currency={currency}&revenue={payout}&clickid={conversion_id}&offername={campaign_title}&source={p1}&aid={p2}&pid={p3}&country={p4}&uid={p5}