File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ defaults:
2626 - social
2727 - audio
2828 - web
29+ - streaming-video
2930 phone :
3031 - social
3132 - ctv-bvod
3233 - audio
3334 - app
3435 - web
36+ - streaming-video
3537 smart-speaker :
3638 - audio
3739 tablet :
@@ -40,18 +42,20 @@ defaults:
4042 - audio
4143 - app
4244 - web
45+ - streaming-video
4346 tv :
4447 - ctv-bvod
4548 - social
4649 - audio
4750 - app
51+ - streaming-video
4852 default_consumer_device_request_size_bytes :
4953 app : 1000
5054 audio : 1000
5155 ctv-bvod : 0
5256 dooh : 0
5357 social : 1000
54- streaming-video : 0
58+ streaming-video : 1000
5559 web : 1500
5660 default_device_by_channel :
5761 app : phone
Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ import ChannelMappingDefaults from "/snippets/defaults_channel_mapping.mdx";
1515
1616### Channels
1717
18- | Channel | Description |
19- | ---------- | ---------------------------------------------- |
20- | ` web ` | Website that is not primarily social or CTV |
21- | ` app ` | Mobile app that is not primarily social or CTV |
22- | ` social ` | A social platform (Snapchat, Facebook, etc) |
23- | ` ctv-bvod ` | A TV-like streaming platform |
24- | ` audio ` | Audio content (podcasts, streaming music) |
25- | ` dooh ` | Digital out of home - billboards, transit, etc |
18+ | Channel | Description |
19+ | ----------------- | ---------------------------------------------- |
20+ | ` web ` | Website that is not primarily social or CTV |
21+ | ` app ` | Mobile app that is not primarily social or CTV |
22+ | ` social ` | A social platform (Snapchat, Facebook, etc) |
23+ | ` ctv-bvod ` | A TV-like streaming platform |
24+ | ` streaming-video ` | Website or app with online video content |
25+ | ` audio ` | Audio content (podcasts, streaming music) |
26+ | ` dooh ` | Digital out of home - billboards, transit, etc |
2627
2728### Device Types
2829
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ default_consumer_device_request_size_bytes:
66 dooh: 0
77 audio: 1000
88 social: 1000
9- streaming-video: 0
9+ streaming-video: 1000
1010
1111default_emissions_per_creative_request_gco2_per_imp: 0.0003
1212default_emissions_per_bid_request_gco2_per_imp: 0.11442
Original file line number Diff line number Diff line change @@ -6,22 +6,26 @@ default_channel_by_device:
66 - audio
77 - app
88 - web
9+ - streaming-video
910 tablet:
1011 - social
1112 - ctv-bvod
1213 - audio
1314 - app
1415 - web
16+ - streaming-video
1517 pc:
1618 - ctv-bvod
1719 - social
1820 - audio
1921 - web
22+ - streaming-video
2023 tv:
2124 - ctv-bvod
2225 - social
2326 - audio
2427 - app
28+ - streaming-video
2529 smart-speaker:
2630 - audio
2731default_device_by_channel:
You can’t perform that action at this time.
0 commit comments