Skip to content

Commit 74237d7

Browse files
authored
feat: more linear tv defaults (#249)
* feat: more linear tv defaults * update embodied emissions and session seconds * only change avg imps per session * cable from 28.5 to 28.6
1 parent 6eeb112 commit 74237d7

4 files changed

Lines changed: 23 additions & 13 deletions

File tree

defaults/docs-defaults.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ defaults:
122122
default_emissions_per_creative_request_gco2_per_imp: 0.000300000
123123
default_emissions_per_rtdp_request_gco2_per_imp: 0.010000000
124124
default_image_compression_ratio: 10
125+
default_iptv_network_distribution:
126+
fixed: 0.999000000
127+
mobile: 0.001000000
125128
default_network_embodied_emissions_gco2e_per_kb:
126129
scope3:
127130
fixed: 0.000004430
@@ -253,7 +256,7 @@ defaults:
253256
ZA: 30.945000000
254257
ZW: 33.026000000
255258
default_percent_tv_distribution_method:
256-
cable: 28.500000000
259+
cable: 28.600000000
257260
iptv: 25.200000000
258261
ota: 26.200000000
259262
satellite: 20
@@ -314,7 +317,7 @@ defaults:
314317
app: 14
315318
audio: 4.800000000
316319
ctv-bvod: 8.256000000
317-
linear-tv: 8.256000000
320+
linear-tv: 21.500000000
318321
social: 24
319322
streaming-video: 1
320323
web: 32
@@ -327,12 +330,14 @@ defaults:
327330
social: 0.150000000
328331
streaming-video: 0.049000000
329332
web: 0.049000000
333+
default_property_g_per_play_by_channel:
334+
linear-tv: 790
330335
default_time_in_view_seconds: 6
331336
default_tv_home_equipment_embodied_gco2e_per_second_by_tv_distribution_method:
332-
cable: 0.010700000
333-
iptv: 0.010700000
334-
ota: 0.003600000
335-
satellite: 0.023000000
337+
cable: 0.005346759
338+
iptv: 0.005492307
339+
ota: 0.001354252
340+
satellite: 0.011423331
336341
default_tv_home_equipment_power_by_tv_distribution_method_watt:
337342
cable: 16
338343
iptv: 21

docs/snippets/defaults_broadcasting.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```
22
default_percent_tv_distribution_method:
3-
cable: 28.5
3+
cable: 28.6
44
iptv: 25.2
55
ota: 26.2
66
satellite: 20
@@ -42,15 +42,20 @@ default_tv_home_equipment_power_by_tv_distribution_method_watt:
4242
ota: 1
4343
satellite: 22
4444
default_tv_home_equipment_embodied_gco2e_per_second_by_tv_distribution_method:
45-
cable: 0.0107
46-
iptv: 0.0107
47-
ota: 0.0036
48-
satellite: 0.0230
45+
cable: 0.005346759
46+
iptv: 0.005492307
47+
ota: 0.001354252
48+
satellite: 0.011423331
4949
default_device_per_impression:
5050
app: 1
5151
audio: 1
5252
ctv-bvod: 1
5353
linear-tv: 0.667
5454
streaming-video: 1
5555
web: 1
56+
default_property_g_per_play_by_channel:
57+
linear-tv: 790
58+
default_iptv_network_distribution:
59+
fixed: 0.999
60+
mobile: 0.001
5661
```

docs/snippets/defaults_channel_mapping.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ default_property_average_imps_per_session_by_channel:
6666
audio: 4.8
6767
app: 14
6868
web: 32
69-
linear-tv: 8.256
69+
linear-tv: 21.5
7070
default_property_ad_funded_percentage_by_channel:
7171
dooh: 100
7272
social: 100

scope3_methodology/test/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def test_startup(self):
240240
)
241241

242242
docs_defs = docs_defaults
243-
self.assertEqual(len(docs_defs), 42)
243+
self.assertEqual(len(docs_defs), 44)
244244

245245
def test_get_all_con_networking_connection_device_fixed_defaults(self):
246246
"""Test get_all_networking_connection_device_defaults returns expected output"""

0 commit comments

Comments
 (0)