Identifier. The resource name of theCustomTargetingValue. Format:networks/{networkCode}/customTargetingValues/{customTargetingValueId}
customTargetingKey
string
Required. Immutable. The resource name of theCustomTargetingKey. Format:networks/{networkCode}/customTargetingKeys/{customTargetingKeyId}
adTagName
string
Immutable. Name of theCustomTargetingValue. Values can contain up to 40 characters each. You can use alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ]. Values are not data-specific; all values are treated as strings. For example, instead of using "age>=18 AND <=34", try "18-34"
displayName
string
Optional. Descriptive name for theCustomTargetingValue.
[[["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-20 UTC."],[],[],null,["# REST Resource: networks.customTargetingValues\n\n- [Resource: CustomTargetingValue](#CustomTargetingValue)\n - [JSON representation](#CustomTargetingValue.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CustomTargetingValue\n------------------------------\n\nThe `CustomTargetingValue` resource.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"customTargetingKey\": string, \"adTagName\": string, \"displayName\": string, \"matchType\": enum (/ad-manager/api/beta/reference/rest/v1/networks.customTargetingKeys.customTargetingValues#CustomTargetingValue.CustomTargetingValueMatchType), \"status\": enum (/ad-manager/api/beta/reference/rest/v1/networks.customTargetingKeys.customTargetingValues#CustomTargetingValue.CustomTargetingValueStatus) } ``` |\n\n| Fields ||\n|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `CustomTargetingValue`. Format: `networks/{networkCode}/customTargetingValues/{customTargetingValueId}` |\n| `customTargetingKey` | `string` Required. Immutable. The resource name of the `CustomTargetingKey`. Format: `networks/{networkCode}/customTargetingKeys/{customTargetingKeyId}` |\n| `adTagName` | `string` Immutable. Name of the `CustomTargetingValue`. Values can contain up to 40 characters each. You can use alphanumeric characters and symbols other than the following: \", ', =, !, +, #, \\*, \\~, ;, \\^, (, ), \\\u003c, \\\u003e, \\[, \\]. Values are not data-specific; all values are treated as strings. For example, instead of using \"age\\\u003e=18 AND \\\u003c=34\", try \"18-34\" |\n| `displayName` | `string` Optional. Descriptive name for the `CustomTargetingValue`. |\n| `matchType` | `enum (`[CustomTargetingValueMatchType](/ad-manager/api/beta/reference/rest/v1/networks.customTargetingKeys.customTargetingValues#CustomTargetingValue.CustomTargetingValueMatchType)`)` Required. Immutable. The way in which the CustomTargetingValue.name strings will be matched. |\n| `status` | `enum (`[CustomTargetingValueStatus](/ad-manager/api/beta/reference/rest/v1/networks.customTargetingKeys.customTargetingValues#CustomTargetingValue.CustomTargetingValueStatus)`)` Output only. Status of the `CustomTargetingValue`. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.customTargetingValues/get) | API to retrieve a `CustomTargetingValue` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.customTargetingValues/list) | API to retrieve a list of `CustomTargetingValue` objects. |"]]