diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index 6df1c91..70a4bc7 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -80,14 +80,14 @@ defaults: - digital-audio - traditional-radio default_consumer_device_request_size_bytes: - app: 1000 - audio: 1000 - ctv-bvod: 0 - dooh: 1000 - search: 150 - social: 1000 - streaming-video: 1000 - web: 1500 + app: 3000 + audio: 3000 + ctv-bvod: 3000 + dooh: 3000 + search: 300 + social: 3000 + streaming-video: 3000 + web: 3000 default_count_ad_platform: dooh: 6 search: 1 @@ -455,6 +455,8 @@ defaults: streaming-video: impression web: impression default_video_player_size_bytes: 350000 + edge_node_embodied_gco2e_per_kb: 0.000000588 + edge_node_use_watts_per_kb: 0.000000430 generic_creative_ad_server: emissions_per_creative_request_per_geo_gco2_per_imp: EMEA: 0.000100000 diff --git a/docs/snippets/defaults_ad_platform.mdx b/docs/snippets/defaults_ad_platform.mdx index 28ca9dd..c0ca951 100644 --- a/docs/snippets/defaults_ad_platform.mdx +++ b/docs/snippets/defaults_ad_platform.mdx @@ -1,13 +1,13 @@ ``` default_consumer_device_request_size_bytes: - web: 1500 - app: 1000 - ctv-bvod: 0 - dooh: 1000 - audio: 1000 - social: 1000 - streaming-video: 1000 - search: 150 + web: 3000 + app: 3000 + ctv-bvod: 3000 + dooh: 3000 + audio: 3000 + social: 3000 + streaming-video: 3000 + search: 300 default_emissions_per_creative_request_gco2_per_imp: 0.0003 default_emissions_per_bid_request_gco2_per_imp: 0.11442 @@ -35,4 +35,6 @@ generic_measurement_platform: JAPAC: 0.0003 LATAM: 0.0001 default_platform_embodied_emissions_per_bid_request_gco2e_per_imp: 0.000015 +edge_node_embodied_gco2e_per_kb: 0.000000588 +edge_node_use_watts_per_kb: 0.00000043 ``` diff --git a/scope3_methodology/test/test_api.py b/scope3_methodology/test/test_api.py index 67af733..f6e680b 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), 60) + self.assertEqual(len(docs_defs), 62) def test_get_all_con_networking_connection_device_fixed_defaults(self): """Test get_all_networking_connection_device_defaults returns expected output"""