Last active
June 6, 2016 08:38
-
-
Save fraszczakszymon/b07788dccc6999affce1a2755329c4d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"delay": { | |
"enabled": true, | |
"timeout": 2 | |
}, | |
"providers": { | |
"directGpt": { | |
"type": "gpt", | |
"ad_unit": "/5441/wka.{s0}/{s1}//{s2}/{src}/{pos}", | |
"geo": [ | |
"non-CA", | |
"non-AU", | |
"non-NO" | |
], | |
"slots": [ | |
{ | |
"slot_name": "TOP_LEADERBOARD", | |
"geo": [ "non-JP" ], | |
"sizes": [ | |
[728, 90], | |
[970, 250] | |
], | |
"targeting": { | |
"loc": "top" | |
} | |
}, | |
{ | |
"slot_name": "TOP_LEADERBOARD", | |
"geo": [ "JP" ], | |
"sizes": [ | |
[728, 90] | |
], | |
"targeting": { | |
"loc": "top" | |
} | |
}, | |
{ | |
"slot_name": "TOP_RIGHT_BOXAD", | |
"sizes": [ | |
[300, 250], | |
[320, 50] | |
], | |
"targeting": { | |
"loc": "top" | |
} | |
}, | |
{ | |
"slot_name": "PREFOOTER_LEFT_BOXAD", | |
"sizes": [ | |
[300, 250] | |
] | |
}, | |
{ | |
"slot_name": "INVISIBLE_HIGH_IMPACT_2", | |
"geo": [ "PL", "BR" ], | |
"out_of_page": true | |
} | |
], | |
"targeting": { | |
"src": "gpt" | |
}, | |
"single_request_architecture": true, | |
"allow_btf_blocking": true | |
}, | |
"taboola": { | |
"type": "taboola", | |
"ab": [ | |
"56_123" | |
], | |
"slots": [ | |
{ | |
"slot_name": "NATIVE_TABOOLA_ARTICLE", | |
"id": "taboola-below-article-thumbnails", | |
"mode": "thumbnail-c", | |
"label": "Below Article Thumbnails - {mapped_vertical}" | |
} | |
], | |
"targeting": { | |
"mapped_vertical": "Television" | |
} | |
}, | |
"rubiconFastlane": { | |
"type": "rpfl", | |
"slots": [ | |
{ | |
"slot_name": "TOP_LEADERBOARD" | |
}, | |
{ | |
"slot_name": "TOP_RIGHT_BOXAD" | |
} | |
] | |
} | |
}, | |
"targeting": { | |
"s0": "life", | |
"s1": "_muppet", | |
"s2": "article", | |
"artid": 123, | |
"ksgmnt": [ "pe1gyxpe2", "pd9ev7exz", "pkrshnoxu" ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment