Enum BuyersResource.CreativesResource.GetRequest.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 BuyersResource.CreativesResource.GetRequest.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. |