CreativeView

  • Creative view controls the amount of information returned for a creative resource in get and list methods.

  • CREATIVE_VIEW_UNSPECIFIED and SERVING_DECISION_ONLY return only the creative serving decision.

  • FULL returns the entire creative resource, including declared fields and content.

Controls the amount of information returned as a part of the creative resource in get and list methods.

Enums
CREATIVE_VIEW_UNSPECIFIED Not specified, equivalent to SERVING_DECISION_ONLY.
SERVING_DECISION_ONLY Only creativeServingDecision is included in the response.
FULL The entire creative resource (including the declared fields and the creative content) is included in the response.