Disapproval

  • Disapproval details from the seller are provided in a JSON format.

  • The JSON representation includes a reason (an enum) and an optional comment (a string).

  • The reason field specifies why a creative asset was disapproved, and the comment field offers a freeform text explanation.

The disapproval details provided by the seller.

JSON representation
{
  "reason": enum (Reason),
  "comment": string
}
Fields
reason

enum (Reason)

Reason for the creative asset disapproval.

comment

string

Freeform text to explain why the creative asset was disapproved.