Production issues:
- Dimensions in the JSON feed do not always match the dimensions of the ad
- Supported events array does not always match the API events the ad fires.
- Some ads not firing “play” event
- MB_Dev/volume11
- v11media.com
- artsantos@mediabrix.com/brixmedia145
- v11media.mediabrix.com
- Callback URL :http://metrics.tbliab.net/apptrak
- Query Parameters:
-
- euui=[params.euui]
- mbcn=[params.mbcn]
- mbai=[params.mbai]
- mbci=[params.mbci]
- ecmd3=Web
- ecmd4=GSN_GameGift_Video_CPCV
- mbpp=GSN_gsn
- mbzn=[params.mbzn]
- mbpi=22198776
- ecmd5=[params.ecmd5]
- eses=[params.eses]
- format=json
- Sample query:
-
- http://metrics.tbliab.net/apptrak?eact=volume11&eval=true&mbcn=volume11&ecmd3=Web&ecmd4=SocialViews&mbpp=gsn&mbzn=volume11&mbpi=22198776&euui=155560416&mbai=36587256&mbci=36743875896&ecmd5=76c3d276-caa1-46e5-c4b4-c11b9a0e22b2&format=json
- Sample response:
-
- {"Result": "Success", "SessionID": "37bdf7d1-7db3-416c-9ebd-8156fbf470a4"}
Template Details:
- Requirements:
-
- Add V11 api code and container to template
- Define callback URL for V11 conversion confirmation
- Ad Call
-
- Do not render ad if V11 "empty" or "error" events are fired; send adVerification=0 to publisher
- Metrics fired for V11 events: "play" = vidstart, "complete" = vidcomplete, "continue" = reward confirmation"
- Close ad if V11 "close" event fires.
MediaBrix_TestPub_SocialFlex
MB_Dev/volume11
JSON ex:
body: "Get credit for every 10 minutes you listen"
- click_url: "http://b.v11media.com/click?k=3f1daa4bf3386034109218d91f441800&uid=7293510483577847&entry=http%3A%2F%2Fwww.mediabrix.com%2Fapp%2Fcanvasx%2Ftest%2Fgsn%2Fv11%2F&os_version=10_9_0&o=71428&src=json"
- cpa: "20"
- currency: "Credits"
- engagement_type: 3
- gender: null
- height: 400
- id: 71428
- image_height: 250
- image_url: "https://s3.amazonaws.com/V11/media/85a014e4beb1c544ffd2fb3ce9ec9487.jpg"
- image_width: 300
- is_autoplay: false
- is_responsive: false
- is_vc_ok: true
- length: 30
- max_age: null
- min_age: null
- platforms: Array[1]
- subtitle: ""
- supported_events: Array[1]
- title: "Listen to internet radio for free!"
- viewed: true
- width: 600
Sample ad:
international default
function logDefault(){
mblog("logDefault");
var default_payload = mb_payload;
default_payload.orderName = "SocialViews Default - Intl";
default_payload.crid = "31983338136";
default_payload.adid = "37470216";
default_payload.euui = "156832536";
if(typeof(metrics) !== "undefined" &&
typeof(metrics.logEvent) !== "undefined"){
metrics.logEvent('opportunity', 'true', default_payload);
}else{
setTimeout(function(){
logDefault();
},500);
}
}