Archive for the ‘Report’ Category

Advanced Campaign Delivery Report

Thursday, March 18th, 2010

Question

I have been using OpenX for sometime and I like the service. I’d like to have a better understanding of the campaign reporting tool as I think it could be a valuable report:

1) What does this column represent: “Overall +/-” I often will see a number like “967.91%” What does that tell us?

2) What does this column represent: “Current +/-” I often see a number like: “-1,216.00%” What does that mean? Is is good or bad?

Answers

Current + /-

tells that your campaign delivery is working fine with represented percentage.If it is in negative sign your campaign performence has been degraded in current time only when you are opening.

Example Code

/ The number of impressions that are predicted to happen “today” is the number of impressions delivered so

// far today, multiplied by the total number of impressions delivered yesterday divided by how many of those

// impressions had been delivered so far at the same point in time yesterday

$predictedImpressionsToday = $todaysImpressions * ($yesterdaysImpressions / $yesterdaysImpressionsToSameHourAsNow);

// At this predicted daily rate of delivery, the total impressions that will be delivered is this number

// of impressions multiplied by the days remaining for the campaign, plus how many impressions have been

// delivered before today

$predictedTotalImpressions = ($predictedImpressionsToday * $remainingDays) + $campaignImpressionsToLastNight;

// Calculate and return the percentage difference

$percentDiff = (($predictedTotalImpressions / $desiredImpressions) - 1) * 100;.

Overall +/-

tells the Overall performence of your campaign as above.

Example Code

// The expected campaign delivery percentage is the number of days the campaign has been

// running divided by the total campaign lifetime, assuming even daily delivery

$expectedPercentDelivered = ($runningDays / $campaignDays) * 100;

// The actual campaign delivery percentage is the number of impressions delivered

// divided by the number of impressions booked

$actualPercentDelivered = ($actualImpressions / $desiredImpressions) * 100;

// Calculate and return the percentage difference

$percentDiff = $actualPercentDelivered - $expectedPercentDelivered;

return $percentDiff;

user location coupled with google map

Monday, August 17th, 2009

Question:

How do list all users by country basis and pointed in map by country basis?

Answer:

This is not exist in default Openx fucntion. we can do the customize the openx.

we have created one plugin for this. you can view the users by country
All the users will be pointed in map. you can view a short description on pop-up

for more details:

http://www.adservermods.com/openxmods/user-location-coupled-with-google-map/prod_1333.html

Email messages to users

Monday, August 17th, 2009

Question:

I want to send Email messages to my users through OpenX. any possiblity is in openx?.

Answer:

This function is not exist in the default openx. we can send mail from openx admin to users.
This is embadded with fck editor
using fck editor you can create custom message
applying styles are also possible

for more details:

http://www.adservermods.com/openxmods/Custom-email-messages-to-users/prod_1332.html

How to counts the all unique impressions in the advertiser side

Thursday, August 13th, 2009

Question:

How to counts the all unique impressions in the advertiser side?

Answer:

we can do the customize for this requirement.

This is very useful for both the administrator and the advertiser because, it helps to find out the number of unique users who have seen their banners and number of unique users who have clicked on each banner.

This is perfect for who has less traffic towards his site or for personal site.

The statistics section of this mod will show three more information in addition to the existing information, they are,
Unique clicks
Unique CTR

This is only for advertiser side, the values will have some variation from time to time which include the current hour and for all other cases it works fine.If you have more traffic to your application (Openx) then use our
Advanced Unique Impressions & Unique Clicks mod.
For more details:

http://www.adservermods.com/openxmods/Unique-Impressions-&-Unique-Clicks/prod_537.html

How do counts the all unique clicks in the advertiser side

Thursday, August 13th, 2009

Question:

How do counts the all unique clicks in the advertiser side?

Answer:

we can do the customize for this requirement.

This is very useful for both the administrator and the advertiser because, it helps to find out the number of unique users who have seen their banners and number of unique users who have clicked on each banner.

This is perfect for who has less traffic towards his site or for personal site.

The statistics section of this mod will show three more information in addition to the existing information, they are,
Unique clicks
Unique CTD

This is only for advertiser side, the values will have some variation from time to time which include the current hour and for all other cases it works fine.If you have more traffic to your application (Openx) then use our
Advanced Unique Impressions & Unique Clicks mod.
For more details:

http://www.adservermods.com/openxmods/Unique-Impressions-&-Unique-Clicks/prod_537.html

Advertisers last month report for Admin

Sunday, March 22nd, 2009

Question:

How do create last month report for all advertisers?. i am using openx for adserver.

Answer:
The functionality such that Administrator will be able to send the advertisers’ last month’s report. Administrator will get UI for setting the E-mail Id to whom he wants to send the report.

So all the users, for which Administrator has set E-mail Id will get report daily. The report will contain the last month’s performance of all Advertisers. The E-mail sending process will be automated.

The Report will contain the following details:

Advertiser’s name
Clicks
Impressions
Click through ratio (CTR).
The report will contain detail information of each campaign and banners for all advertisers.
for more details:

http://openxplugins.com/openxplugins/advertisers-last-month-report-for-admin/prod_26.html

List Current Advertisers in OpenX

Sunday, April 13th, 2008

Question:

How do view the list of the number of advertisers with their name and the banners or campaigns under each of them in my openx?

Answer:

This functionality is not existing in openx. we are providing one module for this feature.

This mod will provide a link in the home page by clicking this link the user can see all the current advertisers with some description.

This will give you list of all advertisers and their banners in one single page.

This is very useful who wants to display their all advertisers in his site to attract publishers.

For example, you can give one link in home page saying “See our Advertisers” or “List of all Advertisers”.

for more details:

http://www.adservermods.com/openxmods/List-Current-Advertisers/prod_1049.html

Admin Set Toggling Banners

Tuesday, January 15th, 2008

Question:
How do create toggling of banners using a single invocation code?
Answer:
n openx (or any other ad server), an invocation code will display only a single banner, but by using this mod, you can display two banners in one zone.
This mod will create a new invocation code, which the publisher needs to paste in his page.
When the page is requested by the user, banners will be displayed one by one, after few seconds (time will be set by the Administrator). The invocation code will change the banners automatically.
The administrator can set time for which a single banner should be displayed.
The probability of clicking the banner by the user will increase, which is an advantage for the publisher and the administrator.
You can also set the time of toggling of each banners.

for more details:

http://openxmods.com/openxmods/admin-set-toggling-banners/prod_1259.html