Home > Tracking Campaigns > Voluum

Does the tracking work for loops between landers? (3)


01-25-2015 03:18 PM #1 aaaart (Member)
Does the tracking work for loops between landers?

Lets say I want to use script on my landers, which creates a loop between two specific ones. This mean LP1 pops up, they click back and get redirected to LP2, then click the CTA.

If I want to do that, the traffic would go like this:

Advert -> Tracking URL -> LP1 -> back redirect to LP2 -> CTA -> Voluum -> offer.

So If use it like that, does the info URLs get lost on the way from LP1 to Lp2? Or can I just use also this cta link for LP2 and all informations for tracking will be passed correctly? hxxp://xxxxx.voluumtrk.com/click

The script I will be using is this one.

Code:
<script type="text/javascript" src="backfix.min.js"></script>

<script language="javascript" type="text/javascript">
bajb_backdetect.OnBack = function(){
window.history.back=function(){document.location=' http://tracker.com/click'}
}
</script>
backfix.in.js - https://code.google.com/p/group97230...ix.min.js?r=61

Just want to make sure, I wont lose all the data coming from the LP2.


01-25-2015 03:56 PM #2 stipes (Member)

One possibility is to create an another campaign for the redirect.
That's the easiest way to pass the click data from one lander to another. Just take URL parameters from one tracking link and pass it to other one. Using that approach you can rotate multiple landers when the user visits your campaign link and when he is redirected to the "other" campaign.


01-25-2015 04:35 PM #3 aaaart (Member)

Yeah thats a good idea. Using different campaigns should work great for one redirect at least. gonna try this forst, thanks man!


Home > Tracking Campaigns > Voluum