I'm creating a plugin for my site that logs my ad clicks.
One method that I have just thought about is to check if a request to a specific page was made. This is because once the ads start playing they always request data from a specific external web page.
Is it possible for me to do this? If it is please point me in the right direction.
a typical request looks something link this
http://neatlink.net/t/blank/blahblah-blah-blah
All of the requests are get requests.