Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The CreativeService allows for performing actions on Creative objects within Google Ad Manager.
Actions such as activating or deactivating creatives can be performed using specific CreativeAction types like ActivateCreatives and DeactivateCreatives.
The service uses the namespace https://www.google.com/apis/ads/publisher/v202411 for its operations.
[[["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 `CreativeService` allows actions on `Creative` objects, specifically through the `performCreativeAction()` method. This method utilizes `CreativeAction`, which has inherited actions `ActivateCreatives` and `DeactivateCreatives`. These actions enable enabling or disabling creatives. The service's namespace is `https://www.google.com/apis/ads/publisher/v202411`, where all operations regarding `Creative` are done.\n"]]