Ad-minister quick-start

This page describes how to get up and running using Ad-minister by means of example. It only touches the surface of some of the features, which are documented in more details on this page

1. Adding ads in the widget sidebar

1.1 What we want to do

We want to add the following ad as a widget in the sidebar of our WordPress blog.

<a href="http://www.tearitdown.org" target="_blank" >
  <img src="http://www.tearitdown.org/english/
banners/125x125_english.gif" border="0" />
</a>

which looks like:

1.2 How it’s done

  1. After you have activated the ad-minister plugin on the Plugins page go to ‘Manage->Ad-minister’
  2. Now we need to add a widget position in the ‘Position/Widgets’ tab within which the ad can appear. Click ‘Add new widget position’.
  3. Fill out a name for the position, e.g. ‘Widget 1′. You can add an optional description if you want. You can also add code that appears before and after the ad that is placed withing the position. Click ‘Save position’ to store the information.
  4. The widget position now exists and needs to be moved onto the sidebar of your theme. This is done under Design->Widgets. The position we just created is seen as ‘Ad: Widget 1′, click add and then save you changes. The widget is now positioned onto your sidebar, but since we haven’t added anything to it yet, nothing shows up when you load your blog. Let’s go ahead and add some content.
  5. In Manage->Ad-minister under the ‘Create Content’ tab, you can add the advert. Pick a title for the ad, e.g. ‘Amnesty Insernational’.
  6. Paste the html code of the ad into the editor. If we want to track how many people that click on the banner, add ‘%tracker%’ before the http:// of the link. This means that the html of the ad will look like:
    <a href="%tracker%http://www.tearitdown.org" target="_blank" >
      <img src="http://www.tearitdown.org/english/
    banners/125x125_english.gif" border="0" />
    </a>
    
  7. Ignor the other options for now, and click ‘Save’.
  8. You are done!

If you add more content to that position, Ad-minister will rotate both ads so that each of them are shown 50% of the time. You can also go ahead and create how many widget positions as you wish. I find it’s a convenient way to add stuff to the sidebar without having to go into the templates and edit code.

9 Comments to “Ad-minister quick-start”

  1. gofree Says:

    Very very useful indeed.
    How about adding a widget attached with stylesheet to allow ads to to display together? Let’s say we instead of displaying one ad, we can group the ads in four.

    I guess you have seen this on other website.

    Thx

  2. Magpies Zone Says:

    Hello there, I have download this plugin but what if I want to use the tracking for the ads that is not in the widget sidebar? I have a banner ad on my blog now and when I try to just copy and paste the content code with %tracker%, it is being linked to my own site.

    Thx

  3. Henrik Melin Says:

    Magpies Zone: Do you mean a banner ad that lies outside the Ad-minister system? In general Ad-minister generates an internal url that counts the click, then forwards the user to the advertisers website.

  4. Spudman Says:

    Hi - Great plugin works fine except if I use %tracker% on a static page the hyperlink does not work. Any ideas?

  5. HotForWords Says:

    Are impressions accurate if I am using a caching program?

    Thanks!

    Marina

  6. dkmom Says:

    I can not get the ad widget to appear on the widgets sidebar. I’ve added the widget position and I see that it’s saved, but it doesn’t appear as an available widget. I’m looking in Design> Widgets>Available Widgets.
    I have the most recent version of WP.
    Thanks!
    Amber

  7. Girish Says:

    Hi,
    I have installed Ad-minister. How to show my advertisement. I gone through your process but its not working Can you plz help me…

  8. Ben Says:

    I am also having the same problem as Amber. I can create the widget position fine, but it doesn’t appear in the list of widgets. Also running WP 2.5.1

  9. lbordea Says:

    I have the same problem - the widget is not available to be added in WP 2.6.

Leave a Reply