Publisher Object

Publisher Object Properties

Value

Type

Description

id

string

(Recommended) Exchange-specific publisher ID, e.g "abc-123". Note: Do not use any of the following symbols in the publisher ID, as doing so may cause issues:

, # % $ @ * & ? ! ` ~ " ' / \ | ( ) { } [ ]+ = ^

name*

string

Publisher name, for example "AAP"

cat*

array of string

Array of IAB content categories for the publisher. ["IAB1", "IAB2-3"]

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"
   }
}