mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
Check Keyword Descriptions
This commit is contained in:
+4
-2
@@ -59,9 +59,11 @@ type App struct {
|
||||
// Attribute:
|
||||
// keywords
|
||||
// Type:
|
||||
// string
|
||||
// string; DEPRECATED
|
||||
// Definition:
|
||||
// Comma separated list of keywords about the app.
|
||||
// Comma-separated list of keywords about the app.
|
||||
// Only one of 'keywords' or 'kwarray' may be present.
|
||||
// NOTE: this field is deprecated, use 'kwarray' instead.
|
||||
Keywords string `json:"keywords,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
|
||||
+4
-2
@@ -153,9 +153,11 @@ type Content struct {
|
||||
// Attribute:
|
||||
// keywords
|
||||
// Type:
|
||||
// string
|
||||
// string; DEPRECATED
|
||||
// Definition:
|
||||
// Comma separated list of keywords describing the content.
|
||||
// Comma-separated list of keywords describing the content.
|
||||
// Only one of 'keywords' or 'kwarray' may be present.
|
||||
// NOTE: this field is deprecated, use 'kwarray' instead.
|
||||
Keywords string `json:"keywords,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
|
||||
+4
-2
@@ -59,9 +59,11 @@ type Site struct {
|
||||
// Attribute:
|
||||
// keywords
|
||||
// Type:
|
||||
// string
|
||||
// string; DEPRECATED
|
||||
// Definition:
|
||||
// Comma separated list of keywords about the site.
|
||||
// Comma-separated list of keywords about the app.
|
||||
// Only one of 'keywords' or 'kwarray' may be present.
|
||||
// NOTE: this field is deprecated, use 'kwarray' instead.
|
||||
Keywords string `json:"keywords,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
|
||||
+4
-2
@@ -43,9 +43,11 @@ type User struct {
|
||||
// Attribute:
|
||||
// keywords
|
||||
// Type:
|
||||
// string
|
||||
// string; DEPRECATED
|
||||
// Definition:
|
||||
// Comma separated list of keywords, interests, or intent.
|
||||
// Comma-separated list of keywords, interests, or intent.
|
||||
// Only one of 'keywords' or 'kwarray' may be present.
|
||||
// NOTE: this field is deprecated, use 'kwarray' instead.
|
||||
Keywords string `json:"keywords,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
|
||||
+2
-1
@@ -138,7 +138,8 @@ type App struct {
|
||||
// Type:
|
||||
// string
|
||||
// Description:
|
||||
// Comma separated list of keywords about the app.
|
||||
// Comma separated list of keywords about the app. Only one of
|
||||
// ‘keywords’ or ‘kwarray’ may be present.
|
||||
Keywords string `json:"keywords,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
|
||||
+2
-1
@@ -173,7 +173,8 @@ type Content struct {
|
||||
// Type:
|
||||
// string
|
||||
// Description:
|
||||
// Comma separated list of keywords describing the content.
|
||||
// Comma separated list of keywords describing the content. Only
|
||||
// one of ‘keywords’ or ‘kwarray’ may be present.
|
||||
Keywords string `json:"keywords,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
|
||||
+2
-1
@@ -134,7 +134,8 @@ type Site struct {
|
||||
// Type:
|
||||
// string
|
||||
// Description:
|
||||
// Comma separated list of keywords about the site.
|
||||
// Comma separated list of keywords about the site. Only one of
|
||||
// ‘keywords’ or ‘kwarray’ may be present.
|
||||
Keywords string `json:"keywords,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
|
||||
Reference in New Issue
Block a user