Tavant Logo

What You See is What You Get

Share to

In the blog “Ad Impression and Click Counting: Are You Billing Your Customer Correctly?”  I explained how ad impressions are counted and confirmed. The blog summarized scenarios, where customer billing may be inaccurate even when there are confirmed impressions.

The steps behind this erroneous process are as follows:

  1. Ads are confirmed through a “client-side pixel” at specific position in an AD response.
  2. This is usually a transparent 1×1 pixel GIF.
  3. The URL for this image contains a unique identifier to record information that all the ads as per the request have been confirmed. For example, when a page is loaded, and an image is requested, all positions that were filled on the page are marked as confirmed.

Thus, with this approach, billing will occur, irrespective of whether ads have been viewed by a user or not.

What you see is what you get
There is also a better approach which confirms only those ads which are seen by the user. If an ad is served below the scroll bar and the user leaves the page without scrolling, then the ad will not be confirmed. This approach has confirmation-URLs with every ad served and hence ensures that only those ads which are seen by the user are confirmed.

The technical steps given below show how the confirmation-URL is different for each ad served.

“Ads”: {
“HPMiddle”: {
“CampaignId”: 2827,
“CreativeId”: 1,
“Confirmation-url”: “http://www.adserver.com/d824f82Q2FQ5CQ5CQ5CQ5CQ5CQ5C5Q5C5hTq5qQ7ETQ3FQ5C…“,
“Creative”: “content which will be served”
“Classification”: “BigAd”
“TopAd”:
{“campaignId”: 2387,
“CreativeId”: 0,
“Confirmation-url”: “http://www.adserver.com/d824a21Q2F——R-RrPSRSQ24Po——–RQ24–RS)Po—-PRN-oQ24)”,
“creative”: “content which will be served”
“classification”: “Leaderboard”
}
},

Backend Logic for Conformation:
When an ad request is made ,ad log file is created/updated with user information like Time;IP;County; Zip code ;Ad name , position, page along with unique 16 digit number mentioned in red below. Sample ad log entry

1409655663^CUNK^C170.149.164.65^Chttps://www.tavant.com^Cnyt2014_textlink_digisub_account_37Y93,,MA3^Cwin7^Cfirefox3^Cna^
CNY^C10018^CUS^CX^C0-9^C0^CUNK^C007f01012dd95405a35a0008^C00^C00^C0000005056ab6ce1^C0^C

To summarize, the technical process is as follows:

  1. With each ad request, confirmation-URL is called which writes another log file.
  2. At the end of an hour, ad log and confirmed log file are processed, and a 16 digit unique number is generated to count the number of impressions of a particular ad.
  3. Hourly data is then accumulated to tally the number of impressions per day.
  4. This data is inserted into a database through nightly job scripts, to be used for reporting by other applications.

Tags :

Let’s create new possibilities with technology