ken2004 Posted December 26, 2013 Report Share Posted December 26, 2013 Hi i got some publishers cheating sendin traffic only using lg.php file like this image any idea to block it? this count impressions at my database but don t count at third part networks. Thank you Quote Link to comment Share on other sites More sharing options...
Guest Posted December 26, 2013 Report Share Posted December 26, 2013 Hi ken2004, Track the Delivery URL of banner with publishers URL Quote Link to comment Share on other sites More sharing options...
ken2004 Posted December 26, 2013 Author Report Share Posted December 26, 2013 Hi ken2004, Track the Delivery URL of banner with publishers URL what is the best way to track it? Thank you Quote Link to comment Share on other sites More sharing options...
Guest Posted December 26, 2013 Report Share Posted December 26, 2013 Hi You need to customize the code & use condition like $delivery_location = parse_url($_GET['loc']); $is_delivery_domain = preg_replace('/^www\./', '', $delivery_location['host']); if($is_delivery_domain) { impression/click/conversion function call } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.