Publisher Object¶
Value |
Type |
Description |
---|---|---|
id |
string |
(Recommended) An exchange specific identifier comprised of the the Supplier
exchange name, and the publisher ID appended following an underscore. For
example, if a Supplier such as Rubicon sends the publisher ID For Google AdX bid requests, the Google Seller network ID is used. |
name |
string |
Publisher name, for example |
cat |
array of string |
Array of content categories for the publisher, based on the |
cattax |
int |
The taxonomy in use for the
|
Publisher JSON Example¶
{
"id":"rubicon_25",
"name":"aap",
"cat":[
"abc",
"123"
]
}