Skip to content

Commit

Permalink
Minor updates for OLV support (#227)
Browse files Browse the repository at this point in the history
* minor updates for OLV support

* fix: docs-defaults (#228)

* fix default channel by device ordering

---------

Co-authored-by: Niki Banerjee <[email protected]>
Co-authored-by: Oleksandr Halushchak <[email protected]>
Co-authored-by: Mike Freyberger <[email protected]>
  • Loading branch information
4 people authored Aug 29, 2024
1 parent 8ebe989 commit 14bd9e2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
6 changes: 5 additions & 1 deletion defaults/docs-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ defaults:
- social
- audio
- web
- streaming-video
phone:
- social
- ctv-bvod
- audio
- app
- web
- streaming-video
smart-speaker:
- audio
tablet:
Expand All @@ -40,18 +42,20 @@ defaults:
- audio
- app
- web
- streaming-video
tv:
- ctv-bvod
- social
- audio
- app
- streaming-video
default_consumer_device_request_size_bytes:
app: 1000
audio: 1000
ctv-bvod: 0
dooh: 0
social: 1000
streaming-video: 0
streaming-video: 1000
web: 1500
default_device_by_channel:
app: phone
Expand Down
17 changes: 9 additions & 8 deletions docs/calculations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ import ChannelMappingDefaults from "/snippets/defaults_channel_mapping.mdx";

### Channels

| Channel | Description |
| ---------- | ---------------------------------------------- |
| `web` | Website that is not primarily social or CTV |
| `app` | Mobile app that is not primarily social or CTV |
| `social` | A social platform (Snapchat, Facebook, etc) |
| `ctv-bvod` | A TV-like streaming platform |
| `audio` | Audio content (podcasts, streaming music) |
| `dooh` | Digital out of home - billboards, transit, etc |
| Channel | Description |
| ----------------- | ---------------------------------------------- |
| `web` | Website that is not primarily social or CTV |
| `app` | Mobile app that is not primarily social or CTV |
| `social` | A social platform (Snapchat, Facebook, etc) |
| `ctv-bvod` | A TV-like streaming platform |
| `streaming-video` | Website or app with online video content |
| `audio` | Audio content (podcasts, streaming music) |
| `dooh` | Digital out of home - billboards, transit, etc |

### Device Types

Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/defaults_ad_platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_consumer_device_request_size_bytes:
dooh: 0
audio: 1000
social: 1000
streaming-video: 0
streaming-video: 1000
default_emissions_per_creative_request_gco2_per_imp: 0.0003
default_emissions_per_bid_request_gco2_per_imp: 0.11442
Expand Down
4 changes: 4 additions & 0 deletions docs/snippets/defaults_channel_mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,26 @@ default_channel_by_device:
- audio
- app
- web
- streaming-video
tablet:
- social
- ctv-bvod
- audio
- app
- web
- streaming-video
pc:
- ctv-bvod
- social
- audio
- web
- streaming-video
tv:
- ctv-bvod
- social
- audio
- app
- streaming-video
smart-speaker:
- audio
default_device_by_channel:
Expand Down

0 comments on commit 14bd9e2

Please sign in to comment.