MarkW Posted December 19, 2016 Posted December 19, 2016 Anyone have suggestions on a module or implementation for creating, displaying, tracking ads? Thinking of WordPress ad manager plugins for scheduling, tracking view and impressions, clicks, etc.
mr-fan Posted December 19, 2016 Posted December 19, 2016 I've implemented such a system to some sites with a pagetables field and some template functions to show ads. I count only impressions and clicks with simple PHP while generating the ad block and i count the click when i redirect the url of the ad page to the url of the ad itself. Ads in this case are real images, no iframes, no external hosting....so i think not really a enemy of adblockers How many ads you wanna manage? regards mr-fan 3
MarkW Posted December 19, 2016 Author Posted December 19, 2016 Not that many ads and they will all be images with a link to another site. Sounds like what I want to do, too. Thanks for your input. Gives me a good idea what I need to do! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now