How To Use Subid's In Prosper202

7 replies
Hey Warriors,

I'm using prosper202, hosted on my own domain and have a quick question about using subid's. Prosper202 seems to be able to add subid's to the end of your affiliate link so that you can track which ad actually converted but I'm not sure how this works.

When setting a campaign up, I enter my affiliate url with ?sub= at the end. It then gives you the option to use one of the following placeholders - [[subid]], [[c1]], [[c2]], [[c3]], [[c4]].

Now should I be adding one of these placeholders to the end of my affiliate URL? ex: ?sub=[[subid]]

How would prosper202 then be able to tell me which ad converted out of 20 different ads?

What does [[c1]] even mean?

I guess I'm having a hard time making sense out of this so thanks in advance to anyone willing to help me clear this up...
#prosper202 #subid
  • Profile picture of the author Krishna876
    Can anyone offer any help??
    {{ DiscussionBoard.errors[4132539].message }}
  • Profile picture of the author webapex
    I'm with you...Here's an article I had to grab from the feed for a site which is down right now.
    http://www.nanagilbertbaffoe.com/201...-was-possible/

    (Definitely call for some printing and head scratching)

    --------------------------------------------

    The New Prosper202 Tokens: Cool Stuff You Never Knew Was Possible
    Date: Monday, 18 Oct 2010 21:01
    Since the introduction of the new [[subid]], [[C1]], [[C2]], [[C3]] & [[C4]] tokens in Prosper202 there hasn't been much in terms of official documentation of how to best make use of them. This is quite unfortunate because these new tokens and internal prosper202 functionality updates actually quite powerful once you fully understand what you can do with them. This post goes into some of the power user features that were added, but never fully documented and explained.
    Let's Start With The Basics: [[subid]]

    Before the most recent updates, you would have to rearrange your affiliate links to ensure your subid variable was at the end of your url
    For example a link like the following:
    http://somenetwork.com/redirect.php?a=CD12345&subid1=&b=9315&optinfo=&d=0&l=0&p=0
    Would have to be rewritten as:
    http://somenetwork.com/redirect.php?...=&d=0&l=0&p=0&subid1=
    For many people this was a huge point of failure,and we saw more support tickets and emails about errors caused by the incorrect formatting of the affiliate link than anyone should be subject to.
    So now using the [[subid]] token on Prosper202 1.5 and higher, getting your link formatted correctly is as simple as grabbing your affiliate link and pasting the [[subid]] token right after the subid variable.
    An example is shown below:
    http://somenetwork.com/redirect.php?a=CD12345&subid1=[[subid]]&b=9315&optinfo=&d=0&l=0&p=0
    For the average, and not so average user, this is a major improvement and a much simpler non technical way to format affiliate links for correct tracking.
    Now About The New [[C1]],[[C2]],[[C3]], and [[C4]] Variables and Tokens

    For a while now, the only way to pass extra data into the software was with the t202kw variable on the tracking link generated in step 7
    Here's an example link:
    Page Not Found
    In the beginning, this was flexible enough. But, as the software started being used for media buys, email drops, ppv and social advertising etc, there was a need for more tracking parameters. That's where the C1-4 Variables become really useful.
    There are 2 main places you can use the C Variables, in step #3 you can use them as tokens and in step #7 they are available as url variables.
    Let's take a look at the simple way of using the C1-4 Variable and then go on to the more advanced feature, one that I assume many of our users may not have known existed.
    During step #7 as you create your tracking link you can use the forms to append up to 4 C variables to your tracking link. Think of them the same as you would the t202kw variable.
    For example on a facebook campaign you may use C1 to track the gender, C2 to track the age range, C3 for the ad creative and C4 for you bid type. Here's how the link may be formatted

    In this example we are using the C1-4 variables to track different factors of a Facebook campaign.

    The prosper202 interface in step #7 is just there to allow you to easily add these tracking variables, so you can actually manually append these to your links after you generate them. This works great for ad network tags like {placement} on adwords.
    To view and analyze the performance of your campaigns you'd use the new group overview screen. Using this screen you can group your reports by any number of factors.

    Use the new group overview tab to analyze performance

    Getting More Fancy - Dynamic Variable Passing

    Have you ever had a situation where you needed to pass dynamic values into your affiliate link? Until version 1.5 this was basically impossible unless you really hacked some code. This is definitely out of the question for most of of our users.
    But with the new and hardly documented variable passing system, this is a breeze.
    Take a look at this example:
    http://somenetwork.com/redirect.php?a=CD12345&subid1=[[subid]]&b=9315&optinfo=&d=0&l=0&p=0&subid2=[[c1]]
    I added a subid2 variable and placed the [[c1]] variable as its value. One big thing to notice is that, the [[c1]]-[[c4]] tokens DON'T have to be assigned to a corresponding c1-4 url variable in your link in step #3. Any of the following are completely valid
    http://somenetwork.com/redirect.php?a=CD12345&subid1=[[subid]]&b=9315&optinfo=&d=0&l=0&p=0&age=[[c1]]

    http://somenetwork.com/redirect.php?a=CD12345&subid1=[[subid]]&b=9315&optinfo=&d=0&l=0&p=0&c1=[[c1]]

    http://somenetwork.com/redirect.php?a=CD12345&subid1=[[subid]]&b=9315&optinfo=&d=0&l=0&p=0&gender=[[c1]]&age=[[c2]]

    http://somenetwork.com/redirect.php?a=CD12345&subid1=[[subid]]&b=9315&optinfo=&d=0&l=0&p=0&gender=[[c1]]&age=[[c2]]&location=[[c3]]&specialsauce=[[c4]]
    Now the question is, where does the c1-4 values come from? You pass them in on the fly via your tracking link generated in step #7
    Here's an example of how this would work:
    Page Not Foundc1=female&c2=21-26&c3=usa&c4=not-telling&t202kw=myKeyword
    When the link above is clicked Prosper202 would automatically perform the following substitutions (assuming your affiliate link in step #3 was: http://somenetwork.com/redirect.php?a=CD12345&subid1=[[subid]]&b=9315&optinfo=&d=0&l=0&p=0&gender=[[c1]]&age=[[c2]]&location=[[c3]]&specialsauce=[[c4]] ):
    http://somenetwork.com/redirect.php?a=CD12345&subid1=[[subid]]&b=9315&optinfo=&d=0&l=0&p=0&gender=female&age=21-26&location=usa&specialsauce=not-telling
    [[c1]] was replaced by "female", [[c2]] by "21-26″, [[c3]] by "usa" and [[c4]] by "not-telling"
    As you can see, with a little imagination, there are quite a few cool things you can do with this new functionality.
    Hot Tip: In all my examples, I didn't bother trying to encode my c1-4 values. Ideally you'd create an encoding for all these values to prevent competitors from knowing exactly how you are targeting your traffic.
    -----------------------------

    Bear in mind that not all advertisers support subIDs, in many cases you may have to ask for a tracking pixel to be added to the checkout page.

    Just had to mention this guy's Blog: CTR Tard .com "IM Marketing with a Helmet"

    Has has some prosper articles and a patch that makes adding those subIDs easier

    Pimp Your Prosper with Subid Injection Buttons | CTRtard.com - Internet Marketing with a Helmet
    Signature

    “An expert is a person who has made all the mistakes that can be made in a very narrow field” Niels Bohr

    {{ DiscussionBoard.errors[4133084].message }}
  • Profile picture of the author Krishna876
    Thanks a lot webapex. That cleared some things up for me. But I'm now wondering how I would implement this using facebook advertising.

    Any clues???
    {{ DiscussionBoard.errors[4133508].message }}
  • Profile picture of the author SirTestAlot
    When would we "need to pass dynamic values into your affiliate link?"
    I still don't understand how to use [[C1]],[[C2]],[[C3]], and [[C4]]
    If I write gender / age / etc. I'm assuming the network that I'm using it on would have to know these things? Where is this data coming from? Yes, if I had a facebook ad, I know they are keeping track of gender and age, but if I put in variables that they aren't tracking, it won't work right?

    Ex (Taco beefiness)(Relative Awesomeness)(Hotsauce level)
    as these aren't tracked by facebook.

    So we have to figure out ahead of time if the ppv network is tracking the variables we use? Will the network track our special sauce?
    {{ DiscussionBoard.errors[5876935].message }}
  • Profile picture of the author burgcan
    I've been struggling with the same questions you have. For me, I'm on POF and I been to figure out how to track my creative id, age, location and time. I don't have enough experience with tokens so I've been relying on my network to suppy me info. Can someone how this could be track and could you be able to provide a clear example in how I can implement this. For example, what do you do in step 3, do you place subid, c1,c2,c3,c4 varibles at the end of your URL. Then when you get to step 7, you define them. In step 7, how do you define them, i.e c1=age or is it c1={age}???

    As you can see I'm confused on this issue.

    Thanks in advance for your help!

    Ken
    {{ DiscussionBoard.errors[6207969].message }}
    • Profile picture of the author langdont
      I know this is a super old thread, but burgcan, Did you ever get this resolved, cause Im trying to figure out the same thing. And its been a costly mistake on my part, just has I didnt know, and still dont know. Any luck ?
      {{ DiscussionBoard.errors[10476227].message }}

Trending Topics