Black Hat Forum
Go Back   Black Hat Forum > Making Money Forum > Affiliate Programs

Affiliate Programs Talk about Affiliate programs, advice, questions and opinions. Do NOT spam your affiliate links here!

Search
 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-13-2008, 08:09 AM
Junior Member
 
Join Date: Feb 2008
Posts: 153
Thanks: 8
Thanked 2 Times in 2 Posts
Activity: 13%
Longevity: 25%
Today: 0/5
Default Tracking CPA Completions

Recently I decided I wanted to start an incentive website but since I don't have enough of a budget to purchase FSRevolution quite yet, I've decided to take an alternative route. The only issue I am having is exactly how can I track the offer completions?

For example: The alternative route will still be on the path of incentivizing offers (that are, of course, incentive friendly) - BUT - is there any way I can track offer completions based on IP addresses without having to code anything? For instance, one person goes and completes 3 offer's. Now when I download the CSV from the affiliate network (or track who completed the offer through some other method) - how can I tell who completed what.

The only solution I can figure is have each person who is interested contact me directly and I will from there assign them a "personalized" affiliate URL (giving them a custom SubID in which everytime someone completes the offer, they use the affiliate URL with their SubID and this'll tell me who exactly completed the offer.)

Any other suggestions would be appreciated...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-13-2008, 08:32 AM
artswerdstone's Avatar
Executive VIP
 
Join Date: Nov 2007
Posts: 1,299
Thanks: 110
Thanked 355 Times in 85 Posts
Activity: 36%
Longevity: 32%
Today: 1/5
Default Re: Tracking CPA Completions

Ask the person who completes your offer to input the "third word of the page" that he can see after he completed the offer, or something similar. Of course, once you have to check the "control" page and choose something unique and easy to find.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-13-2008, 08:42 AM
Junior Member
 
Join Date: Feb 2008
Posts: 153
Thanks: 8
Thanked 2 Times in 2 Posts
Activity: 13%
Longevity: 25%
Today: 0/5
Default Re: Tracking CPA Completions

^^ That is a good idea but I need something a bit more solid. We'll have to see what others say before I can make a final decision...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-13-2008, 09:17 AM
Registered Member
 
Join Date: Dec 2007
Posts: 51
Thanks: 0
Thanked 2 Times in 2 Posts
Activity: 4%
Longevity: 30%
Today: 0/5
Default Re: Tracking CPA Completions

Some CPA networks, like neverblueads, have a postback url you can use to track completions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-13-2008, 09:24 AM
WhiskerBiscuit's Avatar
Super Moderator
 
Join Date: Dec 2007
Posts: 811
Thanks: 132
Thanked 192 Times in 95 Posts
Activity: 54%
Longevity: 29%
Today: 0/5
Default Re: Tracking CPA Completions

One potential way to accomplish this-

http://www.blackhatworld.com/blackha...tml#post166359
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 10-13-2008, 12:00 PM
ximscreamingx's Avatar
Jr. VIP
 
Join Date: Jan 2008
Location: Next to Missy Elliot
Posts: 997
Thanks: 121
Thanked 228 Times in 114 Posts
Activity: 33%
Longevity: 27%
Today: 0/5
Send a message via AIM to ximscreamingx
Default Re: Tracking CPA Completions

Have you tried adtracks? I haven't set it up yet but I believe you can track individual conversions per offer.

I could be way off though.
__________________
_______________________________________________
.Black Hat Millionaire.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-13-2008, 04:31 PM
Junior Member
 
Join Date: Feb 2008
Posts: 153
Thanks: 8
Thanked 2 Times in 2 Posts
Activity: 13%
Longevity: 25%
Today: 0/5
Default Re: Tracking CPA Completions

aaappp3: I've realized that a majority of these networks have a "postback" feature, but wouldn't I need to have something coded in order for it to be relayed back to my site and everything? I'm not really looking to have something coded and all of that, at least not yet.

WhiskerBiscuit: I'll check it out...

ximscreamingx: I haven't heard of it, but likewise, I'll check it out and let you know...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-13-2008, 09:52 PM
Junior Member
 
Join Date: Feb 2008
Posts: 153
Thanks: 8
Thanked 2 Times in 2 Posts
Activity: 13%
Longevity: 25%
Today: 0/5
Default Re: Tracking CPA Completions

I've tried to understand the script WhiskerBiscuit but I can't get it down solid. My PHP knowledge isn't that good to actually be able to modify the code to add the stuff to my database. Great post though if I can say so.

ximscreamingx: It seems adTracks is in BETA stage and its not entirely what I was looking for.

If anything, WhiskerBiscuit had the right idea of what I wanted (something like a postback that would automatically insert the data for the completed offers into a database.) Anyone got a script that can help me? Thanks...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-14-2008, 11:30 AM
WhiskerBiscuit's Avatar
Super Moderator
 
Join Date: Dec 2007
Posts: 811
Thanks: 132
Thanked 192 Times in 95 Posts
Activity: 54%
Longevity: 29%
Today: 0/5
Default Re: Tracking CPA Completions

Append a user detail at the end of an open subid link(&subid= ) which will track cpa side. This can be done by populating a panel of subid links via mysql db, and then when the specific user clicks through one of those, the username/userid etc will be appended onto that so you can see exactly who completed which offers.

The cheapest script I know that does this function is
Code:
http://shiftcode.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 10-14-2008, 06:18 PM
Junior Member
 
Join Date: Feb 2008
Posts: 153
Thanks: 8
Thanked 2 Times in 2 Posts
Activity: 13%
Longevity: 25%
Today: 0/5
Default Re: Tracking CPA Completions

^^ Yeah but my PHP skills aren't that advanced. I may have to hire a programmer for a few hours to use this code and implement it into the system I want to use. In any case, I'm not big on ShiftCode for the reason being that apparently it lacks features or whatever. But I'll check it out in any case.

Thanks WhiskerBiscuit... anymore suggestions that I could use?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 10-15-2008, 03:11 PM
artswerdstone's Avatar
Executive VIP
 
Join Date: Nov 2007
Posts: 1,299
Thanks: 110
Thanked 355 Times in 85 Posts
Activity: 36%
Longevity: 32%
Today: 1/5
Default Re: Tracking CPA Completions

Quote:
Originally Posted by BabyBoy06 View Post
... anymore suggestions that I could use?
Ask for a copy of the confirmation e-mail of a subscription, if the action was an enrollment or a trial order.
You can verify the e-mails manually once per day.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 10-15-2008, 07:09 PM
Junior Member
 
Join Date: Feb 2008
Posts: 153
Thanks: 8
Thanked 2 Times in 2 Posts
Activity: 13%
Longevity: 25%
Today: 0/5
Default Re: Tracking CPA Completions

^^ Good idea... still looking for anymore suggestions just in case there is one other idea that is smarter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 10-15-2008, 09:19 PM
artswerdstone's Avatar
Executive VIP
 
Join Date: Nov 2007
Posts: 1,299
Thanks: 110
Thanked 355 Times in 85 Posts
Activity: 36%
Longevity: 32%
Today: 1/5
Default Re: Tracking CPA Completions

Not all networks are equal. Probably you need a system that fits all the networks, independent of the provided technical features. You will want to complete those offers once (not from your IP) to learn what happens in each case. Then you will see what point to check particularly for each network to have a good proof of completion.
Think less and look more, so you will easier find the solution.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 10-15-2008, 09:22 PM
Junior Member
 
Join Date: Feb 2008
Posts: 153
Thanks: 8
Thanked 2 Times in 2 Posts
Activity: 13%
Longevity: 25%
Today: 0/5
Default Re: Tracking CPA Completions

^^ I'm confused, mind detailing a bit more please
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote