Hey guys,
I have set up the postback URL in Cake like this (CPVLab):
http://trackingdomain.com/base2.php?...evenue=#price#
Now for a couple of offers this works, but it won't fire on a bunch of others. What I have noticed is that the offers that don't work show "Pixel HTML (Must be HTTPS):", so in that case does the postback URL also have to be HTTPS?
If it is required, what SSL cert do you guys recommend? The cheaper the better obv 
About the SSL cert; If used for desktop traffic only, a 10 bucks a year basic Comodo or Geotrust SSL cert will do just fine.
If you need to support mobile browsers you might want to go with something like GeoTrust QuickSSL Premium or a similar product where they explicitly support mobile devices. It seems that not all SSL certificates are trusted by mobile browsers.
Hey man, try this:
If you installed CPV Lab in a folder:
http://trackingdomain.com/INSTALLDIRECTORY/adclick.php?subid=#s2#&revenue=#price#
http://trackingdomain.com/adclick.php?subid=#s2#&revenue=#price#
Your problem is that you use http://yourdomain.com/base2.php?subid=#s2#
But that is the URL you have to use to redirect the users to the offer.
For postback you have to use http://yourdomain.com/adclick.php?subid=#s2# just as kyuss says
why need to append &revenue=#price# ?
so you are meaning you will get accurate stats especially split testing among networks ?
you're fast to response
Cake platform :
(Specify $0.00 in the lead payout, the #price# will automatically populated in the postback url)
https://tracker.com/adclick.php?subi...evenue=#price#
HasOffer platform :
https://tracker.com/adclick.php?subid=aff_sub2
NeverBlue platform :
https://tracker.com/adclick.php?subid={subid2}
HitPath platform (W):
(Manually hardcode the lead payout c3=1.00 in the offer url when setup campaign)
https://tracker.com/adclick.php?xxc2xx&revenue=xxc3xx
Anyone know what to specified for HasOffer and Neverblue platform, correct me if I'm wrong, i prefer setup correctly once rather than clear up the mess later.
This should work for CPV Lab:
Cake:
https://tracker.com/adclick.php?subid=#s2#&revenue=#price#
https://tracker.com/adclick.php?subid={aff_sub}&revenue={payout}
https://tracker.com/adclick.php?subid={subid}&revenue={payout}
@kyuss : I use subid 2 it keep me consistence especially when setup campaign, rather than need to figure which one to use for the subid, troublesome !
In that case, you'll need {aff_sub2} at the end for HasOffers, and {subid2} at the end for Neverblue.