targetingMode property

String? targetingMode
getter/setter pair

The targeting mode that should be applied to the list of app IDs.

If there are existing targeted app IDs, must be equal to the existing PretargetingConfig.appTargeting.mobileAppTargeting.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;