Google Ads Ad Manager V1 Client - Class TimeZoneSource (0.3.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class TimeZoneSource.

The source to determine the time zone for the report.

Protobuf type google.ads.admanager.v1.Report.TimeZoneSource

Namespace

Google \ Ads \ AdManager \ V1 \ Report

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TIME_ZONE_SOURCE_UNSPECIFIED

Value: 0

Unspecified default value.

Generated from protobuf enum TIME_ZONE_SOURCE_UNSPECIFIED = 0;

PUBLISHER

Value: 1

Use the publisher's time zone in network settings.

Generated from protobuf enum PUBLISHER = 1;

AD_EXCHANGE

Value: 2

Use the time zone of the ad exchange.

Only compatible with Ad Exchange dimensions and metrics.

Generated from protobuf enum AD_EXCHANGE = 2;

UTC

Value: 3

Use UTC time zone.

Only compatible with Revenue Verification reports.

Generated from protobuf enum UTC = 3;

PROVIDED

Value: 4

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.

Generated from protobuf enum PROVIDED = 4;