Journey Of Online Media

Journey of Online Media is the platform to know more about online media, online ad operations, email marketing, social media marketing, search engine marketing and more about Ad server and all…

Journey Of Online Media

Journey of Online Media is the platform to know more about online media, online ad operations, email marketing, social media marketing, search engine marketing and more about Ad server and all…

Journey Of Online Media

Journey of Online Media is the platform to know more about online media, online ad operations, email marketing, social media marketing, search engine marketing and more about Ad server and all…

Journey Of Online Media

Journey of Online Media is the platform to know more about online media, online ad operations, email marketing, social media marketing, search engine marketing and more about Ad server and all…

Journey Of Online Media

Journey of Online Media is the platform to know more about online media, online ad operations, email marketing, social media marketing, search engine marketing and more about Ad server and all…

Showing posts with label URL. Show all posts
Showing posts with label URL. Show all posts

Tuesday, 13 November 2012

Implement 1x1 tracking pixels in DFP

What is a tracking pixel?

In some scenarios, an agency, advertiser, or other third party might decide to track DFP impressions with a tracking pixel. A tracking pixel is simply a server call that returns a transparent 1x1 image (normally a GIF file).

Where do I get a tracking pixel?

A third party typically sends a DFP publisher a URL. The publisher will insert the URL into a tracking pixel and traffic the pixel in DFP with a creative.

What are some examples of tracking pixels?

Most tracking pixels have the same format with slight variations in the style variable. It is up to the DFP publisher and the advertiser to choose which format to use. Here are a few examples:
<img src="TRACKING-PIXEL-URL-GOES-HERE" style="position:absolute; visibility:hidden">
<img src="TRACKING-PIXEL-URL-GOES-HERE" style="display:none">
<img src="TRACKING-PIXEL-URL-GOES-HERE" width="0" height="0">

Where do I put the tracking pixel in DFP?

If you want to add a tracking pixel to the creative code for a Flash or Custom type creative, simply insert the tracking pixel code at the top of the 'Creative Code' box in the creative's properties screen.

If you want to add a tracking pixel to an image creative in DFP, follow these instructions:
  1. Change the creative type from image to custom.
  2. In the custom creative's properties screen, upload the image creative.
  3. Click Apply a Template and select the 'Image Banner Open in New Window' template. You'll be prompted to enter the 'Image-Width' and 'Image-Height' for your image creative (ex. 728x90).
  4. Click Generate Code.
  5. In the 'Creative Code' box, you'll see code for the template you just applied. Insert your tracking pixel above this code. An example looks like this:

<img src="TRACKING-PIXEL-URL-GOES-HERE" width="0" height="0">
< !-- Template ID = 4439 Template Name = Image Banner - Open in New Window-->
<a href="%c%u" target="_blank">
< img width="728" height="90" border="0" src="%h/2315223/728x90Image.JPG">
< /a>

Source: DFP Support

Tuesday, 9 October 2012

How to investigate discrepancies – DoubleClick

The best practice is to always traffic DFA tags using the "DoubleClick tag" creative type. If you have trafficked, your DFA tags as a DoubleClick tag creative type and are experiencing a discrepancy of greater than 2%.

Normally, DFP records an impression as soon as the ad server determines which creative to send. When the DoubleClick tag creative type is chosen, however, DFP does not record the impression until the line item has been sent and an impression has been recorded by DFA. As a result, this process reduces discrepancies between DFP and DFA, typically to within 2%. The DoubleClick tag creative type will also eliminate the need to add click tracking macros.

If a DoubleClick tag is booked as a custom or third-party creative, this enhanced functionality is lost; DFP will treat the DoubleClick tag as a third-party tag. It will not report clicks without the DFP click macro, and you will see a larger discrepancy in delivery numbers (as you would with any third-party ad server). If you have trafficked DoubleClick tag as a custom or third-party creative type and are experiencing a reporting discrepancy between DFP and DoubleClick for Advertisers (DFA), please see the “Third-party discrepancies” article. Otherwise, explore the following possibilities.

Discrepancies may result from:

Invalid activity filtering: DFP and DFA differ slightly in filtration methodologies, which can result in discrepancies in instances when frequent invalid activities occur.

