allowedUserTargetingModes property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? allowedUserTargetingModes
getter/setter pair

Deprecated: The value of this field no longer has any effect.

Targeting modes included by this config. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? allowedUserTargetingModes;