Home > Paid Traffic Sources > Mobile

SP co-reg on Airpush: Issue with subid's (3)


11-29-2012 08:40 PM #1 marketpundit (Member)
SP co-reg on Airpush: Issue with subid's

I use AP push notification traffic for my SP co-reg. However, i am unable to see data under subid's on devices and creatives in Silver-Path reports.... In fact, I am unable to see any data apart from total number of users, conversions, RPU and revenue. This was never an issue with GT. I talked to my AM's from AP and SP. They both had suggestions but nothing worked.

this is what i currently have for my destination url. this is how it suppose to be per Airpush AM.

mysite.com?ad=ADsP1&device=%device%&carrier=%carri er%&manufacturer=%manufacturer%&subid_phone=%phone %&subid_email=%email%


this is another combination i have tried. it did not work either

mysite.com?sub=AD1&sub2=%device%&sub3=%manufacture r%&sub4=%campaign%

Has anyone have ever experienced the same issue?

or, anyone can help me out to sort this matter out?


the tokens for Airpush are the following:

%device%
%manufacturer%
%campaign%
%creative%

Thank you in advance!!


11-30-2012 02:38 AM #2 colin (Member)

you've gotta grab that data from the URL and pass it along through the outbound links of your LP

grab and store variables like this:

Code:
<? $sub = $_GET['sub']; $sub2=$_GET['sub2']; $sub3=$_GET['sub3']; $sub4=$_GET['sub4']; ?>
then pass them along:

Code:
<a href="http://outboundlink.com/go/?sub=<? echo $sub; ?>&sub2=<? echo $sub2; ?>&sub3=<? echo $sub3; ?>&sub4=<? echo $sub4; ?>">Click Here</a>
be sure your lander is a .php


11-30-2012 04:20 PM #3 marketpundit (Member)

thank you Goodrich!!! it helped a lot!!


Home > Paid Traffic Sources > Mobile