Skip to content
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
18 changes: 10 additions & 8 deletions defaults/docs-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
18 changes: 10 additions & 8 deletions docs/snippets/defaults_ad_platform.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion scope3_methodology/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down