The old postback URL structure, which was different between the smartlink and the marketplace, was a little confusing and created problems if you wanted to work with both smartlink an marketplace with a partner that didn’t support multiple server-to-server postbacks. So we’ve implemented a single S2S postback URL for both the smartlink and the marketplace.
NOTE: the old link structures will continue to work, so you don’t need to change anything where you’re already integrated, it will only be easier to integrate with new partners in the future.
The old postback structure was:Offers:
http://postback.yourdomain.com/offer/?clickid={clickid}&amount={amount}&key=abcdef0123456789
Smart:
http://postback.yourdomain.com/?subid={subid}&amount={amount}&key=abcdef0123456789
The new structure is, for both offers & smart:
http://postback.yourdomain.com/?clickid={clickid}&amount={amount}&key=abcdef0123456789
So, “offers/” has been removed for the marketplace, and “subid” has been renamed in “clickid” for the smartlink. As said, the old links still work as usual.
Also, the following macros have been renamed for consistency:
– {subid} is now {clickid} in the campaign destination URL
– {amount} is now {payout} in the smartlink postback
All the existing campaign destination URLs and user postbacks have been automatically updated, so no action is required on your side. |
LEAVE A COMMENT