Track advertisement earnings per blog post and page in wordpress?

Google Analytics offers this feature and pretty much the way you wanted it. In GA, in the Content Section, check the AdSense subsection … specifically the AdSense Pages report. It tells you page wise which content has generated how much revenues. And yes, these reports are exportable in CSV format which open in Excel. If … Read more

How to detect Adblock on my website?

My solution is not specific to a certain ad network and is very lightweight. I’ve been running it in production for a few years. AdBlock blocks all URLs containing the word “ads” or “prebid”. So this is what I did: I added a small js file to my webroot with the name prebid-ads.js Update 2021-04-12: you might … Read more

I am getting Failed to load resource: net::ERR_BLOCKED_BY_CLIENT with Google chrome

These errors are usually generated from an ad blocking plugin, such as Adblock Plus. To test this use either a different browser or uninstall the ad blocking plugin (right clicking the extension by the URL bar and clicking “Remove from Chrome…”). There is an easier way to temporarily disable an extension. In Chrome, opening an … Read more