Callback URL / server to server help needed
-
Hi. This isn’t strictly a WordPress-related query. But I hope someone is advanced enough to help me.
A third party advertiser is sending us variables appended to a URL which we need to collect.
The advertiser’s login, for example, will be arranged as below:
https://www.advertiser.com/click.asp?ordernumber=xxxx&programmeid=xxxx&tracking=xxxx
Our URL is arranged as such:
https://www.oururl.com/conversionpage
We need our callback URL to be collecting their fields, so when a conversion is submitted it will look like this:
https://www.oururl.com/conversionpage/click.php?ordernumber=xxxx&programmeid=xxxx&tracking=xxxx
Can someone help me with the coding I need to achieve this?
It is essentially server to server tracking.
Regards,
Richard
- The topic ‘Callback URL / server to server help needed’ is closed to new replies.