abstract type LineItemAction (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Represents the actions that can be performed on LineItem objects.
- 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\u003eThe \u003ccode\u003eLineItemService\u003c/code\u003e allows for performing actions on \u003ccode\u003eLineItem\u003c/code\u003e objects, such as activating, archiving, deleting, pausing, releasing, reserving, resuming, and unarchiving.\u003c/p\u003e\n"],["\u003cp\u003eThese actions are represented by the \u003ccode\u003eLineItemAction\u003c/code\u003e type and its various subtypes like \u003ccode\u003eActivateLineItems\u003c/code\u003e, \u003ccode\u003eArchiveLineItems\u003c/code\u003e, etc.\u003c/p\u003e\n"],["\u003cp\u003eThe service operates within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eperformLineItemAction()\u003c/code\u003e is the method used to execute these actions on line items.\u003c/p\u003e\n"]]],["The `LineItemService` enables actions on `LineItem` objects via `performLineItemAction()`. These actions, inherited from `LineItemAction`, include: activating, archiving, deleting, pausing, releasing, reserving, resuming, and unarchiving line items. The service's namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# abstract type LineItemAction (v202408)\n\n**Service** \n**LineItemService** **Dependencies** \n[performLineItemAction()](/ad-manager/api/reference/v202408/LineItemService#performLineItemAction) \n▼\n**LineItemAction** **Inheritance** \n**LineItemAction** \n▼\n[ActivateLineItems](/ad-manager/api/reference/v202408/LineItemService.ActivateLineItems) [ArchiveLineItems](/ad-manager/api/reference/v202408/LineItemService.ArchiveLineItems) [DeleteLineItems](/ad-manager/api/reference/v202408/LineItemService.DeleteLineItems) [PauseLineItems](/ad-manager/api/reference/v202408/LineItemService.PauseLineItems) [ReleaseLineItems](/ad-manager/api/reference/v202408/LineItemService.ReleaseLineItems) [ReserveLineItems](/ad-manager/api/reference/v202408/LineItemService.ReserveLineItems) [ResumeLineItems](/ad-manager/api/reference/v202408/LineItemService.ResumeLineItems) [UnarchiveLineItems](/ad-manager/api/reference/v202408/LineItemService.UnarchiveLineItems)\n\nRepresents the actions that can be performed on [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---|---|"]]