Enum ReportDefinition.Types.TimeZoneSource
The source to determine the time zone for the report.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum ReportDefinition.Types.TimeZoneSource
Fields
| Name | Description |
|---|---|
| AdExchange | Use the time zone of the ad exchange. Only compatible with Ad Exchange dimensions and metrics. |
| Provided | Use the time zone provided in the ReportDefinition.time_zone field. Has limited dimension and metric compatibility compared with PUBLISHER, and reports may take longer to run since the dates are dynamically calculated at request time. |
| Publisher | Use the publisher's time zone in network settings. |
| Unspecified | Unspecified default value. |
| Utc | Use UTC time zone. Only compatible with Revenue Verification reports. |