Module: Google::Ads::AdManager::V1::Report::TimeZoneSource

Defined in:
proto_docs/google/ads/admanager/v1/report_messages.rb

Overview

The source to determine the time zone for the report.

Constant Summary collapse

TIME_ZONE_SOURCE_UNSPECIFIED =

Unspecified default value.

0
PUBLISHER =

Use the publisher's time zone in network settings.

1
AD_EXCHANGE =

Use the time zone of the ad exchange. Only compatible with Ad Exchange dimensions and metrics.

2
UTC =

Use UTC time zone. Only compatible with Revenue Verification reports.

3
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.

4