I got this error in
Postback request invalid. Click ID argument: b975b2b3-fd96-48blahblahblah
in Voluum my offer set up looks something like this
http://mmtrkbb.com/mt/wblahblahblah4s233s2blahblah/subid1={clickid}&subid2={campaign.id}
my pixel server to server url looks like this
http://t4randomblah.trackvoluum.com/...ayout=%AMOUNT%
What do I need to fix?
The problem is with your server to server URL.
You need to post back the Click ID (subid 1) to
Change it to this:
http://t4randomblah.trackvoluum.com/postback?cid=%SUBID1%&payout=%AMOUNT%
^^^^ Correct ^^^^
Or another way is to change your server to server subid value to subid1. Either way is okay.
Just one tip - always double check to make sure that the subid value is the same for your postback and offer URL.
Ah ok. I basically messed up my click and campaign ids...
so btw since server to server URL only has click ID. What's the point of having campaign id in the offer
You don't need to pass the campaign ID to Mundo.
You just do this because you want to. For whatever reason. It's not included in a postback.