We are finding ourselves in a bit of a bind. We had such great success with Commission Junction referring sales to our site, we thought we should branch out into additional programs to get a wider reach. So, we signed up for Google Affiliates which is also working great, more sales form affiliates.
Now at the end of the first month using both programs we realized that affiliates from both programs are able to claim credit for one order! I thought that the order could only hold one piece of referral data at once - like the last touch principle. The customer's last location or last affiliate partner visit would trump all other visits and give the affiliate credit. Not so! Now instead of 10%, we are having to hand out 20% for an order that may have already used a discount code - goodbye profits!
Is there any way to get around this? Has anyone else had this problem?
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!
www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses

In A Bit Of A Bind - Multiple Affiliate Programs
Started by
MIDA
, Oct 04 2010 07:44 PM
5 replies to this topic
#1
Posted 04 October 2010 - 07:44 PM
#2
Posted 05 October 2010 - 04:55 AM
Fix your referral system.
#3
Posted 05 October 2010 - 08:19 AM
There is software out there to help with this sort of problem. Tagman is one example. We have looked at this before but we have not used it to date.
#4
Posted 05 October 2010 - 10:57 AM
Thanks, I see that a universal tag would fix the problem. I see the services all over the web and none of them list pricing. I have a few calls scheduled - I'm worried that I"m going down the path of big software for big bucks. Can anyone recommend a JavaScript writer who could write "IF a cookie is set, don't set another" type of thing?
Thanks!
Thanks!
#5
Posted 06 October 2010 - 03:46 AM
QUOTE
"IF a cookie is set, don't set another" type of thing
So something like:
CODE
if (!getCookie(value_to_check)) {
// do this to set cookie
} else {
// do this 'cos it's already set;
}
function getCookie(c_name)
{
if (document.cookie.length>0)
{
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1)
{
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
// do this to set cookie
} else {
// do this 'cos it's already set;
}
function getCookie(c_name)
{
if (document.cookie.length>0)
{
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1)
{
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
http://www.w3schools.../js_cookies.asp
#6
Posted 26 June 2011 - 05:20 PM
Having an "if a cookie is set, don't set another" policy is unfair to the "last click" affiliate who managed to butter up and send a paying customer to you. It is certainly also against TOS of whatever networks you are using... preventing affiliate-referred transactions from being tracked?
You need to find a way to only fire one affiliate tracking pixel on your order confirmation page: the one that gives credit to the "last click" affiliate.
You need to find a way to only fire one affiliate tracking pixel on your order confirmation page: the one that gives credit to the "last click" affiliate.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users