Skip to content

Instantly share code, notes, and snippets.

@doapp-grady
Created July 14, 2016 21:45
Show Gist options
  • Save doapp-grady/f25c4ba7565d6aaf1929fd5bb3eff0bc to your computer and use it in GitHub Desktop.
Save doapp-grady/f25c4ba7565d6aaf1929fd5bb3eff0bc to your computer and use it in GitHub Desktop.
{
"networks": [
{
"id": "clientMln",
"type": "MLN",
"config": {
"requestHost": "prod-adserving.doapps.com",
"impressionHost": "vpc-adserving.doapps.com",
"clicksHost": "vpc-adserving.doapps.com"
}
},
{
"id": "newscycleAdmob",
"type": "ADMOB",
"config": {
"id": "ca-app-pub-7654012868508983/7239821164"
}
},
{
"id": "newscycleFacebook",
"type": "FACEBOOK",
"config": {
"id": "some-app-value",
"placement": "466790940144108_467102620112940"
}
},
{
"id": "newscycleInmobi",
"type": "INMOBI",
"config": {
"id": "255cad8d23dc46cab0df569e515cedae"
}
},
{
"id": "clientVast",
"type": "VAST",
"config": {
"url": "http://pubads.g.doubleclick.net/gampad/ads?sz=1x1000&iu=/6088/newsy-affiliate/doapp/Headlines&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&url=[URL]&correlator=[TIMESTAMP]&description_url=http%3A%2F%2Fwww.newsy.com&cust_params=player_width%3D640%26player_height%3D360%26app_name%3Dheadlines%26app_domain%3Ddoapps.com%26app_bundle%3Dcom.doapps%26ip_addr%3D[IP_ADDR]%26device_ua%3D[DEVICE_UA]&ad_rule=0"
}
}
],
"slots": {
"appOpen" : {
"native" : {
"networkOrder" : [
"clientMln"
]
}
},
"frontPage" : {
"native" : {
"networkOrder" : [
"clientMln"
]
},
"banner" : {
"networkOrder" : [
"clientMln",
"newscycleAdmob"
],
"settings": {
"rotationDelay": 15,
"waitsOnNativeLoad": false
}
}
},
"category" : {
"native" : {
"networkOrder" : [
"clientMln",
"newscycleFacebook",
"newscycleInmobi"
],
"settings" : {
"forceWaterfallAfter" : 2
}
},
"banner" : {
"networkOrder" : [
"clientMln",
"newscycleAdmob"
],
"settings" : {
"waitsOnNativeLoad" : false,
"rotationDelay" : 15
}
},
"leaderboard" : {
"networkOrder" : [
"clientMln",
"newscycleAdmob"
],
"settings" : {
"waitsOnNativeLoad" : false,
"rotationDelay" : 15
}
},
"rectangle" : {
"networkOrder" : [
"clientMln",
"newscycleAdmob"
]
}
},
"article" : {
"banner" : {
"networkOrder" : [
"clientMln",
"newscycleAdmob"
],
"settings" : {
"waitsOnNativeLoad" : false,
"rotationDelay" : 15
}
},
"leaderboard" : {
"networkOrder" : [
"clientMln",
"newscycleAdmob"
],
"settings" : {
"waitsOnNativeLoad" : false,
"rotationDelay" : 15
}
},
"videoPlay" : {
"networkOrder" : [
"clientVast"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment