Archive for the 'wpAdMentor' Category

Who should use it?

wpAdMentor No Comments »

I have gotten some email questions about wpAdmentor which I will try to answer here

a) Why should I use wpAdMentor instead of say openAds? Can wpAdMentor compete with openAds?

management. The banner engine also integrates with WP, for example it uses the builtin categories for “zoning” (a way of targetting)
 
- it is relatively lightweight. At least when it comes to database usage. For example I do not store EVERY single banner view (bannerid, ip, page etc), but aggregates per banner and day. Whether that’s a good thing or bad is your choice. I mean, with openAds, you can trace pretty much anyhing.

- if it can compete with openAds? I don’t know and I don’t care. Your choice. It totally depends on you needing a full blown banner server or not. I have created it for myself, depending on my specific needs for my blogs  - BUT it sure would make me happy if other people could have use it as well!

Another difference is that you can’t do “customer campaigns” like in in openAds or my own commercial product AdMentor PRO. In those systems an advertiser can login to check their own stats. Here the blog admin is the only one being able to see stats and manage campaigns.

b) Will there be further development?

- yes. I will NOT turn this into a “open source” project with the overall goal to create the best advertising manager in the world. I will make it as good as I need it to be - then we’ll see.

But improvements coming are:

  • ip country targetting ( being able specify to show a certain banner only to say US visitors )
  • media upload
  • code rewrite. I am so rusty when it comes to PHP. Havn’t done any PHP development since 2001 or so. So, therefore the actual code might not be tip top. Same goes with the Wordpress integration.
    It’s not all that easy to play well with Wordpress and it’s action handlers.

I am not sure but maybe

  • flash wizard (and flash click tracking as well)

Now - just go download and check wpAdMentor out:

wpAdMentor 1.0 is released

wpAdMentor 8 Comments »

Puh,

 it has NOT been easy, I can tell you. But finally I have decided to release my banner management (and rotation)  plugin for Wordpress. Basically it gives you the possibility to manage which ads to show on your Wordpress blog. Clicks logging and stats are handled by the plugin, as well as the actual management (adding/updateing banner campaigns etc).

Moreover it gives you the possibility to target your ads, meaning you can choose to show a certain banner only for pages (posts) within the “Foobar” category of your blog. An example: People reading a post in the, say “Games” category, are more likely to be interested in your “Buy games” banner than the “Buy bananas” banner - which you instead setup to show on your “Fruits” category. That’s the basic idea.

Please see the screenshots and info from these posts as well

http://php.aspcode.net/wpadmentor-prelease/

http://php.aspcode.net/quick-docs/

Now go grab the zip file at the PHP download page 

Unzip and install like any plugin!

wpAdMentor prelease

wpAdMentor 2 Comments »

I have added a few more practical things to my Wordpress banner plugin.

First - I needed to be able to specify that a certain banner only will be allowed to show X times on the same page (read Adsense rules):

croppercapture23.Png

As you can see that also adds you the ability to specify for each individual banner wether they should appear on search/author archive/monthly archive as well.

Next I added a code generator:

croppercapture34.Png

looking like this:

croppercapture35.Png

So you can easily get the code which you should paste inside your post/template.

And that pretty much end the development of this release.

I will now just need to test it out live - and will publish it in under the downloads page when it’s ok!

Future development: I need GeoIP! I.e show a certain banner only to, say US visitors.

Quick docs

wpAdMentor 3 Comments »

Installation
wpAdMentor is installed just like any Wordpress plugin. After installation and activation of the
plugin you will see a new menu:

wpadm1.Png
General information
wpAdMentor is a banner management/rotator integrated into Wordpress. All management is done from
the regular Wordpress admin GUI. You can use to rotate “regular img/href” as well as HTML campaigns (which
means you can use the AdSense code for example).

The idea is that you first create adpositions - that is basically an ad spot on your website.
Example “Top banner”, “Side banner 1″, “Side banner 2″. Each campaign you create is then attached to
an adpos, for example you might want a 468*60 CJ banner to be shown on top position. Additional targetting
is done using the regular Wordpress categories.

Lets say you have two categories on your website - Games and Webmaster. You post articles about games
in the Games category and webmaster articles in your Webmaster category. Naturally. Now lets say
you have a banner for buying games. wpAdMentor lets you target that banner so it only shows
on the posts (and category pages) for Games.
Likewise you might want to run a hosting banner only for posts/pages inside
the “Webmaster” category.

You can assign a campaign to run on multiple categories so to speak - for example a banner for
game servers might be suiteful both for your “Games” and “Webmaster”pages.

Explaining weight

Imagine a lottery.
Each banner is assigned a weight and when deciding which banner to show at a specific moment,
all banners matching (correct adposition and correct category etc) are retrieved. Then all banners
get as many “lottery tickets” as they have weight. Meaning if Banner A has a weight of 10 and
banner B has a weight of 5, banner a gets 10 lottery tickets and banner B only 5. So banner A will
have bigger chance of “winning” (i.e being showed on the page), and roughly, over time, it will be
shown twice as many times as banner B.

More targetting:
In Wordpress, of course there are pages which are NOT a category page or not a single post.
Then how can we decide which banner to run on these pages ( say the homepage, or search page).
For these purposed there is an extra checkbox when creating/editing a campaign - “Show on other pages”.

As for Wordpress pages (say “About”, or “Sitemap” or whatever pages you have) you have full contreol and
can select that a certain banner is only to be shown on thje “About page” for example.

Now - we have created the ad positions (say “top position”, “side banner” and “inside post” ).
We have created the banners and assigned them to the correct adpositions and categories. Now, how can we
get the banner rotator into the pages? First have a look at the adpositions list

croppercapture24.Png

See the ID column? We are gonna need that now.

There are basically two ways of getting the banner rotation onto your blog pages

  • You can from your template file - wherever you want the ad to appear:

<?  print AdMentor_ServeBanner(3) ?>

See number 3? That is the adposition ID. The system will automatically target on category/type of page,
but it simply can’t guess where your ad spots are. So therefore you specify that.

  • The other way is from inside the post:

croppercapture25.Png

More screenshots, editing campaign

Creatiing/editing of a HTML banner Managing a regular img/href banner 

More screenshots, stats

croppercapture30.Png croppercapture31.Png croppercapture33.Png

Shortcomings in this version:
-no upload at all. You need to upload the image file and enter the url to it

wpAdMentor on it’s way

wpAdMentor No Comments »

I have come a long way with the admentor plugin for Wordpress. I would therefore like to tease you a little with how the admin GUI looks:

apadm1.Png

apadm2.Png

apadm3.Png

apadm4.Png

It has not been easy needing to tweak things into the existing Wordpress framework, but in short the wpAdMentor Plugin for Wordpress will let you  manage ad campaigns /create/update/delete/edit) - and for each banner you set which pages and existing Wordpress categories you wont them to *maybe* appear on. Cause the actual banner serving is randomized between all banners targetting the current page/category and ad position (say for example top banner, side banner 1 etc).

I am currently working on the stats function and will hopefully get it done by tomorrow. So a “beta” will be released then.

phpAdMentor 1.01

wpAdMentor 6 Comments »

This is the old phpAdMentor. It hasn’t been updated since 2001. I am working on a new version which will be updated to support PHP 5 and also available as a Wordpress plugin.

The old file is still available:  
phpAdMentor