This section summarizes how to add the URL Parameters (or Sub IDs) to the different OfferToro URLs. URL Parameters are optional but they can be added in the URL if you need to pass specific values to your server/code. When needed, the URL Parameter keys should be subid1, subid2, or subid3. The different URLs are as follows:
- Offer Wall
- API URLs
- Offers Gallery URL
- SDK
- Postback URL
For a better understanding of the full URL, please fill in the sample values:
When sending users to, or accessing the Offer Wall, you can add the URL Parameters as such:
https://www.offertoro.com/ifr/show////0/0///
An example for passing only one parameter:
https://www.offertoro.com/ifr/show////0/0/
The API feed has two possible URLs for you to choose from:
-
Offer URL Easy
https://www..offertoro.com/click_track/api?offer_id=19409967&pub_id=&pub_app_id=&USER_ID=&subid1=&subid2=&subid3=
-
Offer URL
https://www.offertoro.com/click_track/api/19409967////web/5/y///
The URL in the Offers Gallery - Offer Details section is the same as API's Offer URL Easy.
For SDKs, there are specific codes needed in order to add URL parameters.
The Postback URL is a bit different from all the other URLs as it will be our way to send back information to your server regarding the completed conversions of your users. In the examples below, we will use this Postback URL:
https://Your-Site.com/pb
In the Apps Settings page, the Postback URL has two options:
Full List of possible URL Parameters can be checked here