Because Subscribe integrates into several different CRMs we utilize one set of tracking variables and translate those variables on the backend for the appropriate CRM plugin that is utilized on forms.
Tracking Variables:
Value | Name | Description |
ts | Traffic Source | The ID of the traffic source within the CRM. For example. If Oasis Ads has id 1AB4DDF in Konnektive then the value should be ts=1AB4DDF |
s1 | Subid 1 | Any value passed from the affiliate. Typically for networks they would pass their sub affiliate IDs in this field. |
s2 | Subid 2 | Any value passed from the affiliate. Typically used for additional creative information such as creative ID number. |
clickid | Click ID | A click ID field used for postback URLs. Passed through additional click ID fields in the CRM or in Konnektive's case c3. |
Example URL
https://mywebsite.com/?ts=1AB4DDF&s1=12&s2=img-23&clickid=465498682362545
https://keuvn.subscribefunnels.com/?ts=1AB4DDF&s1=12&s2=img-23&clickid=465498682362545
Network Platform Examples
Cake
https://mywebsite.com/?ts=1AB4DDF&s1=#affid#&s2=#s1#&clickid=#reqid#
Hasoffers
https://mywebsite.com/?ts=1AB4DDF&s1={aff_id}&s2={aff_sub}&clickid={transaction_id}