Plugin Author
Arnan
(@adegans)
Thanks for quick answer. 🙂
Well, not like sub-blogs, I looking more like one site serve ads to sites on other domains. More like ad server for network where admin have access to all dashboards in network.
BTY I’ll ask here instead of new topic 🙂
how I can mask or disable url to be seen on status bar?
Well I figure out few things…
I can cover target url if I use remote page URL http://www.mydomain.com/wp-content/plugins/adrotate/library/clicktracker.php?track=MTgsMCwxLDA=
Tricky things are if I use direct url it will not track clicks, only if it go via clicktracker. But there was no note on that… or I missed it?
Is it possible to shorten url by skipping middle part /wp-content/plugins/adrotate/library/ and make it short like: clicktracker.php?track=DEasNObpSAB= so entire url will be like http://www.mydomain.com/clicktracker.php?track=DEasNObpSAB=
and maybe you may create for next upgrade something like %track% to make it easy for us. 🙂
Anyway, thanks for great plugin and I’ll consider go pro soon. 🙂
You can use the remote url indeed.
I’m working on AdRotate Server which will allow you set up a network spreading across multiple websites outsite a Multisite network – But that’s a ways off.
If you want to mask the redirect url you can enable jQuery clicktracking in AdRotate settings, then you see the target domain instead of the redirect. This however won’t work of-course for remote urls.
I have enabled jQuery clicktracking but somehow it doesn’t track clicks unless I use remote urls
Plugin Author
Arnan
(@adegans)
Did you also enable jQuery? Not every theme loads jQuery.
Or if it does, perhaps the clicktracking code is loaded too early. In that event you can also tick the box “load Javascript in the footer” to remedy that.