in reply to Detecting redirect fraud?

They cannot be setting a cookie for your domain. Some request to your site has to set that cookie.

Checking through your logs of what sets the cookies for anything suspicious you can then investigate further should be fairly easy, and contain the referring url of wherever page your cookie setting code was served on.

There's no easy technical solution to solving this other than telling them not to, or removing the partners that aren't playing by the rules.

Replies are listed 'Best First'.
Re^2: Detecting redirect fraud?
by ikegami (Patriarch) on Sep 06, 2007 at 20:02 UTC

    He's talking about ads, so I presumed he's talking about cookies set as follows:

    <img src="http://ad.example.com?parter_id=1234">

    Confirmation of this would be nice.