[[["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 2024-02-13 UTC."],[[["The CreativeService allows for performing actions on Creative objects, such as activating or deactivating them."],["CreativeAction represents the specific actions that can be performed on Creatives, with ActivateCreatives and DeactivateCreatives being two examples."],["These services and actions are part of the Google Ad Manager API and reside within a specific namespace for version 202402."]]],["The core content describes `CreativeAction`, an interface for actions performed on `Creative` objects. It's located in the `https://www.google.com/apis/ads/publisher/v202402` namespace. The `CreativeService` dependency, `performCreativeAction()`, facilitates these actions. Specific implementations include `ActivateCreatives` and `DeactivateCreatives`, enabling users to activate or deactivate creative objects. These actions stem from the parent class, `CreativeAction`, allowing for potential extensions.\n"]]