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
17 changes: 11 additions & 6 deletions defaults/docs-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -314,7 +317,7 @@ defaults:
app: 14
audio: 4.800000000
ctv-bvod: 8.256000000
linear-tv: 8.256000000
linear-tv: 21.500000000
Comment on lines -317 to +320
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you attach a link to the task/page where these and default_tv_home_equipment_embodied_gco2e_per_second_by_tv_distribution_method are defined, please

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

social: 24
streaming-video: 1
web: 32
Expand All @@ -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
Expand Down
15 changes: 10 additions & 5 deletions docs/snippets/defaults_broadcasting.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```
default_percent_tv_distribution_method:
cable: 28.5
cable: 28.6
iptv: 25.2
ota: 26.2
satellite: 20
Expand Down Expand Up @@ -42,15 +42,20 @@ 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
ctv-bvod: 1
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
```
2 changes: 1 addition & 1 deletion docs/snippets/defaults_channel_mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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), 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"""
Expand Down