AI-generated Key Takeaways
-
The CustomTargetingValue resource is defined by its name, associated custom targeting key, ad tag name, display name, match type, and status.
-
The
name
field serves as the unique identifier for the CustomTargetingValue resource using a specific format. -
The
customTargetingKey
andmatchType
fields are required and immutable, whileadTagName
is immutable, anddisplayName
is optional. -
The
status
field is an output-only enum indicating the current status of the CustomTargetingValue. -
Methods are available to either retrieve a single CustomTargetingValue object or a list of CustomTargetingValue objects.
Resource: CustomTargetingValue
The CustomTargetingValue
resource.
JSON representation |
---|
{ "name": string, "customTargetingKey": string, "adTagName": string, "displayName": string, "matchType": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the |
customTargetingKey |
Required. Immutable. The resource name of the |
adTagName |
Immutable. Name of the |
displayName |
Optional. Descriptive name for the |
matchType |
Required. Immutable. The way in which the CustomTargetingValue.name strings will be matched. |
status |
Output only. Status of the |
Methods |
|
---|---|
|
API to retrieve a CustomTargetingValue object. |
|
API to retrieve a list of CustomTargetingValue objects. |