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…
Tuesday, 5 November 2013
Why Publisher Need Own Ad Server
Monday, 8 October 2012
DoubleClick Macros – An Overview… Part 2
Continued from Part 1
File server macro
- %h will still work for creatives trafficked in DART, but we strongly recommend using the new syntax for all new creatives trafficked in the DFP upgrade.
- The syntax for a creative file's path using %h is: %h/advertiser_ID/filename.ext. For example, for advertiser 12345678 and creative file dclk1.gif, the syntax would be:%h/12345678/dclk1.gif
- DART macros are case-sensitive. That is, %H is not a valid macro.
Geo ad server macro
- ct is
the key that returns a value for a country code
- st is
the key that returns a value for a U.S. state, territory, or Canadian
province
- city is
the key that returns a value for a city
- dma is
the key that returns a value for designated market areas
- zp is
the key that returns a value for a postal code
- bw is
the key that returns a value for bandwidth
- Macros are case-sensitive. That is, %G is not a valid macro.
- The expanded form of the geo ad server macro is not wrapped in quotes (single, or double). The macro can cause syntax errors with surrounding Javascript code if it's wrapped in quotes.
Height and width macros
Host name macro
Interstitial impression macro
Pattern match macro
- We
are passing the user's gender into an ad tag on your page via custom
criteria like this:
- In
the custom or third-party creative, dynamically pass the criteria using
the following macro:<some creative script here>...&gender=%%PATTERN:gender%%
- The
entire macro of %%PATTERN:gender%% will be replaced with
"male".
- DFP
will call and serve the “male” creative file to this user.
Notes:
- %p will still work for
creatives trafficked in DART, but we strongly recommend using the new syntax
for all new creatives trafficked in the DFP upgrade.
- %p is not supported with GPT
tags. If you use GPT, you must use %%PATTERN:key%%.
- DART macros are
case-sensitive. That is, %P is not a valid macro.
Site name macro
Target window macro
Sunday, 7 October 2012
DoubleClick Macros – An Overview… Part 1
Cache-busting (random number) macro
- %n will still work for creatives trafficked in DART, but we strongly recommend using the new syntax for all new creatives trafficked in the DFP upgrade.
- DART macros are case-sensitive. That is, %N is not a valid macro.
Click macro
- Un-escaped
click macro: %%CLICK_URL_UNESC%%
- Double-escaped
click macro: %%CLICK_URL_ESC_ESC%%
- A small number of third parties use double escaping (%%CLICK_URL_ESC_ESC%%). For certified third parties, we’ll auto-insert this double-escaped click macro; however, if you’re unsure if you need a double-escaped macro, you should reach out to the third party for confirmation.
- %c will still work for creatives trafficked in DART, but we strongly recommend using the new syntax for all new creatives trafficked in the DFP upgrade.
- Warning: If you don't put a click-tracking macro in the correct place in your third-party code, you will most likely not track clicks on the creative. Talk to your third-party creative provider to learn where to put the click macro.
Click-through URL macro
- %%DEST_URL%%
- %%DEST_URL_ESC%%
- %%DEST_URL_ESC_ESC%%
- click= escape
it once (%%DEST_URL_ESC%%)
- click1= escape
it once (%%DEST_URL_ESC%%)
- click0= don't
escape it (%%DEST_URL%%)
- click2= escape
it twice (%%DEST_URL_ESC_ESC%%).
Expand macro
- %eaid! --
expands with line item ID
- %ecid! --
expands with the creative ID
- %eenv! --
expands with the environment (tag type) indicator. For example, 'i' if
iframe, 'j' if JavaScript, etc.
- %esid! --
expands with the first-level ad unit ID serving the line item
- %epid! --
expands with the second-level ad unit ID serving the line item
- %eadv! --
expands with the advertiser ID of the line item being served
- %ebuy! --
expands with the order ID of the line item being served