TV202 Prosper202 Tracking202 Export202 WorldProxy202 Meetup202 | Blog Forum Newsletter Twitter | Advertise
Login · Register
Home About Docs Scripts Blog Forums Hosting Donate Download
Before Posting, Have You Read the FAQ? And Have You Searched? If Not Please Do!

Attn: The 202 Support Forum will now be revised
Within the next few weeks the Tracking202 Support Forum will be revised. Some threads will be shut down or reorganized. New rules will be put in place to accommodate those who need help. The 202 team wants to make the forum a more user friendly place for new and old affiliates. We want to make this forum a place for affiliates to help each other be successful.

Direct downloads of software products and tracking

Post new topic Reply to topic Prosper202 Forum Index » Tracking202 Pro Setup Help
New Posts Search Forum
Author Message
jerdei


Joined: May 12th, 2009
Posts: 7

Post Posted: Aug 7th, 2009 at 4:07am Post subject: Direct downloads of software products and tracking Reply with quote

Hi there.

Many of my sites sell software. I use mostly "download it now" links. So when a customer clicks my affiliate link they directly start to download the software.

My question is how to track this in tracking 202. If I setup a redirect page then yes the use will start downloading the product but they will be on a blank screen because I am not forwarding them to the merchant site. They are simply downloading the product directly through my affiliate link.

Any ideas on how best to track this

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 4342

Post Posted: Aug 7th, 2009 at 1:01pm Post subject: Re: Direct downloads of software products and tracking Reply with quote

Tracking202 works through subid tracking. As long as your affiliate network provides you with a link that you can append a subid you should be fine.

It doesn't matter what the action is, the thing that matters, is your network must support subid tracking or else it won'twork.

Back to top
jerdei


Joined: May 12th, 2009
Posts: 7

Post Posted: Aug 7th, 2009 at 2:44pm Post subject: Re: Direct downloads of software products and tracking Reply with quote

So when I setup my landing pages I do not need to use a re-direct page at all? Just have the download link with the sub ID and the java script provided by tracking 202 and I'm good to go.

Would I still need to include the section after subid= ( something about cookies and tracking202 keyword )

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 4342

Post Posted: Aug 14th, 2009 at 6:08pm Post subject: Re: Direct downloads of software products and tracking Reply with quote

jerdei wrote:
So when I setup my landing pages I do not need to use a re-direct page at all? Just have the download link with the sub ID and the java script provided by tracking 202 and I'm good to go.

Would I still need to include the section after subid= ( something about cookies and tracking202 keyword )

Yes, you need to append the subid.

Doesn't matter if they just load a page, or get popped up with a download button.

Just redirect to your affiliate url like you'd normally do in a regular setup.

-wes

Back to top
rembrandt


Joined: Jan 19th, 2009
Posts: 26

Post Posted: Aug 24th, 2009 at 10:45am Post subject: Re: Direct downloads of software products and tracking Reply with quote

Hey Wes

I have the same problem. I can track the subid of the download but I can't track landing page ctr.

The problem with the following code for digital downloads is it opens a blank page on the meta refresh. All I need for digital downloads is to open the download dialog box.

[code]

<?php

//Tracking202 Pro PHP Redirect Code

//Non-Cloaked Version

//this is where your affiliate link goes. Replace http://myaffiliate.com?subid= with your own affiliate link

$redirectUrl = "http://myaffiliateurl.com?subid={$_COOKIE['t202proSubid']}";

//this is our custom outbound php redirect

echo " <html>

<head>

<meta http-equiv='refresh' content='1; url=$redirectUrl'>

</head>

<body>

<script src='//sp1.tracking202.com/trk/46wpm7437ghznl?t202s={$_COOKIE['t202proSubid']}'></script>

<script type='text/javascript'>window.location='$redirectUrl';</script>

</body>

</html>";

?>

[/code]

[code]

<?php

//this is where your affiliate link goes. Replace http://myaffiliate.com?subid= with your own affiliate link

$redirectUrl = "http://myaffiliatelink.com?subid={$_COOKIE['t202proSubid']}";

header('Location: ' . $redirectUrl);

?>[/code]

Problem with that is it doesn't track click through on the download link. How can I do that so it does?

Back to top
rembrandt


Joined: Jan 19th, 2009
Posts: 26

Post Posted: Aug 25th, 2009 at 8:50am Post subject: Re: Direct downloads of software products and tracking Reply with quote

Sorry to bump this but I'd really like to find out how to deal with this?

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 4342

Post Posted: Aug 25th, 2009 at 1:54pm Post subject: Re: Direct downloads of software products and tracking Reply with quote

can you pm me the landing page url, and note to me (check this for CTR issue)

let me take a look at it, you have the right code, I don't see why this wouldn't work.

Back to top
mapcom
Website Skype MSN AIM


Joined: Dec 18th, 2008
Posts: 46

Post Posted: Oct 29th, 2009 at 1:29pm Post subject: Re: Direct downloads of software products and tracking Reply with quote

I too am doing direct download software. I was doing fine appending the subid on the redirect.php page until a few weeks ago. That's when IE decided to pop up the warning bar at the top of the browser when a download was initiated. IE does this because of the redirect.

To get around this I have to link directly to the affiliate program's download link which does provide functionality for Sub id's but I don't know how to append it to the outgoing link to the download without doing a redirect.

Is this possible?

Back to top
T202Lex
AIM


Joined: Mar 30th, 2009
Posts: 265

Post Posted: Oct 29th, 2009 at 5:23pm Post subject: Re: Direct downloads of software products and tracking Reply with quote

Hi mapcom,

Unfortunately there is no other way to track in this instance, without subid tracking. I'm sorry I dont think this is possible. I wish I could be more help, but if the redirect is triggering an error, there is no way around it because the redirect is needed.

Thanks,

Alex

Back to top
Post new topic Reply to topic Page 1 of 1

Creative Commons License This work (Prosper202, Tracking202 and Export202) is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.