@@ -14,6 +14,7 @@ defaults:
1414 app : 140
1515 audio : 1500
1616 ctv-bvod : 2580
17+ linear-tv : 2580
1718 social : 240
1819 streaming-video : 300
1920 web : 320
@@ -22,33 +23,37 @@ defaults:
2223 mobile : 1.200000000
2324 default_channel_by_device :
2425 pc :
25- - ctv-bvod
26- - social
27- - audio
28- - web
29- - streaming-video
26+ - ctv-bvod
27+ - social
28+ - audio
29+ - web
30+ - streaming-video
31+ - linear-tv
3032 phone :
31- - social
32- - ctv-bvod
33- - audio
34- - app
35- - web
36- - streaming-video
33+ - social
34+ - ctv-bvod
35+ - audio
36+ - app
37+ - web
38+ - streaming-video
39+ - linear-tv
3740 smart-speaker :
38- - audio
41+ - audio
3942 tablet :
40- - social
41- - ctv-bvod
42- - audio
43- - app
44- - web
45- - streaming-video
43+ - social
44+ - ctv-bvod
45+ - audio
46+ - app
47+ - web
48+ - streaming-video
49+ - linear-tv
4650 tv :
47- - ctv-bvod
48- - social
49- - audio
50- - app
51- - streaming-video
51+ - linear-tv
52+ - ctv-bvod
53+ - social
54+ - audio
55+ - app
56+ - streaming-video
5257 default_consumer_device_request_size_bytes :
5358 app : 1000
5459 audio : 1000
@@ -62,6 +67,7 @@ defaults:
6267 audio : phone
6368 ctv-bvod : tv
6469 dooh : tv
70+ linear-tv : tv
6571 social : phone
6672 streaming-video : pc
6773 web : pc
@@ -82,6 +88,13 @@ defaults:
8288 phone : 1920
8389 tablet : 2048
8490 tv : 1080
91+ default_device_per_impression :
92+ app : 1
93+ audio : 1
94+ ctv-bvod : 1
95+ linear-tv : 0.667000000
96+ streaming-video : 1
97+ web : 1
8598 default_device_watts :
8699 scope3 :
87100 pc : 53.200000000
@@ -239,11 +252,43 @@ defaults:
239252 YE : 11.392000000
240253 ZA : 30.945000000
241254 ZW : 33.026000000
255+ default_percent_tv_distribution_method :
256+ cable : 28.500000000
257+ iptv : 25.200000000
258+ ota : 26.200000000
259+ satellite : 20
260+ default_percent_tv_distribution_method_by_country :
261+ AU :
262+ cable : 9.200000000
263+ iptv : 40.800000000
264+ ota : 45.400000000
265+ satellite : 4.600000000
266+ DE :
267+ cable : 41.600000000
268+ iptv : 9.600000000
269+ ota : 3.400000000
270+ satellite : 45.500000000
271+ FR :
272+ cable : 0
273+ iptv : 46
274+ ota : 46
275+ satellite : 8
276+ GB :
277+ cable : 8.900000000
278+ iptv : 27.500000000
279+ ota : 40.600000000
280+ satellite : 23
281+ US :
282+ cable : 43.300000000
283+ iptv : 20.700000000
284+ ota : 19.200000000
285+ satellite : 16.700000000
242286 default_platform_ad_format_by_channel :
243287 app : Interstitial - 1080x1920 Banner
244288 audio : 30s Audio
245289 ctv-bvod : 15s Video
246290 dooh : Landscape - 1920x1080 Image
291+ linear-tv : 30s Video
247292 social : Sponsored Post - 1080x1920 Image
248293 streaming-video : 15s Video
249294 web : Leaderboard - 728x90 Banner
@@ -252,6 +297,7 @@ defaults:
252297 audio : 30s-audio-digital-audio-phone
253298 ctv-bvod : 15s-video-ctv-bvod-tv
254299 dooh : landscape-dooh
300+ linear-tv : 30s-video-ctv-bvod-tv
255301 social : 1080-1920-sponsored-post-social-phone
256302 streaming-video : 15s-video-streaming-video-pc
257303 web : leaderboard-web-pc
@@ -260,13 +306,15 @@ defaults:
260306 audio : 100
261307 ctv-bvod : 100
262308 dooh : 100
309+ linear-tv : 100
263310 social : 100
264311 streaming-video : 100
265312 web : 100
266313 default_property_average_imps_per_session_by_channel :
267314 app : 14
268315 audio : 4.800000000
269316 ctv-bvod : 8.256000000
317+ linear-tv : 8.256000000
270318 social : 24
271319 streaming-video : 1
272320 web : 32
@@ -275,10 +323,27 @@ defaults:
275323 audio : 0.049000000
276324 ctv-bvod : 0.280000000
277325 dooh : 0.049000000
326+ linear-tv : 0.280000000
278327 social : 0.150000000
279328 streaming-video : 0.049000000
280329 web : 0.049000000
281330 default_time_in_view_seconds : 6
331+ default_tv_home_equipment_embodied_gco2e_per_second_by_tv_distribution_method :
332+ cable : 0.010700000
333+ iptv : 0.010700000
334+ ota : 0.003600000
335+ satellite : 0.023000000
336+ default_tv_home_equipment_power_by_tv_distribution_method_watt :
337+ cable : 16
338+ iptv : 21
339+ ota : 1
340+ satellite : 22
341+ default_tv_signal_preparation_power_watt : 16700
342+ default_tv_signal_transmission_embodied_gco2e_per_second : 27
343+ default_tv_signal_transmission_power_by_tv_distribution_method_watt :
344+ cable : 16000
345+ ota : 165000
346+ satellite : 3150
282347 default_usage_kwh_per_gb :
283348 scope3 :
284349 fixed : 0.030000000
0 commit comments