Generated from protobuf enumTIME_ZONE_SOURCE_UNSPECIFIED = 0;
PUBLISHER
Value: 1
Use the publisher's time zone in network settings.
Generated from protobuf enumPUBLISHER = 1;
AD_EXCHANGE
Value: 2
Use the time zone of the ad exchange.
Only compatible with Ad Exchange dimensions and metrics.
Generated from protobuf enumAD_EXCHANGE = 2;
UTC
Value: 3
Use UTC time zone.
Only compatible with Revenue Verification reports.
Generated from protobuf enumUTC = 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Ads Ad Manager V1 Client - Class TimeZoneSource (0.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.1 (latest)](/php/docs/reference/ad-manager/latest/V1.Report.TimeZoneSource)\n- [0.3.0](/php/docs/reference/ad-manager/0.3.0/V1.Report.TimeZoneSource)\n- [0.2.0](/php/docs/reference/ad-manager/0.2.0/V1.Report.TimeZoneSource)\n- [0.1.3](/php/docs/reference/ad-manager/0.1.3/V1.Report.TimeZoneSource) \nReference documentation and code samples for the Google Ads Ad Manager V1 Client class TimeZoneSource.\n\nThe source to determine the time zone for the report.\n\nProtobuf type `google.ads.admanager.v1.Report.TimeZoneSource`\n\nNamespace\n---------\n\nGoogle \\\\ Ads \\\\ AdManager \\\\ V1 \\\\ Report\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TIME_ZONE_SOURCE_UNSPECIFIED\n\n Value: 0\n\nUnspecified default value.\n\nGenerated from protobuf enum `TIME_ZONE_SOURCE_UNSPECIFIED = 0;`\n\n### PUBLISHER\n\n Value: 1\n\nUse the publisher's time zone in network settings.\n\nGenerated from protobuf enum `PUBLISHER = 1;`\n\n### AD_EXCHANGE\n\n Value: 2\n\nUse the time zone of the ad exchange.\n\nOnly compatible with Ad Exchange dimensions and metrics.\n\nGenerated from protobuf enum `AD_EXCHANGE = 2;`\n\n### UTC\n\n Value: 3\n\nUse UTC time zone.\n\nOnly compatible with Revenue Verification reports.\n\nGenerated from protobuf enum `UTC = 3;`\n\n### PROVIDED\n\n Value: 4\n\nUse the time zone provided in the ReportDefinition.time_zone field.\n\nHas limited dimension and metric compatibility compared with PUBLISHER,\nand reports may take longer to run since the dates are dynamically\ncalculated at request time.\n\nGenerated from protobuf enum `PROVIDED = 4;`"]]