Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(LEO-528): Allow multiple IAB categories in video metadata #5

Merged
merged 1 commit into from
Mar 25, 2024
Merged
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
8 changes: 4 additions & 4 deletions dev-docs/bidders/dailymotion.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const adUnits = [
api: [2,7],
description: 'this is a video description',
duration: 556,
iabcat2: 'test_cat',
iabcat2: ['6', '17'],
id: '54321',
lang: 'FR',
private: false,
Expand All @@ -88,7 +88,7 @@ const adUnits = [
video: {
description: 'this is a test video description',
duration: 330,
iabcat2: 'test_cat',
iabcat2: ['6', '17'],
id: '54321',
lang: 'FR',
private: false,
Expand All @@ -107,11 +107,11 @@ Following video metadata fields can be added in mediaTypes.video or bids.params.

* `description` - Video description
* `duration` - Video duration in seconds
* `iabcat2` - Video IAB category
* `iabcat2` - List of IAB category IDs from the [2.0 taxonomy](https://github.com/InteractiveAdvertisingBureau/Taxonomies/blob/main/Content%20Taxonomies/Content%20Taxonomy%202.0.tsv)
* `id` - Video unique ID in host video infrastructure
* `lang` - ISO 639-1 code for main language used in the video
* `private` - True if video is not publicly available
* `tags` - Tags for the video, comma separated
* `title` - Video title
* `topics` - Main topics for the video, comma separated
* `xid` - Dailymotion video identifier (only applicable if using the Dailymotion player) and allows better targeting
* `xid` - Dailymotion video identifier (only applicable if using the Dailymotion player), allows better targeting