Quote:
Originally Posted by TheDoc
You can help stop it by putting in cookie delays. Like if surferA gets a cookie, and returns say 2-5 minutes later with a new cookie, you keep surferA's cookie.
Outside of that, I don't know if it's possible to stop.
I have seen a TGP, do this on all gallery links. When they are clicked, a new window opens the gallery. However the TGP opens an ajax window behind a div layer, which loads the sponsor that belongs to that gallery link.
Ajax can then tell when the browser window is active again, reloads the sponsor, and the cookie is set back to the TGP owner. (the tgp can set a cookie to track returns too) The loads/clicks are broken up to the sponsor because it's done on each gallery click, which is several different sponsors.
I have also seen the direct iframe/frame load of this, which shows jacked up referral numbers, making it pretty easy to spot.
The goal is to target the returns/type-ins to the sponsor, that's a lot of possible traffic to the correct type of webmaster.
|
Not sure if I understand correctly....what we do now is upon a hit we set
a cookie and a server side store encoded hash string of the same data as
is set in the cookie added with some additional info that increases being able
to accurately match info.
If any of the cookie data doesn't match up with server side stored info
that belongs to that cookie, the cookie data is being ignored for tracking
and the server side info is being used instead. Plus we get alerted of
possibly something fishy is going on.
Amongst the additional data that we store is the referrer where the hit came
from when the cookie was first set. So in case the cookie gets jacked. It will
get detected as the referrer data won't match up with the stored info. So
both cookie as server stored data are being set/stored at the same time.
And system will only reject cookie if referrers are identical but other data doesn't match...
In case of different referrer both cookie and server stored data will be reset
with new data. In case of another affiliate sending surfer with previously stored other affiliate cookie