Home > Questions and Answers > Tracking Questions

Help with tracking please ==> VOLUUM + DECISIVE + MY LANDER(STATIC CDN) + NETWORK (2)


06-01-2014 03:38 AM #1 superboi (Member)
Help with tracking please ==> VOLUUM + DECISIVE + MY LANDER(STATIC CDN) + NETWORK

Hello,

Can someone help me setup a funnel please? My main problem is with querystrings... especially with lander STATIC CDN

I am currently following this tutorial from caurmen:
http://stmforum.com/forum/showthread.php?15459-The-Mobile-Cookbook-The-Appetiser&p=154009&viewfull=1#post154009

I also have created my own lander from caurmen tutorial:
http://stmforum.com/forum/showthread.php?10149-How-To-Build-a-Simple-Mobile-Lander-That-Actually-Works

I also have checked zeno's post for CDN STATIC html:
http://stmforum.com/forum/showthread.php?14022-Landers-hosted-on-CDNs-How-to-pass-querystrings!

now lets get to the situation:
1) I got an affiliate network
2) I got Voluum
3) I got a CDN static lander
4) I got Decisive

================================================== =================================================
This is my unique Affiliate Link:
http://affiliatenetwork.com/mt/w2433s254x2u224/&subid1=c1&subid2={{{bidhash}}}

for this I only have added s1 and s2... (I only need the camp and conversion for now) (but I do have a question.. if we do not include those other macros in decisive does that mean we won't be able to track those other important data? Like OS/IP/Country/site/placement?)

in caurmens tutorial.. it says we can use: http://win.crwd.io/convert/{{{bidhash}}} as our tracking pixel...

but I have verified/contacted my aff network and their tech said my pixel should be: http://win.crwd.io/convert/%SUBID2%

so I did that... changed my pixel into decisives pixel + whatever the affnetwork said...

okay now... let's jump into the STATIC CDN LANDER...

here is the small script that zeno posted:

<!DOCTYPE html>
<html>
<head></head>
<body>
<script language="javascript">
//function to get parameters passed in the URL
function getURLParam( name ) {
name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec( window.location.href );
if( results == null )
return "";
else
return results[1];
}
//now associate each parameter with a variable
var subid1_val = getURLParam('subid1')
var subid2_val = getURLParam('subid2')
var subid3_val = getURLParam('subid3')
function cta(){
window.location ='http://myafflink.com/'+'?s1='+subid1_val+'&s2='+subid2_val+'&s3='+subid 3_val;
}
</script>
<a onclick="cta();">This is my link!</a>
</body>
</html>
From what I understood from the script above... I only need to modify the afflink.com correct?

So for my affiliate network the red text above will be:
window.location ='http://affiliatenetwork.com/mt/w2433s254x2u224/'+'?s1='+subid1_val+'&s2='+subid2_val+'&s3='+subid3_va l;
or
window.location ='http://affiliatenetwork.com/mt/w2433s254x2u224/'+'&s1='+subid1_val+'&s2='+subid2_val+'&s3='+subid3_va l;

================================================== =================================================

Okay... moving on into Voluum..

So basically... the funnel will be...

BANNER > VOLUUM > LANDER > OFFER

now that I am going to include VOLUUM... what would be my new URL in the banner in Decisive?

I am completely new to VOLUUM... but the UI looks pretty easy to setup... I already have added a test campaign... a testing lander...

but I have no idea what would be the URL (querystrings to be more specific)

Is it wise to have both VOLUUM + DECISIVE tracking my conversions? or Decisive Tracking is enough?

Since I am not adding any javascript/php script to my mobile lander... (using VOLUUM)... so the loading time won't really get affected...

I am thinking I can practice using VOLUUM via mobile and maybe use VOLUUM in my other camps in the future...

I am currently using CPVLAB and works fine... but it does add a little time to the landers loading time...

Thank you so much in advance... to those who can help...


06-01-2014 05:32 AM #2 zeno (Administrator)

You don't need to worry about the querystrings and your lander if using Voluum.

There is literally no shortage of threads around about setting up Decisive + Voluum and Decisive even has their own guide - http://help.decisive.is/knowledgebas...uctions-voluum

It is a good idea to use Voluum tracking and Decisive's tracking.


Home > Questions and Answers > Tracking Questions