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

Type of Content.keywords should be "string" not "array of strings" #50

Open
trshiv opened this issue May 6, 2014 · 0 comments
Open

Comments

@trshiv
Copy link

trshiv commented May 6, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant