We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the example "example4_video.json" the "content" object appears as
"content":{ "id":"1234567", "episode":23, "title":"Car Show", "series":"All About Cars", "season":"2", "cat":[ "IAB2-2" ], "keywords":[ "keyword a", "keyword b", "keyword c" ] }
According to the OpenRTB 2.2 FINAL spec, "content.keywords" is of type "string" containing comma-separated keywords, not an array of strings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the example "example4_video.json" the "content" object appears as
According to the OpenRTB 2.2 FINAL spec, "content.keywords" is of type "string" containing comma-separated keywords, not an array of strings.
The text was updated successfully, but these errors were encountered: