[[["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\u003eStartDateTimeType\u003c/code\u003e specifies how an entity with a start date and time, such as a Line Item or Line Item Creative Association, should begin.\u003c/p\u003e\n"],["\u003cp\u003eIt offers options like using a specific \u003ccode\u003estartDateTime\u003c/code\u003e, starting immediately, or starting one hour from the current time.\u003c/p\u003e\n"],["\u003cp\u003eWhen 'immediately' or 'one hour from now' are chosen, the \u003ccode\u003estartDateTime\u003c/code\u003e is automatically set, and \u003ccode\u003estartDateTimeType\u003c/code\u003e becomes \u003ccode\u003eUSE_START_DATE_TIME\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the Google Ad Manager API and is located within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document outlines `StartDateTimeType`, used across services like `AdRuleService`, `ForecastService`, `LineItemCreativeAssociationService`, `LineItemService`, and `LiveStreamEventService`. It defines how an entity with a start date/time field begins serving. Options include `USE_START_DATE_TIME` (using a specified date/time), `IMMEDIATELY` (starting at the current time), and `ONE_HOUR_FROM_NOW` (starting one hour later). `UNKNOWN` represents an unexposed value. The `startDateTime` is ignored when `IMMEDIATELY` or `ONE_HOUR_FROM_NOW` are selected.\n"],null,["# enum StartDateTimeType (v202411)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.StartDateTimeType) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.StartDateTimeType) [LineItemCreativeAssociationService](/ad-manager/api/reference/v202411/LineItemCreativeAssociationService.StartDateTimeType) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.StartDateTimeType) **LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent) \n▼\n**StartDateTimeType**\n\nSpecifies the start type to use for an entity with a start date time field.\nFor example, a [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) or [LineItemCreativeAssociation](/ad-manager/api/reference/v202411/LineItemCreativeAssociationService.LineItemCreativeAssociation).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `USE_START_DATE_TIME` | Use the value in [startDateTime](#startDateTime). |\n| `IMMEDIATELY` | The entity will start serving immediately. [startDateTime](#startDateTime) in the request is ignored and will be set to the current time. Additionally, [startDateTimeType](#startDateTimeType) will be set to [StartDateTimeType.USE_START_DATE_TIME](/ad-manager/api/reference/v202411/LiveStreamEventService.StartDateTimeType#USE_START_DATE_TIME). |\n| `ONE_HOUR_FROM_NOW` | The entity will start serving one hour from now. [startDateTime](#startDateTime) in the request is ignored and will be set to one hour from the current time. Additionally, [startDateTimeType](#startDateTimeType) will be set to [StartDateTimeType.USE_START_DATE_TIME](/ad-manager/api/reference/v202411/LiveStreamEventService.StartDateTimeType#USE_START_DATE_TIME). |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]