Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202

Prosper202 Universal Smart Pixel setup with Neverblue's global postback URL (5)


02-13-2012 03:33 PM #1 syfy (Member)
Prosper202 Universal Smart Pixel setup with Neverblue's global postback URL

So NB gives you a bunch of tags, can I use that for my smart pixel setup in p202?

this is what my smart pixel looks like:

Code:
<iframe height="1" width="1" border="0" style="display: none;" frameborder="0" scrolling="no" src="https://trackingdomain.us/tracking202/static/upx.php?amount=1.50" />
i assume in NB's case. i just grab the URL....but how i can i use all the tags that NB gives?

{affiliate_id}
Place your affiliate ID

{site_id}
Place the website ID of your converting traffic source

{campaign_id}
Place the ID of the campaign that converted

{action_id}
Place the ID of the action that converted

{subid}
Place the subid you sent to us from the users click.

{unique_conversion_id}
Place an ID that is unique to that conversion.

{payout}
Revenue amount for that conversion.


02-13-2012 03:42 PM #2 julien (Member)

I'm not sure to understand your problem, but you should not use :

Code:
<iframe height="1" width="1" border="0" style="display: none;" frameborder="0" scrolling="no" src="https://trackingdomain.us/tracking202/static/upx.php?amount=1.50" />
And use this code instead:

Code:
<iframe height="1" width="1" border="0" style="display: none;" frameborder="0" scrolling="no" src="https://trackingdomain.us/tracking202/static/upx.php?amount={payout}" />
Because if you keep the first URL, you'll increment Prosper202's data with a $1.50 payout, for each of your campaigns!
(Although the amount parameter never worked for me with NB, use {payout} in case it works some days )

Also, I think one parameter is missing : subid. This is the most important one for your tracking.
I don't remember the exact syntax but it should be something like this:
Code:
<iframe height="1" width="1" border="0" style="display: none;" frameborder="0" scrolling="no" src="https://trackingdomain.us/tracking202/static/upx.php?amount={payout}&subid={subid}" />
PLEASE NOTE YOU HAVE TO CHECK THE PARAMETERS ARE CORRECT
I prefer to use postback URL so I'm not sure if your pixel code is ok.


02-13-2012 03:52 PM #3 syfy (Member)

thanks.

so, prosper202 doesnt have any use of the tags that NB gives me, except for {payout} and {subid}?


02-13-2012 04:16 PM #4 julien (Member)

1/ Go to your Prosper202 and grab your pixel code or the postback URL

2/ You give Neverblue the pixel code or the postback URL you find in Prosper202.
In this tracking code, you can add one or several Neverblue tags, which ones you want:
{affiliate_id}, {site_id}, {campaign_id}, {action_id}, {subid}, {unique_conversion_id} or {payout}.

3/ You have to make sure you put these tags in parameters Prosper202 can read. (for example ?amount=)
You don't change anything to your P202's URL structure, you just insert the Neverblue tags at the right place.

4/ If your URL is correct, Prosper202 can automatically import the data.
I have noticed that for me, for some reason, the tag {payout} given by Neverblue seems to not work.


02-13-2012 04:20 PM #5 julien (Member)

To make things simple (and to answer your question lol):
Yes, prosper202 doesn't have any use of the tags that NB gives you, except for {payout} and {subid}.


Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202