Forum Moderators: martinibuster
If G deems a click invalid for any of the many reasons it deems them invalid, that click may not show up in your Adsense account, even if Adlogger says there's been a click.
I think it was 20 clicks from 13 IP's...
[edited by: Andy_Peters at 6:50 pm (utc) on Feb. 16, 2007]
V1.2 was great, it flowed along with google and gave me great data. 1.4 is a dog.
Sure you get lots more data, but the cost is statistics so wildly out of balance with google that the program is worthless.
The program seems to record a click on link units as well as many forms of random hits, where there is no data loaded except for IP. Is it a mouseover or something else triggering the 'click'?
I have tried repeadly go get help in their forums with many complainers of the present system and absolutly no help to rectify it.
It would be easy to fix, just filter out rogue clicks from the db, or stop counting them.
V1.2 was great, it flowed along with google and gave me great data. 1.4 is a dog.
File: adlogger_tracker.php
v1.23: window.addEventListener('beforeunload', doPageExit, false);
v1.4: window.onunload = doPageExit;
Feel free to change it back to revert to 1.23 event handling.
BTW, those using adlogger could speedup it by adding indices to mysql database. It would make ip check work much faster and lower db load.
I disagree, sir. If the fault comes from the excess of reporting and not lack, you can give it a use. For example, is more easy to identify the low paying ads-blocks, you can search the clicks ips in stats and see how they behave... remember at least you should have the ips of almost all clicking visitors. Use your imagination to increase this list ;)
I disagree, sir. If the fault comes from the excess of reporting and not lack, you can give it a use. For example, is more easy to identify the low paying ads-blocks, you can search the clicks ips in stats and see how they behave... remember at least you should have the ips of almost all clicking visitors. Use your imagination to increase this list ;)
It gives WRONG report!
did you ever used?!
In firefox a "hover" counts a click.
Its now underreporting, but hey, the data is much more useful!
add this line below
if (!empty($ad_target)){
// Go ahead and insert all that information into a row in the database
mysql_query("INSERT INTO " . $db_table_prefix . "adcheck_logs SET
timestamp ='$timestamp',
visitor_ip='$visitor_ip'
down to
$result_id = mysql_insert_id();
}; //end new