Production templates updated on 05/07/2015:
- Web Rewards 2.2
- Web Flex 2.2
- Web Views 2.2
Details:
- Added “advertiserID” node to mb_payload populated with the DFP advertiser macro:
var mb_payload = {
"euui" : "%ebuy!",
"advertiserID" : "%eadv!",
"myfbuserid" : USE_NATIVE_API ? mbapi_payload.myfbuserid : null,
"orderName" : "{{OrderName}}",
"adid" : "%eaid!",
"crid" : "%ecid!",
"siteName" : mBrixVars.adUnit.split("/")[0],
"zone" : USE_NATIVE_API ? mbapi_payload.zone : zone,
"siteID" : "%epid!",
"postUrl" : USE_NATIVE_API ? mbapi_payload.postUrl : "//metrics-us.mediabrix.com/",
"host" : document.domain,
"session" : USE_NATIVE_API ? mbapi_payload.session : null,
"uniqueID" : USE_NATIVE_API ? mbapi_payload.uniqueID : null,
"platform" : USE_NATIVE_API ? mbapi_payload.platform : "Web",
"product_type" : "rewards",
"vid_complete" : null,
"dimensions" : null
};
- If a creative has the “advertiserID” node, the MOAT tag will be dropped after the impression event fires.