File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
6364default_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
7480default_property_average_imps_per_session_by_channel:
7581 social: 24
7682 ctv-bvod: 18
Original file line number Diff line number Diff 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"""
You can’t perform that action at this time.
0 commit comments