Skip to content

Commit 6948496

Browse files
fix: Video download trigger for search, channels for TV (#287)
* fix: Video download trigger for search * fix: default channels by tv
1 parent 36d8c22 commit 6948496

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

defaults/docs-defaults.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ defaults:
9797
- ctv-bvod
9898
- digital-audio
9999
- traditional-radio
100+
- web
101+
- search
100102
default_consumer_device_request_size_bytes:
101103
app: 3000
102104
audio: 3000
@@ -828,6 +830,7 @@ defaults:
828830
app: impression
829831
ctv-bvod: impression
830832
dooh: play
833+
search: impression
831834
social: impression
832835
streaming-video: impression
833836
web: impression

docs/snippets/defaults_channel_mapping.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ default_channel_by_device:
3434
- ctv-bvod
3535
- digital-audio
3636
- traditional-radio
37+
- web
38+
- search
3739
smart-speaker:
3840
- digital-audio
3941
radio:

docs/snippets/defaults_video_player.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ default_video_player_download_trigger:
66
ctv-bvod: 'impression'
77
streaming-video: 'impression'
88
dooh: 'play'
9+
search: 'impression'
910
social: 'impression'
1011
```

0 commit comments

Comments
 (0)