Skip to content

Commit eb8d47e

Browse files
chore: Default Print and Classic-OOH ad formats (#284)
* chore: Default Print and Classic-OOH ad formats * use Quarter Page Newspaper
1 parent 449b79c commit eb8d47e

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

defaults/docs-defaults.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ defaults:
370370
satellite: 16.700000000
371371
default_platform_ad_format_by_channel:
372372
app: Generic GMSF 1.2 Display Ad
373+
classic-ooh: 6 Sheet
373374
ctv-bvod: 15s Video
374375
digital-audio: 30s Audio
375376
dooh: Landscape - 1920x1080 Image
@@ -381,6 +382,7 @@ defaults:
381382
web: Generic GMSF 1.2 Display Ad
382383
default_platform_ad_format_identifier_by_channel:
383384
app: generic-gmsf-1-2-display-ad-app-phone
385+
classic-ooh: 6-sheet-classic-ooh-panel
384386
ctv-bvod: 15s-video-ctv-bvod-tv
385387
digital-audio: 30s-audio-digital-audio-phone
386388
dooh: landscape-dooh
@@ -391,6 +393,10 @@ defaults:
391393
traditional-radio: 30s-radio-traditional-radio-radio
392394
web: generic-gmsf-1-2-display-ad-web-pc
393395
default_platform_embodied_emissions_per_bid_request_gco2e_per_imp: 0.000015000
396+
default_print_ad_format_by_medium:
397+
leaflet: Full Page Leaflet
398+
magazine: Full Page Magazine
399+
newspaper: Quarter Page Newspaper
394400
default_print_avg_readership:
395401
leaflet: 0.500000000
396402
magazine: 5.000000000

docs/snippets/defaults_channel_mapping.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ default_platform_ad_format_identifier_by_channel:
6060
linear-tv: 30s-video-ctv-bvod-tv
6161
search: generic-search-ad-search-phone
6262
traditional-radio: 30s-radio-traditional-radio-radio
63+
classic-ooh: 6-sheet-classic-ooh-panel
6364
default_platform_ad_format_by_channel:
6465
dooh: Landscape - 1920x1080 Image
6566
social: Sponsored Post - 1080x1920 Image
@@ -71,6 +72,11 @@ default_platform_ad_format_by_channel:
7172
linear-tv: 30s Video
7273
search: Generic Search Ad
7374
traditional-radio: 30s Radio
75+
classic-ooh: 6 Sheet
76+
default_print_ad_format_by_medium:
77+
newspaper: Quarter Page Newspaper
78+
magazine: Full Page Magazine
79+
leaflet: Full Page Leaflet
7480
default_property_average_imps_per_session_by_channel:
7581
social: 24
7682
ctv-bvod: 18

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), 111)
243+
self.assertEqual(len(docs_defs), 112)
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)