Hello, I have a website in php, where i added adlogger to prevent click fraud. My question is: If i make a website only in html pages can i add adlogger? or it only supports php pages. if not what other program do you suggest for click prevention, also not breaking G TOS. Have a nice day
You will need php for adlogger. HTML cannot execute the php commands. Other program would be astracker that can integrate itself with google analytics. It is javascript and doesn't requires php to run it.
My site is a combination of HTML and PHP pages.. The adlogger click-tracking works fine on the HTML pages, but the IP blocking and disabling ads after X clicks only works on PHP pages..