[[["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 CustomTargetingService allows for managing custom targeting values in Google Ad Manager."],["Actions such as activating and deleting custom targeting values can be performed using this service."],["CustomTargetingValueAction represents the possible operations on CustomTargetingValue objects."],["This service utilizes the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `CustomTargetingService` allows actions on `CustomTargetingValue` objects. The primary action, `performCustomTargetingValueAction()`, branches into two specific actions: `ActivateCustomTargetingValues` and `DeleteCustomTargetingValues`. These actions enable users to activate or delete custom targeting values within the specified namespace (`https://www.google.com/apis/ads/publisher/v202402`). The actions are all under the inheritance of the `CustomTargetingValueAction` class.\n"]]