CreativeView

  • CreativeView controls the amount of information returned for creatives in get and list methods.

  • SERVING_DECISION_ONLY returns only the creative serving decision data.

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

  • CREATIVE_VIEW_UNSPECIFIED acts the same as SERVING_DECISION_ONLY and returns only the creative serving decision.

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.