Show / Hide Table of Contents

Enum BiddersResource.CreativesResource.ListRequest.ViewEnum

Controls the amount of information included in the response. By default only creativeServingDecision is included. To retrieve the entire creative resource (including the declared fields and the creative content) specify the view as "FULL".

Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public enum BiddersResource.CreativesResource.ListRequest.ViewEnum

Fields

Name Description
CREATIVEVIEWUNSPECIFIED

Not specified, equivalent to SERVING_DECISION_ONLY.

FULL

The entire creative resource (including the declared fields and the creative content) is included in the response.

SERVINGDECISIONONLY

Only creativeServingDecision is included in the response.

In this article
Back to top Generated by DocFX