diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index 9d91b546..9ac0402c 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -122,6 +122,9 @@ defaults: default_emissions_per_creative_request_gco2_per_imp: 0.000300000 default_emissions_per_rtdp_request_gco2_per_imp: 0.010000000 default_image_compression_ratio: 10 + default_iptv_network_distribution: + fixed: 0.999000000 + mobile: 0.001000000 default_network_embodied_emissions_gco2e_per_kb: scope3: fixed: 0.000004430 @@ -253,7 +256,7 @@ defaults: ZA: 30.945000000 ZW: 33.026000000 default_percent_tv_distribution_method: - cable: 28.500000000 + cable: 28.600000000 iptv: 25.200000000 ota: 26.200000000 satellite: 20 @@ -314,7 +317,7 @@ defaults: app: 14 audio: 4.800000000 ctv-bvod: 8.256000000 - linear-tv: 8.256000000 + linear-tv: 21.500000000 social: 24 streaming-video: 1 web: 32 @@ -327,12 +330,14 @@ defaults: social: 0.150000000 streaming-video: 0.049000000 web: 0.049000000 + default_property_g_per_play_by_channel: + linear-tv: 790 default_time_in_view_seconds: 6 default_tv_home_equipment_embodied_gco2e_per_second_by_tv_distribution_method: - cable: 0.010700000 - iptv: 0.010700000 - ota: 0.003600000 - satellite: 0.023000000 + cable: 0.005346759 + iptv: 0.005492307 + ota: 0.001354252 + satellite: 0.011423331 default_tv_home_equipment_power_by_tv_distribution_method_watt: cable: 16 iptv: 21 diff --git a/docs/snippets/defaults_broadcasting.mdx b/docs/snippets/defaults_broadcasting.mdx index 266a208e..2c1cd2e0 100644 --- a/docs/snippets/defaults_broadcasting.mdx +++ b/docs/snippets/defaults_broadcasting.mdx @@ -1,6 +1,6 @@ ``` default_percent_tv_distribution_method: - cable: 28.5 + cable: 28.6 iptv: 25.2 ota: 26.2 satellite: 20 @@ -42,10 +42,10 @@ default_tv_home_equipment_power_by_tv_distribution_method_watt: ota: 1 satellite: 22 default_tv_home_equipment_embodied_gco2e_per_second_by_tv_distribution_method: - cable: 0.0107 - iptv: 0.0107 - ota: 0.0036 - satellite: 0.0230 + cable: 0.005346759 + iptv: 0.005492307 + ota: 0.001354252 + satellite: 0.011423331 default_device_per_impression: app: 1 audio: 1 @@ -53,4 +53,9 @@ default_device_per_impression: linear-tv: 0.667 streaming-video: 1 web: 1 +default_property_g_per_play_by_channel: + linear-tv: 790 +default_iptv_network_distribution: + fixed: 0.999 + mobile: 0.001 ``` diff --git a/docs/snippets/defaults_channel_mapping.mdx b/docs/snippets/defaults_channel_mapping.mdx index a2f1cfff..565930b8 100644 --- a/docs/snippets/defaults_channel_mapping.mdx +++ b/docs/snippets/defaults_channel_mapping.mdx @@ -66,7 +66,7 @@ default_property_average_imps_per_session_by_channel: audio: 4.8 app: 14 web: 32 - linear-tv: 8.256 + linear-tv: 21.5 default_property_ad_funded_percentage_by_channel: dooh: 100 social: 100 diff --git a/scope3_methodology/test/test_api.py b/scope3_methodology/test/test_api.py index 933107ec..3ab04496 100644 --- a/scope3_methodology/test/test_api.py +++ b/scope3_methodology/test/test_api.py @@ -240,7 +240,7 @@ def test_startup(self): ) docs_defs = docs_defaults - self.assertEqual(len(docs_defs), 42) + self.assertEqual(len(docs_defs), 44) def test_get_all_con_networking_connection_device_fixed_defaults(self): """Test get_all_networking_connection_device_defaults returns expected output"""