Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to ctv-bvod and streaming-video channel defaults #222

Merged
merged 5 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions defaults/docs-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:
audio: 1500
ctv-bvod: 2580
social: 240
streaming-video: 2580
streaming-video: 300
web: 320
default_baseload_watts:
fixed: 9.550000000
Expand Down Expand Up @@ -111,7 +111,7 @@ defaults:
sri:
fixed: 0.000004430
mobile: 0.000007970
default_non_primary_video_bitrate_kbps: 2500
default_non_primary_video_bitrate_kbps: 1200
default_percent_mobile:
scope3: 23.600000000
sri: 10.000000000
Expand Down Expand Up @@ -263,12 +263,12 @@ defaults:
audio: 4.800000000
ctv-bvod: 8.256000000
social: 24
streaming-video: 8.256000000
streaming-video: 1
web: 32
default_property_g_per_imp_by_channel:
app: 0.049000000
audio: 0.049000000
ctv-bvod: 0.049000000
ctv-bvod: 0.280000000
dooh: 0.049000000
social: 0.150000000
streaming-video: 0.049000000
Expand All @@ -282,10 +282,10 @@ defaults:
fixed: 0.068700000
mobile: 0.236000000
default_video_bitrate_kbps:
pc: 8000
phone: 2500
tablet: 5000
tv: 8000
pc: 1200
phone: 800
tablet: 1000
tv: 3690
default_video_player_download_trigger:
app: impression
ctv-bvod: impression
Expand Down
26 changes: 14 additions & 12 deletions docs/calculations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,18 @@ Native product carousel

### Property

| Field | Required | Description |
| ----------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------- |
| `channels` | Yes | The channel(s) of this property |
| `average_seconds_per_session_excluding_ads` | Yes | The average length of a session on this property excluding ads (eg 44 min of a 60 min TV show) |
| `average_imps_per_session` | Yes | The average number of impressions per session |
| `average_data_kb_per_session_excluding_ads` | Yes | The average number of KB transferred during a session excluding ads |
| `ad_funded_percentage` | Yes | 0-100 The percentage of content funded by advertising (eg 50) |
| `allocated_adjusted_corporate_emissions_kgco2e` | Yes | This property's share of corporate emissions |
| `total_sessions` | Yes | Number of sessions in the same time period as corporate emissions |
| `organization_model_quality` | Yes | Parent organization model quality (1-5) |
| `model_quality` | Yes | Model quality (1-5) |
| Field | Description |
| ----------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `channels` | The channel(s) of this property |
| `average_seconds_per_session_excluding_ads` | The average length of a session on this property excluding ads (eg 44 min of a 60 min TV show) |
| `average_imps_per_session` | The average number of impressions per session |
| `average_data_kb_per_session_excluding_ads` | The average number of KB transferred during a session excluding ads |
| `video_bitrate_kbps` | The average bitrate for a CTV-BVOD property (e.g. 4200 kbps) |
| `ad_funded_percentage` | 0-100 The percentage of content funded by advertising (eg 50) |
| `allocated_adjusted_corporate_emissions_kgco2e` | This property's share of corporate emissions |
| `total_sessions` | Number of sessions in the same time period as corporate emissions |
| `organization_model_quality` | Parent organization model quality (1-5) |
| `model_quality` | Model quality (1-5) |

### Ad Platform

Expand Down Expand Up @@ -360,6 +361,7 @@ default_bitrate_kbps =
video_bitrate_kbps =
creative_video_bitrate_kbps ??
creative_video_size_bytes x 8 / 1000 / creative_video_duration ??
property.video_bitrate_kbps[device_type] ??
default_bitrate_kbps
video_duration = creative_video_duration_seconds ?? ad_format.video_duration_seconds
seconds_watched = creative_video_view_time_seconds ??
Expand Down Expand Up @@ -484,7 +486,7 @@ media_data_transfer_embodied_emissions_gco2_per_imp =
For CTV/BVOD, use the power model:

```
video_bitrate_kbps = default_video_bitrate_kbps[device_type]
video_bitrate_kbps = property.video_bitrate_kbps[device_type] ?? default_video_bitrate_kbps[device_type]

power_watts =
baseload_watts +
Expand Down
6 changes: 3 additions & 3 deletions docs/snippets/defaults_channel_mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ default_platform_ad_format_by_channel:
default_property_average_imps_per_session_by_channel:
social: 24
ctv-bvod: 8.256
streaming-video: 8.256
streaming-video: 1
audio: 4.8
app: 14
web: 32
Expand All @@ -65,7 +65,7 @@ default_property_ad_funded_percentage_by_channel:
default_average_seconds_per_session_excluding_ads_by_channel:
social: 240
ctv-bvod: 2580
streaming-video: 2580
streaming-video: 300
audio: 1500
app: 140
web: 320
Expand All @@ -77,7 +77,7 @@ default_property_g_per_imp_by_channel:
dooh: 0.049
social: 0.15
streaming-video: 0.049
ctv-bvod: 0.049
ctv-bvod: 0.280
audio: 0.049
app: 0.049
web: 0.049
Expand Down
10 changes: 5 additions & 5 deletions docs/snippets/defaults_media_size.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
```
default_image_compression_ratio: 10
default_non_primary_video_bitrate_kbps: 2500
default_non_primary_video_bitrate_kbps: 1200
default_video_bitrate_kbps:
phone: 2500
tablet: 5000
pc: 8000
tv: 8000
phone: 800
tablet: 1000
pc: 1200
tv: 3690
default_audio_bitrate_kbps:
phone: 160
tablet: 160
Expand Down
Loading