CustomTargetingKey represents a key used for custom targeting.
Namespace
https://www.google.com/apis/ads/publisher/v202402
Field
id
xsd:long
The ID of the CustomTargetingKey. This value is readonly and is populated by Google.
name
xsd:string
Name of the key. Keys can contain up to 10 characters each. You can use alphanumeric characters
and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ], the white
space character.
[[["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."],[[["`CustomTargetingKey` objects represent keys used for custom targeting, allowing for the creation of specific criteria to target ads."],["These keys can be predefined with set values or freeform, enabling users to add new values as needed."],["`CustomTargetingKey` includes properties such as ID, name, display name, type, status, and reportable type, providing comprehensive information about the key."],["The status of a `CustomTargetingKey` can be either active or inactive, and its reportable type determines its availability for reporting purposes within Ad Manager."],["Key operations, such as creation and updates, are managed through the CustomTargetingService, offering a centralized way to control custom targeting keys."]]],["The `CustomTargetingService` manages `CustomTargetingKey` objects, which are used for custom targeting. Key actions include `createCustomTargetingKeys()` and `updateCustomTargetingKeys()`. A `CustomTargetingKey` has properties like `id`, `name`, `displayName`, `type` (either `PREDEFINED` or `FREEFORM`), `status` (`ACTIVE`, `INACTIVE`, or `UNKNOWN`), and `reportableType` (`UNKNOWN`, `ON`, `OFF`, `CUSTOM_DIMENSION`). Keys can be activated or deactivated using `performCustomTargetingKeyAction`. The `name` field has character restrictions.\n"]]