Publisher Object¶
Value |
Type |
Description |
---|---|---|
id |
string |
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 IAB content categories for the publisher.
|
domain* |
string |
The highest level domain of the publisher, e.g. |
Note
Fields marked with an asterisk (*) are optional and may not be sent in each request.
Publisher Object Example¶
{
"publisher":{
"id":"SSPid_12345",
"name":"Publisher A"
}
}