MyAffiliates and Voluum
This document provides instructions on how to set up tracking of MyAffiliates offers. MyAffiliates is an affiliate management platform. You can use it to:
- Get offers from casino brands managed by MyAffiliates and track conversions of those offers with Voluum
- Use Voluum to track your affiliates if your offer is managed by MyAffiliates.
Before you start
There are several considerations before you begin:
- MyAffiliates doesn’t allow for dynamic payouts. You can only put a static value into the postback, followed by our
payout
parameter. For example, you can add a tracking parameterpayout=100
, so the payout value in Voluum increases by 100 - You must remember to implement HTTP and not HTTPS postback, as HTTPS postbacks are not supported by MyAffiliates.
- Postback fired by MyAffiliates can be delayed, as they launch postbacks only after they process data.
- There are 3 parameter names that MyAffiliates use to store the click ID value: {payload}, {s2s.req_id}, and {s2s.pub_id}. Remember to use one consistently throughout your setup, as they are not interchangeable.
I. (Optional) Add MyAffiliates as an affiliate network to Voluum
This step is optional, but it will make setting up multiple offers easier and will allow you to sort your Voluum offers easily.
II. Get an offer from MyAffiliates
III. Add a MyAffiliates offer to Voluum
- In Voluum, go to the Offers tab and click the New offer button.
- ( Optional) Select the MyAffiliates affiliate network from the drop-down menu if you've created one.
- Provide a name for the offer.
- Paste the offer link that you have copied from MyAffiliates. It should look like this:
https://record.example.com/_System_generated_token/1/?payload={clickid}
- Copy the postback URL. If you've set up MyAffiliates affiliate network, the postback URL is already configured. If not, then you need to put the
{payload}
tracking token next to Voluumcid
parameter name. Your postback should look like this:http://voluumdomain.com/postback?cid={payload}
- Click the Save button.
IV. Submit a postback URL to MyAffiliates
- In MyAffilaites, go to Postbacks.
- Submit the postback URL that you have copied from Voluum.