[[["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\u003eTimeZoneError.Reason is used to describe reasons for invalid timezones encountered in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThe error can be triggered by invalid timezone IDs, incorrectly formatted IDs, or unknown issues.\u003c/p\u003e\n"],["\u003cp\u003eTimezone IDs should be in tz database format (e.g., "America/Los_Angeles").\u003c/p\u003e\n"],["\u003cp\u003eThis error applies to various services, including ForecastService, LineItemService, ProposalService, and others.\u003c/p\u003e\n"]]],["The content outlines `TimeZoneError` reasons within the Google Ad Manager API v202408, which impacts services like `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. Key errors include `INVALID_TIMEZONE_ID` for unsupported IDs and `TIMEZONE_ID_IN_WRONG_FORMAT` for IDs not following tz database format (e.g., \"America/Los_Angeles\"). An `UNKNOWN` reason is also available for unexposed API values. These errors aid in managing timezone settings.\n"],null,["# enum TimeZoneError.Reason (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.TimeZoneError.Reason) [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** [UserService](/ad-manager/api/reference/v202408/UserService.TimeZoneError.Reason) **Dependencies** \n[TimeZoneError](/ad-manager/api/reference/v202408/ProposalService.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. |"]]