From 7d75bea34d37601d511c0b0b857fcf3041ff4fe1 Mon Sep 17 00:00:00 2001 From: Niki Banerjee Date: Wed, 28 Aug 2024 21:38:06 +1000 Subject: [PATCH 1/4] minor updates for OLV support --- docs/calculations.mdx | 17 +++++++++-------- docs/snippets/defaults_ad_platform.mdx | 2 +- docs/snippets/defaults_channel_mapping.mdx | 4 ++++ 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/docs/calculations.mdx b/docs/calculations.mdx index 7de6ae43..443f35d0 100644 --- a/docs/calculations.mdx +++ b/docs/calculations.mdx @@ -15,14 +15,15 @@ import ChannelMappingDefaults from "/snippets/defaults_channel_mapping.mdx"; ### Channels -| Channel | Description | -| ---------- | ---------------------------------------------- | -| `web` | Website that is not primarily social or CTV | -| `app` | Mobile app that is not primarily social or CTV | -| `social` | A social platform (Snapchat, Facebook, etc) | -| `ctv-bvod` | A TV-like streaming platform | -| `audio` | Audio content (podcasts, streaming music) | -| `dooh` | Digital out of home - billboards, transit, etc | +| Channel | Description | +| ----------------- | ---------------------------------------------- | +| `web` | Website that is not primarily social or CTV | +| `app` | Mobile app that is not primarily social or CTV | +| `social` | A social platform (Snapchat, Facebook, etc) | +| `ctv-bvod` | A TV-like streaming platform | +| `streaming-video` | Website or app with online video content | +| `audio` | Audio content (podcasts, streaming music) | +| `dooh` | Digital out of home - billboards, transit, etc | ### Device Types diff --git a/docs/snippets/defaults_ad_platform.mdx b/docs/snippets/defaults_ad_platform.mdx index b3e834a6..fc058dff 100644 --- a/docs/snippets/defaults_ad_platform.mdx +++ b/docs/snippets/defaults_ad_platform.mdx @@ -6,7 +6,7 @@ default_consumer_device_request_size_bytes: dooh: 0 audio: 1000 social: 1000 - streaming-video: 0 + streaming-video: 1000 default_emissions_per_creative_request_gco2_per_imp: 0.0003 default_emissions_per_bid_request_gco2_per_imp: 0.11442 diff --git a/docs/snippets/defaults_channel_mapping.mdx b/docs/snippets/defaults_channel_mapping.mdx index c1f2e00d..ee5e46fd 100644 --- a/docs/snippets/defaults_channel_mapping.mdx +++ b/docs/snippets/defaults_channel_mapping.mdx @@ -3,22 +3,26 @@ default_channel_by_device: phone: - social - ctv-bvod + - streaming-video - audio - app - web tablet: - social - ctv-bvod + - streaming-video - audio - app - web pc: - ctv-bvod + - streaming-video - social - audio - web tv: - ctv-bvod + - streaming-video - social - audio - app From 3db86ac7db10fefc3bdaca20254f53582979fe5b Mon Sep 17 00:00:00 2001 From: rachitm022 Date: Fri, 25 Jul 2025 11:58:29 +0530 Subject: [PATCH 2/4] run compute defaults --- defaults/docs-defaults.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index 9ac0402c..6cf13bda 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -24,6 +24,7 @@ defaults: default_channel_by_device: pc: - ctv-bvod + - streaming-video - social - audio - web @@ -32,6 +33,7 @@ defaults: phone: - social - ctv-bvod + - streaming-video - audio - app - web @@ -42,6 +44,7 @@ defaults: tablet: - social - ctv-bvod + - streaming-video - audio - app - web @@ -50,6 +53,7 @@ defaults: tv: - linear-tv - ctv-bvod + - streaming-video - social - audio - app @@ -267,7 +271,7 @@ defaults: ota: 45.400000000 satellite: 4.600000000 DE: - cable: 41.600000000 + cable: 41.500000000 iptv: 9.600000000 ota: 3.400000000 satellite: 45.500000000 @@ -284,7 +288,7 @@ defaults: US: cable: 43.300000000 iptv: 20.700000000 - ota: 19.200000000 + ota: 19.300000000 satellite: 16.700000000 default_platform_ad_format_by_channel: app: Interstitial - 1080x1920 Banner @@ -326,7 +330,6 @@ defaults: audio: 0.049000000 ctv-bvod: 0.280000000 dooh: 0.049000000 - linear-tv: 0.280000000 social: 0.150000000 streaming-video: 0.049000000 web: 0.049000000 From 455fadf13e90cd96adbd23add1f8440d9020253e Mon Sep 17 00:00:00 2001 From: Niki Banerjee Date: Fri, 25 Jul 2025 12:00:29 +0530 Subject: [PATCH 3/4] fixed one mistake that I introduced --- docs/snippets/defaults_channel_mapping.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/snippets/defaults_channel_mapping.mdx b/docs/snippets/defaults_channel_mapping.mdx index 4d5e9522..e9a8d022 100644 --- a/docs/snippets/defaults_channel_mapping.mdx +++ b/docs/snippets/defaults_channel_mapping.mdx @@ -3,7 +3,6 @@ default_channel_by_device: phone: - social - ctv-bvod - - streaming-video - audio - app - web @@ -12,7 +11,6 @@ default_channel_by_device: tablet: - social - ctv-bvod - - streaming-video - audio - app - web @@ -20,7 +18,6 @@ default_channel_by_device: - linear-tv pc: - ctv-bvod - - streaming-video - social - audio - web @@ -29,11 +26,7 @@ default_channel_by_device: tv: - linear-tv - ctv-bvod - - streaming-video - - social - audio - - app - - streaming-video smart-speaker: - audio default_device_by_channel: From 4c7d56ef92901c128a1355a3cbb39261641a846b Mon Sep 17 00:00:00 2001 From: rachitm022 Date: Fri, 25 Jul 2025 12:14:26 +0530 Subject: [PATCH 4/4] run compute defaults --- defaults/docs-defaults.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index 6cf13bda..295899d4 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -24,7 +24,6 @@ defaults: default_channel_by_device: pc: - ctv-bvod - - streaming-video - social - audio - web @@ -33,7 +32,6 @@ defaults: phone: - social - ctv-bvod - - streaming-video - audio - app - web @@ -44,7 +42,6 @@ defaults: tablet: - social - ctv-bvod - - streaming-video - audio - app - web @@ -53,11 +50,7 @@ defaults: tv: - linear-tv - ctv-bvod - - streaming-video - - social - audio - - app - - streaming-video default_consumer_device_request_size_bytes: app: 1000 audio: 1000