[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eTimeZoneError.Reason\u003c/code\u003e identifies reasons for an invalid timezone within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003ePossible reasons include an unsupported or incorrectly formatted timezone ID.\u003c/p\u003e\n"],["\u003cp\u003eTimezone IDs should follow the tz database format (e.g., "America/Los_Angeles").\u003c/p\u003e\n"],["\u003cp\u003eThis error relates to the \u003ccode\u003eForecastService\u003c/code\u003e and other related services in the Google Ad Manager API.\u003c/p\u003e\n"]]],["The content details `TimeZoneError.Reason`, an enumeration used across multiple services: `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, `ProposalService`, and `UserService`. It outlines three possible reasons for invalid timezones: `INVALID_TIMEZONE_ID` (unsupported ID), `TIMEZONE_ID_IN_WRONG_FORMAT` (incorrect format, must be in tz database format like \"America/Los_Angeles\"), and `UNKNOWN` (value not exposed by the API version). It is in namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum TimeZoneError.Reason (v202408)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.TimeZoneError.Reason) [LineItemTemplateService](/ad-manager/api/reference/v202408/LineItemTemplateService.TimeZoneError.Reason) [OrderService](/ad-manager/api/reference/v202408/OrderService.TimeZoneError.Reason) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.TimeZoneError.Reason) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.TimeZoneError.Reason) [UserService](/ad-manager/api/reference/v202408/UserService.TimeZoneError.Reason) **Dependencies** \n[TimeZoneError](/ad-manager/api/reference/v202408/ForecastService.TimeZoneError) \n▼\n**TimeZoneError.Reason**\n\nDescribes reasons for invalid timezone.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `INVALID_TIMEZONE_ID` | Indicates that the timezone ID provided is not supported. |\n| `TIMEZONE_ID_IN_WRONG_FORMAT` | Indicates that the timezone ID provided is in the wrong format. The timezone ID must be in tz database format (e.g. \"America/Los_Angeles\"). |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]