targetingMode property
The targeting mode that should be applied to the list of publisher IDs.
If are existing publisher IDs, must be equal to the existing PretargetingConfig.publisherTargeting.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;