Things to check:

  • Has the correct DoubleClick tag been trafficked? Like DFP, DFA has many tag types, including one that is specifically intended for use in DFP.
  • Are you comparing the correct objects between DFA and DFP? Which DFA ads are included in the placement for the tag you’ve trafficked in DFP?
  • Have you or the advertiser made any changes during the time in question (e.g., reassigning or modifying creatives)?
  • Are you looking at daily data or aggregated results? Break out the data by day and line item.
  • Does the advertiser code load properly? Perform live tests on web pages where the line item should deliver to verify that the correct ad tag calls are being made.
Source: Google Support

How to investigate discrepancies – Analytics

Analytics packages (such as Google Analytics) measure different metrics than ad servers, so their reports will not reconcile with DFP.

Page views vs. impressions

Analytics tracking is based on page views. In contrast, DFP ad server concepts are, by design, not page-specific:
  • An ad tag can be placed on multiple pages.
  • An ad unit can be associated with many pages.
  • A line item can be targeted to multiple ad units.
  • A line item can serve to a single page multiple times.

Code execution

DFP counts impressions delivered to ad tags; analytics packages count the execution of analytics tracking code. Since these snippets of code are located in different parts of your page code, both scripts might not load or execute on every page view.

For instance, some analytics packages recommend placing tracking code at the bottom of your HTML. If a user exits a page before the tracking code is executed, the analytics package will not count a page view, but DFP will still count an impression.
Since there is no interaction between ad tag code and analytics tracking code, analytics packages cannot account for unfilled impressions, which can be caused by any number of variables:
  • A lack of inventory
  • Firewalls and misconfigured security software
  • Ad blockers
  • Intermittent network connections
  • General latency

Iframes

Some publishers serve DFP tags in iframes. Browsers that don't support the <iframe> tag will not report an impression, but an analytics package will count a page view. Ad tags within an iframe can result in an extra round trip between the browser and server. This additional latency can cause some users to leave the page before the browser has enough time to make the calls to both the analytics package and DFP. If the analytics tracking code is present within both an iframe as well as the parent frame, the analytics software will register an inflated number of page views.

Cookies

Analytics packages typically require cookies to track page views. Some packages only record visitor traffic associated with a visitor cookie. If this cookie information is not available for a hit, or if a user has disabled cookies, then that hit may be disregarded.

Referrers

