Enum Report.TimeZoneSource (0.27.0)

public enum Report.TimeZoneSource extends Enum<Report.TimeZoneSource> implements ProtocolMessageEnum

The source to determine the time zone for the report.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_EXCHANGE

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

AD_EXCHANGE = 2;

AD_EXCHANGE_VALUE

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

AD_EXCHANGE = 2;

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.

PROVIDED = 4;

PROVIDED_VALUE

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.

PROVIDED = 4;

PUBLISHER

Use the publisher's time zone in network settings.

PUBLISHER = 1;

PUBLISHER_VALUE

Use the publisher's time zone in network settings.

PUBLISHER = 1;

TIME_ZONE_SOURCE_UNSPECIFIED

Unspecified default value.

TIME_ZONE_SOURCE_UNSPECIFIED = 0;

TIME_ZONE_SOURCE_UNSPECIFIED_VALUE

Unspecified default value.

TIME_ZONE_SOURCE_UNSPECIFIED = 0;

UNRECOGNIZED
UTC

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

UTC = 3;

UTC_VALUE

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

UTC = 3;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()