Home > Questions and Answers > Tracking Questions

How to set postback at the same time for two cpvlab track in one offer? (4)


11-01-2013 03:01 PM #1 suipowers (Member)
How to set postback at the same time for two cpvlab track in one offer?

I have two facebook accounts and run the same offer at the same time, and use the two cpvlab to track, I don't know how to set the postback for the two accounts, because there is one input box, anyone help me?


11-01-2013 04:02 PM #2 caurmen (Administrator)

The simplest way to do this would probably be to run a single instance of CPVLab and run the traffic from both accounts to it. Can you do that?

If not, most affiliate network backends will let you run multiple postbacks: try setting the postbacks up on your network


11-01-2013 04:27 PM #3 andyvon (AMC Alumnus)

You could create a simple php file where you put both of your postback URLs in like this:

Code:
<?php
include('http://trackingdomain1.com/adclick.php?subid=' . $_GET['subid']);
include('http://trackingdomain2.com/adclick.php?subid=' . $_GET['subid']); 
?>
Save it to let's say "postback.php" and in your network you use the following URL: "http://yourdomain.com/postback.php?subid=#s2#" (or whatever syntax your network uses for subids)

Haven't tested this myself, but it should work.


11-01-2013 05:16 PM #4 gts6 (Member)

there is a spot in cpv lab campaigns to fire additional postpacks


Home > Questions and Answers > Tracking Questions