[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eCustomTargetingKey.Status\u003c/code\u003e enumeration describes the possible states of a custom targeting key, which can be active, inactive, or unknown.\u003c/p\u003e\n"],["\u003cp\u003eThese statuses determine whether a custom targeting key can be used for targeting line items to ad inventory.\u003c/p\u003e\n"],["\u003cp\u003eStatuses are part of the CustomTargetingService within the Google Ad Manager API, under the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["CustomTargetingKey objects have a `Status` attribute with three possible values: `ACTIVE`, indicating the object is in use; `INACTIVE`, meaning the object is no longer active; and `UNKNOWN`, which signifies the API version doesn't expose the actual status. This information is part of the CustomTargetingService within the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"],null,["# enum CustomTargetingKey.Status (v202411)\n\n**Service** \n**CustomTargetingService** **Dependencies** \n[CustomTargetingKey](/ad-manager/api/reference/v202411/CustomTargetingService.CustomTargetingKey) \n▼\n**CustomTargetingKey.Status**\n\nDescribes the statuses for `CustomTargetingKey` objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `ACTIVE` | The object is active. |\n| `INACTIVE` | The object is no longer active. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]