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
3 changes: 3 additions & 0 deletions defaults/docs-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ defaults:
- ctv-bvod
- digital-audio
- traditional-radio
- web
- search
default_consumer_device_request_size_bytes:
app: 3000
audio: 3000
Expand Down Expand Up @@ -828,6 +830,7 @@ defaults:
app: impression
ctv-bvod: impression
dooh: play
search: impression
social: impression
streaming-video: impression
web: impression
Expand Down
2 changes: 2 additions & 0 deletions docs/snippets/defaults_channel_mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ default_channel_by_device:
- ctv-bvod
- digital-audio
- traditional-radio
- web
- search
smart-speaker:
- digital-audio
radio:
Expand Down
1 change: 1 addition & 0 deletions docs/snippets/defaults_video_player.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ default_video_player_download_trigger:
ctv-bvod: 'impression'
streaming-video: 'impression'
dooh: 'play'
search: 'impression'
social: 'impression'
```