Our postback tracking solution seamlessly works with all Affiliate Programs. All you need is this information to get it set up:
1 – Parameter to sent the CLICKID to the aff. program.
You will need to reach out to their support team and ask them which parameter you should use to send them the CLICKID.
Example: If the parameter is “external_id” you must add “&external_id=[tracking]” to your aff. link.
2 – CLICKID replacement at their end.
You will also need to ask them about the token or replacement they use on their end for the parameter mentioned in step 1.
Example: If the replacement is “%external_id%” you must add this token to the postback url using the parameter “cid”.
Postback url: https://go.goaserv.com/conversion.go?pid=XXXXX&cid=%external_id%&conv_type=a
It’s also possible to track the conversion amount if the affiliate program supports the necessary replacement. Suppose the replacement is %%amount%%; you will need to add it to the postback URL using the parameter “amount”.
Eample:
Postback url: https://go.goaserv.com/conversion.go?pid=XXXXX&cid=%external_id%&conv_type=a&amount=%%amount%
* Replace XXXXX with your GAS userID
Confirmed postback settings:
ADULTOFORCE.COM
ClickID parameter: &apb=[tracking]
Usage: &apb=[tracking]
ClickID Replacement: _CUSTOM_PARAMETERS_
Conversion replacement: _COMMISSION_AMOUNT_
Simple Postback: https://go.goaserv.com/conversion.go?pid=XXXXX&cid=_CUSTOM_PARAMETERS_&conv_type=a
Postback with commision report: https://go.goaserv.com/conversion.go?pid=XXXXX&cid=_CUSTOM_PARAMETERS_&conv_type=a&amount=_COMMISSION_AMOUNT_