Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
LineItemAction represents the actions that can be performed on LineItem objects.
LineItemAction is inherited by various actions like ActivateLineItems, ArchiveLineItems, DeleteLineItems, PauseLineItems, ReleaseLineItems, ReserveLineItems, ResumeLineItems, and UnarchiveLineItems.
The performLineItemAction() method of the LineItemService is used to execute these actions.
[[["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."],[],["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/v202411`. Each action is linked to its specific method, facilitating operations on the `LineItem` objects.\n"]]