Description
Ad-Engine lets place ads anywhere in wordpress via widget or shortcode. It tracks impressions and clicks.
Shortcode usage
[ad-engine ad_group=”GROUP NAME”]
Shortcode Options
-
ad_group
- Mandatory option Which ad group do you want to pull ads from, copy/paste the name from Ad Groups page
- align
- Should the ad be on the left or the right, applies the alignleft and alignright class, so it should merge in with your theme the same as a captioned image
Installation
- Upload ad-engine.php to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure in the Ad-Engine menu.
- Place it in your sidebar in the widets section or anywhere you like using [ad-engine ad_group=”NAME”]
FAQ
- How do I use the shortcode
-
Put [ad-engine ad_group=”Category Name”] in a post or text widget
Contributors & Developers
“Ad-Engine” is open source software. The following people have contributed to this plugin.
Translate “Ad-Engine” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.7
- Added jQuery as a requirement
- Fixed bug in Total Click percentage
0.6
- Delete ad now asks for confirmation
- Impressions and clicks are tracked per day
- CSV download capable
- Text links now refer to the target site.
0.5
- Added align=[left|right] to shortcode support
- Updated description in readme
0.4
- Fixed bug in tracking url
- Fixed bug where the wrong id was attached to an ad in display
0.3
- Fixed some function calls with missing
- Added the ability to delete ads
- Tracks impressions and clicks
0.2
- Initial release