includedEnvironments property

List<String>? includedEnvironments
getter/setter pair

Environments that are being included.

Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.

Implementation

core.List<core.String>? includedEnvironments;