Plugin Author
Arnan
(@adegans)
If you look in Manage Adverts, wHat does it show for stats? 0’s or …’s?
It shows clicks as 0, but it does count total and daily impressions.
Plugin Author
Arnan
(@adegans)
Aha, then stats are enabled at-least.
What kind of advert are you trying to track? A html5 ad? Something with Javascript like you get from Adsense?
Or did you make it yourself with a text and image tag?
It’s an image with a link.
Plugin Author
Arnan
(@adegans)
Logically that would mean there are no clicks.
If you’re clicking the advert yourself, make sure that counting clicks from logged in and admin users is enabled.
To make the click counting work AdRotate needs to load a piece of Javascript.
This is added to the advert code when the page loads.
And if the underlying code processing the click isn’t working it’ll generate an error in the browser inspector. This’ll show up in the browser inspector in the Console tab – Probably a text in red mentioning a missing function or that jQuery is missing.
Yes, there seems to be an error loading the JavaScript. When a click is performed, the inspector gives this error:
“Uncaught ReferenceError: jQuery is not defined at jquery.clicker.js:14:3”
How can I fix it?
Thanks for your help
Plugin Author
Arnan
(@adegans)
Haha, that’s an easy fix 🙂
In Settings > General you can enable jQuery.
Yes, it’s fixed by enabling jQuery.
Thank you so much for your help.