Comparing referrer URLs to DFP clicks is not advised. Referrers in analytics are not an accurate measure of clicks or landings for the following reasons:
  • Referrers can be disabled by users.
  • Internet security applications can block referrer data.
  • Firewalls and proxy servers can filter referrers.
  • Users can spoof referrers to prevent servers from knowing where they've been.
  • Depending on the line creative type (rich media, standard image, etc.) and the ad tag (iframe, JavaScript, standard HTML, etc.) on the page, the referrer can be either “DoubleClick” or your domain.
  • Internet Explorer does not send referrer data when switching from either (a) HTTP to HTTPS, or (b) any non-HTTP/HTTPS protocol (e.g., file://) to HTTP/HTTPS.

Source: Google Support

Tuesday, 2 October 2012

101 Useful Websites for daily life

1.       screenr.com – record movies of your desktop and send them straight to YouTube.
2.       ctrlq.org/screenshots – for capturing screenshots of web pages on mobile and desktops.
3.       goo.gl – shorten long URLs and convert URLs into QR codes.
4.       unfurlr.come – find the original URL that’s hiding behind a short URL.
5.       qClock – find the local time of a city using a Google Map.
6.       copypastecharacter.com – copy special characters that aren’t on your keyboard.
7.       postpost.com – a better search engine for twitter.
8.       lovelycharts.com – create flowcharts, network diagrams, sitemaps, etc.
9.       iconfinder.com – the best place to find icons of all sizes.
10.   office.com – download templates, clipart and images for your Office documents.
11.   followupthen.com – the easiest way to setup email reminders.
12.   jotti.org – scan any suspicious file or email attachment for viruses.
13.   wolframalpha.com – gets answers directly without searching   – see more wolfram tips.
14.   printwhatyoulike.com – print web pages without the clutter.
15.   joliprint.com – reformats news articles and blog content as a newspaper.
16.   ctrql.org/rss – a search engine for RSS feeds.
17.   e.ggtimer.com – a simple online timer for your daily needs.
18.   coralcdn.org – if a site is down due to heavy traffic, try accessing it through coral CDN.
19.   random.org – pick random numbers, flip coins, and more.
20.   pdfescape.com – lets you can quickly edit PDFs in the browser itself.
21.   viewer.zoho.com – Preview PDFs and Presentations directly in the browser.
22.   tubemogul.com – simultaneously upload videos to YouTube and other video sites.
23.   ctrlq.org/dictation – online voice recognition in the browser itself.
24.   scr.im – share you email address online without worrying about spam.
25.   spypig.com – now get read receipts for your email.
26.   sizeasy.com – visualize and compare the size of any product.
27.   myfonts.com/WhatTheFont – quickly determine the font name from an image.
28.   google.com/webfonts – a good collection of open source fonts.
29.   regex.info – find data hidden in your photographs – see more EXIF tools.
30.   livestream.com – broadcast events live over the web, including your desktop screen.
31.   iwantmyname.com – helps you search domains across all TLDs.
32.   homestyler.com – design from scratch or re-model your home in 3d.
33.   join.me – share you screen with anyone over the web.
34.   onlineocr.net – recognize text from scanned PDFs – see other OCR tools.
35.   flightstats.com – Track flight status at airports worldwide.
36.   wetransfer.com – for sharing really big files online.
37.   hundredzeros.com – the site lets you download free Kindle books.
38.   polishmywriting.com – check your writing for spelling or grammatical errors.
39.   marker.to – easily highlight the important parts of a web page for sharing.
40.   typewith.me – work on the same document with multiple people.
41.   whichdateworks.com – planning an event? find a date that works for all.
42.   everytimezone.com – a less confusing view of the world time zones.
43.   gtmetrix.com – the perfect tool for measuring your site performance online.
44.   noteflight.com – print music sheets, write your own music online (review).
45.   imo.im – chat with your buddies on Skype, Facebook, Google Talk, etc. from one place.
46.   translate.google.com – translate web pages, PDFs and Office documents.
47.   kleki.com – create paintings and sketches with a wide variety of brushes.
48.   similarsites.com – discover new sites that are similar to what you like already.
49.   wordle.net – quick summarize long pieces of text with tag clouds.
50.   bubbl.us – create mind-maps, brainstorm ideas in the browser.
51.   kuler.adobe.com – get color ideas, also extract colors from photographs.
52.   liveshare.com – share your photos in an album instantly.
53.   lmgtfy.com – when your friends are too lazy to use Google on their own.
54.   midomi.com – when you need to find the name of a song.
55.   bing.com/images – automatically find perfectly-sized wallpapers for mobiles.
56.   faxzero.com – send an online fax for free – see more fax services.
57.   feedmyinbox.com – get RSS feeds as an email newsletter.
58.   ge.tt – quickly send a file to someone, they can even preview it before downloading.
59.   pipebytes.com – transfer files of any size without uploading to a third-party server.
60.   tinychat.com – setup a private chat room in micro-seconds.
61.   privnote.com – create text notes that will self-destruct after being read.
62.   boxoh.com – track the status of any shipment on Google Maps – alternative.
63.   chipin.com – when you need to raise funds online for an event or a cause.
64.   downforeveryoneorjustme.com – find if your favorite website is offline or not?
65.   ewhois.com – find the other websites of a person with reverse Analytics lookup.
66.   whoishostingthis.com – find the web host of any website.
67.   google.com/history – found something on Google but can’t remember it now?
68.   aviary.com/myna – an online audio editor that lets record, and remix audio clips online.
69.   disposablewebpage.com – create a temporary web page that self-destruct.
70.   urbandictionary.com – find definitions of slangs and informal words.
71.   seatguru.com – consult this site before choosing a seat for your next flight.
72.   sxc.hu – download stock images absolutely free.
73.   zoom.it – view very high-resolution images in your browser without scrolling.
74.   scribblemaps.com – create custom Google Maps easily.
75.   alertful.com – quickly setup email reminders for important events.
76.   picmonkey.com – Picnik is offline but PicMonkey is an even better image editor.
77.   formspring.me – you can ask or answer personal questions here.
78.   sumopaint.com – an excellent layer-based online image editor.
79.   snopes.com – find if that email offer you received is real or just another scam.
80.   typingweb.com – master touch-typing with these practice sessions.
81.   mailvu.com – send video emails to anyone using your web cam.
82.   timerime.com – create timelines with audio, video and images.
83.   stupeflix.com – make a movie out of your images, audio and video clips.
84.   safeweb.norton.com – check the trust level of any website.
85.   teuxdeux.com – a beautiful to-do app that looks like your paper dairy.
86.   deadurl.com – you’ll need this when your bookmarked web pages are deleted.
87.   minutes.io – quickly capture effective notes during meetings.
88.   youtube.com/leanback – Watch YouTube channels in TV mode.
89.   youtube.com/disco – quickly create a video playlist of your favorite artist.
90.   talltweets.com – Send tweets longer than 140 characters.
91.   pancake.io – create a free and simple website using your Dropbox account.
92.   builtwith.com – find the technology stack of any website.
93.   woorank.com – research a website from the SEO perspective.
94.   mixlr.com – broadcast live audio over the web.
95.   radbox.me – bookmark online videos and watch them later.
96.   tagmydoc.com – add QR codes to your documents and presentations .
97.   notes.io – the easiest way to write short text notes in the browser.
98.   ctrlq.org/html-mail – send rich-text mails to anyone, anonymously.
99.   fiverr.com – hire people to do little things for $5.
100.   otixo.com – easily manage your online files on Dropbox, Google Docs, etc                                 101.  ifttt.com – create a connection between all your online accounts.

Monday, 13 August 2012

How the Ad Exchanges will work – An Overview
More and more online display inventory is being purchased via ad exchanges than ever before. On these platforms, advertisers utilize technology to bid on each and every ad impression in a real-time marketplace based on the value they put on the viewer. For example, retargeting has become a popular tactic as advertisers are able to tag (and then buy ads exposed to) users who have already shown interest in them by visiting their site. This technique has proven to be very effective, with higher than normal click-through rates (CTR), conversion rates, and other key performance indicators (KPIs).

Currently, more than 400 billion global monthly impressions are up for bid to online marketers -- that translates to about 150,000 ads each second during high internet traffic times!

Since the first banner ad was sold more than a decade and a half ago, it's no big surprise that publishers have aggressively sought ways to increase revenue by optimizing their ad inventory. Because so much of online inventory goes unsold or dropped into remnant channels for a micro-fraction of what can be made from presold, premium inventory, ad exchanges were an organic evolution in the ecosystem. A successful model was already in place with paid search where advertisers bid in a real-time, auction environment for ad impressions. As with paid search, exchange ad inventory is optimized by capitalist equilibrium -- some inventory is worth pennies, some is worth tens of dollars. Either way, ad price is determined by what the market is willing to pay.

Because most of the transaction is automated by technology, exchanges are very efficient for publishers to monetize previously unsold inventory without the need for robust sales teams, as well as for advertisers to buy direct inventory without middle men (such as ad networks) inflating costs. This has led some industry experts to predict that the market share of exchange vs. traditional online display buying methods will grow quickly in the next several years. In fact, this may have set off a revolution in which we will see more and more inventory moved to digital channels -- it might not be all available in real-time, but the efficiencies of this model cannot be denied. It's very possible that one day that any inventory that can be sold this way, will be sold this way... not just online, but TV, print, radio, etc.

The debates of the value of audience vs. context, technology vs. manual expertise, commoditization of inventory and its effect on our industry, etc., are already taking place in board rooms, industry conferences, and the blogosphere. As exciting as the new opportunity might be, there is resistance from the owners of the status quo, who will find their importance and market share drastically reduced by this evolution. As well, there is concern about the quality of this inventory and, as is always the case when targeting individual users, there will be privacy issues to take into account.

Regardless of the positive and negative context surrounding ad exchange buying, there still exists some mystery into how the technology actually works. Below is a top-level overview on how a publisher impression gets passed through the exchange value chain and ultimately gets served as an ad to the end user.

Note: This entire process happens in less than one-third of a second.

The publisher

An online user makes it to a publisher's site via a link or direct URL typed into a browser. The page loads and swooshes...

The publisher ad server

...the site's ad server recognizes that an ad box is on the page that needs to be filled. Publishers have a variety of choices on where to buy inventory. They can have in-house sales teams that work to presell their best (premium) inventory, ad networks that agree to help sell the inventory (either on an exclusive or non-exclusive basis), and, of course, ad exchanges, where advertisers can bid, in real time, for the impression.

So the first-party ad server may put the ad impression up for bid on the exchanges directly or through...

The publisher's tools

...which can enable them to let the impression be handled by yield optimizers (such as Rubicon, Admeld, and PubMatic) that can help them maximize their site revenue? They can consult with optimization service teams to help set pricing, decide what kind of ad units should go on specific pages, make deals with ad networks and exchanges, etc. As well, these partners can offer propriety technology to facilitate and optimize ad sales.
If the publisher tool decides at this time that the best value for the impression is on an exchange, it will send the impression there.

The exchanges

Currently, there are only a handful of "major" ad exchanges:
  • AdBrite
  • AdECN (Microsoft)
  • ContextWeb
  • DoubleClick Ad Exchange (Google)
  • Right Media (Yahoo... currently testing real-time bidding)

These media entities have direct deals with publishers, networks, or publisher tools to sell inventory on their open platforms. On its DoubleClick Ad Exchange, for example, Google has migrated inventory from its very successful AdSense program, which enables it to sell advertising this way on literally billions of web pages. Exchanges negotiate rates with the media providers and get paid to simply handle the transaction.

Advertisers and their agencies can elect to "get a seat" on these exchanges in order to be involved in the bidding marketplace. Exchanges have self-service, back-end platforms that media buyers can log into, set up and manage campaigns, and run analytics reports to analyze and then optimize their accounts without ever talking to a sales person.

However, many advertisers elect to not work with exchanges directly, and opt to use a demand-side platform (DSP) as their trading desk of choice.

The demand-side platforms (DSPs)

Demand-side platforms have risen to help advertisers manage all of their exchange campaigns through a single interface. These DSPs utilize the ad exchange's data connection via application program interfaces (APIs), which provide the same functionality as working on the exchanges' own systems. Some agencies and holding companies have built their own DSPs, and many third-party DSP providers have popped up, such as Turn, Invite Media (Google), [x+1], MediaMath, DataXu, and Triggit.

DSPs provide more features than just letting advertisers manage all of their buys in one spot. By aggregating the entire exchange buying process into one system, advertisers can utilize the high-powered algorithms of their DSPs to optimize their bids. These algorithms can be tuned to target a specific cost-per-click, cost-per-sale, return on investment (ROI), or other business goals. They can also provide integration with various third-party data providers to allow for simple access to purchasing inventory. Another recognized benefit to running everything through a DSP is that advertisers can enable universal frequency capping across all of the exchanges they work with.

Because an ad needs to load quickly, DSPs have service level agreements (SLAs) that set how long they have to return a bid for the impression. The standard time frame for a DSP to return a bid request to an exchange is around 50 milliseconds, or one-twentieth of a second!

The bid

Bids are generally handled at the cost-per-thousand (CPM) level, and advertisers can choose to vary these bids based on the value of the users each placement is targeting. A common targeting choice is contextual, as exchanges classify their inventory by categories (i.e., sports, entertainment, news, finance, etc.) and sub-categories (entertainment - movie; entertainment - music; etc.). It's probably safe to say that an advertiser involved in promoting a new film would be willing to pay more for to users on movies sites than on financial ones.

Another common targeting option is geography -- by country, region, state, DMA, etc. And because you can mix targeting directives in a placement, you could, for example choose to create a campaign that just targets users on automotive-related sites in California and bid accordingly for that traffic.

It's important to note that advertisers are not manually bidding on every impression in real-time -- not even Superman could keep up with 150,000 ads per second. Rather, advertisers choose targeting settings and a maximum bid for what they would pay for an impression that meets those parameters. As with paid search, analysts can continuously optimize their choices by changing bids and targeting settings to ensure the best possible ROI.

The data layer

The piece of the puzzle that seems to most accentuate the value of exchange buying is the various data that can be leveraged in order to target users. By tagging user browsers via anonymous cookies, advertisers can retarget to their website's visitors on publisher sites by bidding more for those users than their competitors; reaching shopping cart abandoners with multiple ad impressions in the first few days after leaving the site has become a smart way to utilize this feature, for example.

Third-party data providers tag users and then sell advertisers’ access to identify those users later on an exchange. These companies (such as BlueKai, eXelate, and Experian) can provide user segments such as male or female, age bracket, income bracket, etc. How do they do this? There are various ways. There are data providers that tag users online who are registering product warrantees; they can provide exchange visibility to audiences based on the types of products they own. Other data providers make deals with travel aggregators so that advertisers can (anonymously) target users who have searched for Caribbean vacation deals or European hotels. Some data providers work with social networks that have registration data on millions of users and can help find audiences with specific niche interests.

The most valuable data seems to be that which can help identify in-market users. For example, a data provider signs a deal with a top-tier automotive review site to allow it to tag its users on key portions of the site. Days later, a major car manufacturer is able to buy impressions on other sites to target those same users who were looking for specific car-related information.

Ultimately, advertisers are going to pay more to reach the most desirable audiences to their business. Data empowers the advertiser to be able to better judge the value of each impression as it is passed to them.

The verification systems

If a bid is submitted and won by an advertiser, the ad can be served at this point. However, to provide a level of protection, verification technology is sometimes inserted into the value chain. Because the focus on the exchanges is audience buying and the human element has been removed, there has been a fear in the advertiser community that the ads may not be served in the best way for their brands -- e.g., being placed next to overtly sexual or violent content. Being served next to a competitor on the same page is also something that could potentially happen. Verification systems try to discern the context of the page before serving the ad, and it will block the ad if it determines the page doesn't fit the advertiser's specified settings.

Another function of verification systems is to validate the buy itself. As the impression comes up for bid and is won by the advertiser, the system determines if it really matches the target that advertiser was bidding on. Is the ad being served in the right geographic area? Is it ensuring compliance to the industry-specific guidelines and not breaking any rules (for example, pharmaceutical companies have strict editorial needs)? Once again, if the verification technology detects anything outside of the ordinary, it will block the ad from being served. Also in this category are contextual providers such as Peer39 and Proximic, which leverage semantic filters in real time to protect advertisers from buying the wrong impressions.

Verification technologies can differ in methodology and implementation, but, basically, if the impression passes the verification system's filters at this point, the ad is ready to be loaded into the blank ad box on the publisher site.

The third-party ad server

On some occasions, advertisers can load ads directly into the exchanges or allow their DSPs to serve them. However, most major advertisers load the exchanges (and DSPs) with creative "tags," which are ad requests that are filled by their third-party ad servers.
Third-party ad servers solve the same problem with serving ads as a DSP does with buying from exchanges. Instead of having to manage all of their display buys for each individual publisher (or exchange), the third-party ad server allows for everything to be managed in one place -- reporting, tracking, creative management -- one platform for the agency or advertiser teams to worry about.

So, the exchange sends the advertiser's creative tag (either directly or from a DSP) to the publisher's first-party ad server. The publisher's server loads the creative tag into the blank ad box. The creative tag "calls" to the advertiser's third-party ad server to then serve the ad. The third-party ad server will serve whichever creative is deemed appropriate for the situation. For example, if it detects that the end user is in Texas, there may be a specified ad to be served to that user. Or, if the third-party ad server detects that the user visited the company's website and checked out a certain product page, it may be directed to serve an ad related to that product.

Abracadabra! The ad is served. Remember, this entire process has to happen virtually instantaneously to ensure a quality experience for a website user. From the moment the page begins to load, to the publisher's tools farming it off to an exchange, to the exchanges receiving bids from their own users and their partner DSPs, to being filtered through the verification systems, and finally returned by an advertiser's third-party ad server-- it all takes place in around less than half of a second.

Summary

It's almost impossible to imagine that technology buying, such as the exchange system, will completely replace human interaction. Frankly, not all inventories can be sold this way. However, with the promise of lower costs from efficiencies, fewer wasted impressions through smart targeting, scalable reach, and controlled frequency; it seems very likely that these technologies will evolve into even more impactful tools. Competency in these platforms has already become a priority for leading advertisers, and new ideas for innovation are springing up every day. It's reasonable to assume that we have only scratched the surface on the capabilities of these systems and that they will be even more powerful and ubiquitous in a very short time.

Source: www.imediaconnection.com

Share

Twitter Delicious Facebook Digg Favorites More