>
Download This Plugin | |
Download Elegant Themes | |
Name | Ad Code Manager |
Version | 0.4.1 |
Author | Rinat Khaziev, Jeremy Felt, Daniel Bachhuber, Automattic, doejo |
Rating | 0 |
Last updated | 2013-04-27 10:07:00 |
Downloads |
15016
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Ad Code Manager plugin added 3 bytes of resources to the Home page and 8 bytes of resources to the sample Post page.
Ad Code Manager plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Ad Code Manager plugin ads no tables to your Wordpress blog database.Ad Code Manager gives non-developers an interface in the WordPress admin for configuring your complex set of ad codes.
Some code-level configuration may be necessary to setup Ad Code Manager. Ad tags must be added (via do_action()
) to your theme's template files where you'd like ads to appear. Alternatively, you can incorporate ad tags into your website with our widget and our shortcode. Check out the configuration guide for the full details.
A common set of parameters must also be defined for your ad provider. This includes the tag IDs used by your template, the default URL for your ad provider, and the default HTML surrounding that URL. Ad Code Manager comes with support for Google Doubleclick For Publishers (and Async), OpenX, and Google AdSense. All of the logic is abstracted, however, so configuring a different provider is relatively easy. Check providers/doubleclick-for-publishers.php
for an idea of how to extend ACM to suit your needs.
Once this configuration is in place, the Ad Code Manager admin interface will allow you to add new ad codes, modify the parameters for your script URL, and define conditionals to determine when the ad code appears. Conditionals are core WordPress functions like is_page(), is_category(), or your own custom functions that evaluate certain expression and then return true or false.