enum StartDateTimeType (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Specifies the start type to use for an entity with a start date time field.
For example, a LineItem or LineItemCreativeAssociation.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eStartDateTimeType specifies how an entity with a start date and time, such as a LineItem or LineItemCreativeAssociation, should begin.\u003c/p\u003e\n"],["\u003cp\u003eIt offers options to use a specific startDateTime, start immediately, or start one hour from the current time.\u003c/p\u003e\n"],["\u003cp\u003eWhen using 'IMMEDIATELY' or 'ONE_HOUR_FROM_NOW', the provided startDateTime is ignored and automatically adjusted.\u003c/p\u003e\n"],["\u003cp\u003eThe 'USE_START_DATE_TIME' option utilizes the value provided in the startDateTime field for the entity's start time.\u003c/p\u003e\n"]]],["The content details `StartDateTimeType`, used for entities with a start date/time field like `LineItem` or `LineItemCreativeAssociation`. It defines how the start time is determined. Key actions include using the specified `startDateTime`, starting immediately (ignoring the provided time), or starting one hour from the current time. The available enumerations are `USE_START_DATE_TIME`, `IMMEDIATELY`, `ONE_HOUR_FROM_NOW`, and `UNKNOWN`, each dictating a different start time behavior.\n"],null,["# enum StartDateTimeType (v202408)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.StartDateTimeType) [ForecastService](/ad-manager/api/reference/v202408/ForecastService.StartDateTimeType) [LineItemCreativeAssociationService](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService.StartDateTimeType) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.StartDateTimeType) **LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202408/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/v202408/ForecastService.LineItem) or [LineItemCreativeAssociation](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService.LineItemCreativeAssociation).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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/v202408/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/v202408/LiveStreamEventService.StartDateTimeType#USE_START_DATE_TIME). |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]