Skip to content

Commit 14bd9e2

Browse files
pymble2073Niki Banerjeeohalushchak-exadelMikeFreyberger
authored
Minor updates for OLV support (#227)
* minor updates for OLV support * fix: docs-defaults (#228) * fix default channel by device ordering --------- Co-authored-by: Niki Banerjee <nbanerjee@scope3.com> Co-authored-by: Oleksandr Halushchak <37289463+ohalushchak-exadel@users.noreply.github.com> Co-authored-by: Mike Freyberger <mike.freyberger@gmail.com>
1 parent 8ebe989 commit 14bd9e2

4 files changed

Lines changed: 19 additions & 10 deletions

File tree

defaults/docs-defaults.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ defaults:
2626
- social
2727
- audio
2828
- web
29+
- streaming-video
2930
phone:
3031
- social
3132
- ctv-bvod
3233
- audio
3334
- app
3435
- web
36+
- streaming-video
3537
smart-speaker:
3638
- audio
3739
tablet:
@@ -40,18 +42,20 @@ defaults:
4042
- audio
4143
- app
4244
- web
45+
- streaming-video
4346
tv:
4447
- ctv-bvod
4548
- social
4649
- audio
4750
- app
51+
- streaming-video
4852
default_consumer_device_request_size_bytes:
4953
app: 1000
5054
audio: 1000
5155
ctv-bvod: 0
5256
dooh: 0
5357
social: 1000
54-
streaming-video: 0
58+
streaming-video: 1000
5559
web: 1500
5660
default_device_by_channel:
5761
app: phone

docs/calculations.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ import ChannelMappingDefaults from "/snippets/defaults_channel_mapping.mdx";
1515

1616
### Channels
1717

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

2728
### Device Types
2829

docs/snippets/defaults_ad_platform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_consumer_device_request_size_bytes:
66
dooh: 0
77
audio: 1000
88
social: 1000
9-
streaming-video: 0
9+
streaming-video: 1000
1010
1111
default_emissions_per_creative_request_gco2_per_imp: 0.0003
1212
default_emissions_per_bid_request_gco2_per_imp: 0.11442

docs/snippets/defaults_channel_mapping.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,26 @@ default_channel_by_device:
66
- audio
77
- app
88
- web
9+
- streaming-video
910
tablet:
1011
- social
1112
- ctv-bvod
1213
- audio
1314
- app
1415
- web
16+
- streaming-video
1517
pc:
1618
- ctv-bvod
1719
- social
1820
- audio
1921
- web
22+
- streaming-video
2023
tv:
2124
- ctv-bvod
2225
- social
2326
- audio
2427
- app
28+
- streaming-video
2529
smart-speaker:
2630
- audio
2731
default_device_by_channel:

0 commit comments

Comments
 (0)