Home > Tracking Campaigns > Voluum

Voluum and Adwords (7)


07-08-2014 04:17 PM #1 wannabe (Member)
Voluum and Adwords

Hi,

My destination URL in Adwords is http://mydomain.com/games.php?keyword={keyword}
games.php redirects to my Voluum tracking link: http://voluumdomain.com/35bddcff-cb2c-4226-a953-eef82f231326?keyword={keyword}
In Voluum, I have setup Adwords as a traffic source and in Custom Variable 1, I entered Parameter = keyword, Placeholder = {keyword} and Name = keyword

However, the keywords are not being tracked. When I go to Report -->Variable V1, it just shows {keyword} instead of the actual keyword.
Everything else is working fine. Clickids are being passed to the affiliate network and conversions are also being properly tracked by voluum.

ps. Voluum support replied with the following:

"your traffic source (Adwords) should pass the actual keyword in the postback url. Thats why this parameter (keyword) should be added to your postback url in your traffic source setup."


which doesn't make any sense to me because as far as I know, postback url is for sending conversion data from voluum back to the traffic source. Here, I am trying to get the keyword from the traffic source to show up in my voluum reports.

Please let me know how I can pass keywords from Adwords.

Thanks


07-08-2014 04:44 PM #2 Adamw (AMC Alumnus)

What it looks like is that you're not grabbing the values from the request header parameters and appending them to your tracking link. So on your redirect page put this code:

<?php

extract($_REQUEST);
header( 'Location: http://yourlander.com/?keyword='.$keyword ) ;

?>

should do the trick


07-08-2014 05:57 PM #3 wannabe (Member)

Hi buttonedup, thanks for your reply. Is there any way to do this without using header in php as I am using noipfraud and it messes up the redirect.


07-08-2014 08:52 PM #4 Adamw (AMC Alumnus)

I don't use noipfraud so I'm not sure... but possibly with javascript window.location = ""

I'm not a programmer, so I don't know... @zeno or @caurmen might have a solution for that though!


07-08-2014 10:31 PM #5 caurmen (Administrator)

Hmm, I also don't know noipfraud. Why does header() screw up the redirect?


07-09-2014 03:26 AM #6 zeno (Administrator)

Quote Originally Posted by wannabe View Post
Hi buttonedup, thanks for your reply. Is there any way to do this without using header in php as I am using noipfraud and it messes up the redirect.
So... is games.php a noipfraud script? Talk to them... it should be trivial to pass this kind of stuff through - I mean, a cloaker should be able to do this right?


07-09-2014 08:08 PM #7 wannabe (Member)

thanks for the reply guys. I'll talk to the noipfraud team about this.


Home > Tracking Campaigns > Voluum