The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “RollerAds”/

Stuck in CPVLab campaign setup...a little help please!

Norm_95

New Member
affiliate
Hi All! I have a generic issues with CPVLab basic LP campaign setup.

I have difficulties with script/code part.

1)when I click on campaign URL, it says "no destinations set"

2)I don't understand about, offer php, script, I ussed to create a seperate php file in LP folder, and then in LP html file create,
in <a href="offer.php"> but it seems in CPVLab it's little bit different,I guess...

any solutions?
 
I think it says "no destinations set" because you didn't run the campaign, you must copy and paste in your address bar the "Campaign URL" link. Only after this you can click on the LP's CTA button and be redirected to the offers you promote.


But just in case it's not the case and maybe other people have issues when making campaigns in CPVLab this is how you must proceed:

Let's say you have the CPVLab installed on the following domain: mytracking.com

On your LP, at the bottom of the page, before the closing "</body></html>" you must have:

<input type="hidden" id="hidLocation" value="http://www.mytracking,com/" />
<script type="text/javascript" src="http://www.mytracking.com/landing.js"></script>


What kind of setup do you have? "Direct Link and Landing Page" or "Multiple Option"?

If you have DL&LP your link for the CTA button should be: <a href="http://www.mytracking.com/base2.php">Click here for the offer</a>

If you have MO your link should be:
<a href="http://www.mytracking.com/base2.php?cogid=1">Click here for the offer 1</a> for the offers of "Option 1"
<a href="http://www.mytracking.com/base2.php?cogid=2">Click here for the offer 2</a> for the offers of "Option 2"
...


I'm sure you know how to add the LPs and offers when you're creating your campaigns, this is the easy part.

When you are creating your campaign, bellow the "Add Landing Page", "Add Offer"... buttons you'll find the "Campaign URL", this is the url you'll use for your banners in the advertising network. It's something like:

"http://www.mytracking.com/base.php?c=10&key=456fgd87926474791f3453d2542" + some tokens you need (ad, placement, keyword...).

I'm interested to track only banners for this campaign so for each banner you'll have:

http://www.mytracking.com/base.php?c=10&key=456fgd87926474791f3453d2542&ad=banner1
http://www.mytracking.com/base.php?c=10&key=456fgd87926474791f3453d2542&ad=banner2
...

Copy and paste in your browser address bar these links and it should work.
 
MI
Back