Settings for the targeting-related features, at the campaign and ad group levels. For more details about the targeting setting, visit https://support.google.com/google-ads/answer/7365594
JSON representation |
---|
{ "targetRestrictions": [ { object ( |
Fields | |
---|---|
targetRestrictions[] |
The per-targeting-dimension setting to restrict the reach of your campaign or ad group. |
targetRestrictionOperations[] |
The list of operations changing the target restrictions. Adding a target restriction with a targeting dimension that already exists causes the existing target restriction to be replaced with the new value. |
TargetRestriction
The list of per-targeting-dimension targeting settings.
JSON representation |
---|
{
"targetingDimension": enum ( |
Fields | |
---|---|
targetingDimension |
The targeting dimension that these settings apply to. |
bidOnly |
Indicates whether to restrict your ads to show only for the criteria you have selected for this targetingDimension, or to target all values for this targetingDimension and show ads based on your targeting in other TargetingDimensions. A value of |
TargetRestrictionOperation
Operation to be performed on a target restriction list in a mutate.
JSON representation |
---|
{ "operator": enum ( |
Fields | |
---|---|
operator |
Type of list operation to perform. |
value |
The target restriction being added to or removed from the list. |
Operator
The operator.
Enums | |
---|---|
UNSPECIFIED |
Unspecified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ADD |
Add the restriction to the existing restrictions. |
REMOVE |
Remove the restriction from the existing restrictions. |