targetingMode property
The targeting mode that should be applied to the list of site URLs.
If there are existing targeted sites, must be equal to the existing PretargetingConfig.webTargeting.targetingMode or a 400 bad request error will be returned.
Required. Possible string values are:
- "TARGETING_MODE_UNSPECIFIED" : Placeholder for undefined targeting mode.
- "INCLUSIVE" : The inclusive list type. Inventory must match an item in this list to be targeted.
- "EXCLUSIVE" : The exclusive list type. Inventory must not match any item in this list to be targeted.
Implementation
core.String? targetingMode;