This is for beginners & first timers
Okay, so I decided to share these notes/guide I created when I first started using
So I am sharing this, and hopefully somebody will get some use from it.
Don't focus so much on the exact URL's obviously, since they will be different for you and different with each network. This is more about the initial setup of your LP and how to "redirect" from your CTA -
So without further ado...
DIRECTIONS FOR LANDING PAGE REDIRECT "CALL TO ACTION" CREATION...
Note - Replace "pubid" with your personal pubid & "offerid" with the offer number you are selling.
OFFER SETUP-
BEGIN Voluum setup by creating an offer using a link like this in the url field...
http://trkur5.com/trk?o=pubid&p=offerid&s1={clickid}
The link above is created by using a method like the one described in detail in this wonderful little gem...
http://www.lukepeerfly.com/voluum-tracking
LANDING PAGE SETUP-
Then, Create a NEW Lander by giving it a name similar to the offer name. This is what the URL field should look like...
http://landingpageurl/?model={model}&os={os}
Add any tokens necessary to the above URL in the Voluum "add new lander" setup.
Next, create a new Campaign. After selecting traffic source, Country, cost model (Auto) CHOOSE "Path" then direct link and choose your offer in the drop-down. SAVE!
If this lander is on a new domain, you will need to create a "click url" in order to fire it back to the Voluum network so they can store it as a cookie. You only need to do this one time on each domain.
Here is what it might resemble. Click URL...
http://sacoral-wileted.com/click
You can find the "Click URL" in the settings/Setup area within Voluum interface.
NOTE-You can use the method below in order to register your domain with Voluum. After you use this script/method. You can delete the work and put your landing page files on the new page/domain. **EDIT: This means you can simply use this method to fire the pixel to Voluum, then afterword you will never need to do this again with this domain or any page/permalink on the domain.***
To use this link in this script, you can use this...
<html>
<head>
<script>
function getURLParameter(name) {
return decodeURI(
9RegExp(name + '=' + '(.+?)
(&|$)').exec(location.search)||[,null])[1] || ''
);
}
</script>
</head>
<body>
<a
href="http://sacoral-wileted.com/click">Click Here to buy!
</a>
Hello <script>document.write(getURLParameter('model')) </script>
user, you just won!
</body>
</html>
NOTICE THE CLICK URL IS BETWEEN BODY & INSIDE CALL TO ACTION LINK.
The idea here is to use the above script in order to fire the pixel back so your LP is recorded and a cookie is created with Voluum...(Layman's terms) It's fancy way of making your page matter to anybody other than you. Cuz you don't pay da bills, your LP does, hopefully.
Moving on...
After script is fired back to voluum once by testing the BUTTON. Take the code and change it to this...
<!DOCTYPE html>
<html>
<head>
<script>
function getURLParameter(name) {
return decodeURI(
9RegExp(name + '=' + '(.+?)
(&|$)').exec(location.search)||[,null])[1] || ''
);
}
</script>
</head>
<body>
<a
href="http://revshr.com/cm/pubid/337/?model={clickid}">Click Here to buy!
</a>
</body>
</html>
YOU CAN FIND THE LINK TO THE CALL TO ACTION BUTTON ON YOUR NETWORK. SIMPLY ADD " ?model= " to the end of the URL and manually add any tokens which you added within the "offers" URL field. Make sure your Network has the tokens you wish to use in your link.
BELOW IS THE CALL TO ACTION YOU ADD TO THE LANDER, WHICH COMES FROM YOUR NETWORK!
http://revshr.com/cm/pubid/offerid/?model={clickid} <<===SAMPLE ONLY!!
Okay hope this helped someone...
This is exactly what I was looking for! Thanks a lot for sharing.
I apologize if some of the directions are redundant. I added this some time after creating the tutorial I made for my own notes. The directions for using these methods can seem a bit hard to organize when you first begin setting these things up. So I like to keep notes as I progress and attempt to be able to go back and repeat these actions.
This is for the "click url" function. So it's necessary I point out the fact it's not something most people need to do, but it's definitely useful if you're using your own lander and want to track your conversions from your LP-CTA Button.
Once you use the first generic script, click on it. That should fire the pixel and just move on to the next steps.
And you are very welcome. Glad it is helpful buddy.
Good luck!
Not sure if I'm missing something here, but I don't understand why you were even messing with the extra code. All you need to do is to link the CTAs by using the "click" url and
I'm not a coder, so obviously I might be missing something here and would be happy to learn something new ... can you tell me why this method is better than using the simple approach I described above?
Hi pneumatik,
Unfortunately, this part is untrue:
http://landingpageurl/test-lander/{model}{os}
http://landingpageurl/test-lander/SM-G950Android
http://example.com?parameter1=value1¶meter2=value2¶meter3=value3
http://landingpageurl/test-lander/SM-G950Android
Well I guess I am missing some parts from my notes. I thought it was all there. I actually tried to go back and reference some of it but it's been some time since I no longer track this way being I track calls and not lead gen type offers anymore.
I changed the URL link but I suppose it wouldn't hurt to maybe even remove this post being it may confuse others.
When I set this up it worked perfectly for me so I'm a bit annoyed I missed these things since going through the overly detailed Userinfo in the
Well thanks for shitting in my lunchbox anyways... 