Publisher Object¶
Value |
Type |
Description |
---|---|---|
id |
string |
(Recommended) Exchange-specific publisher ID, e.g
|
name* |
string |
Publisher name, for example |
cat* |
array of string |
Array of IAB content categories for the publisher.
|
Note
Fields marked with an asterisk (*) are optional and may not be sent in each request.
Publisher Object Example¶
{
"publisher":{
"id":"abc123",
"name":"Publisher A"
}
}