channelStrategy property

String? channelStrategy
getter/setter pair

High level channel strategy. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "ALL_CHANNELS" : All channels are enabled.
  • "ALL_OWNED_AND_OPERATED_CHANNELS" : All Google-owned and operated channels are enabled; third-party channels (e.g., Display) are disabled.

Implementation

core.String? channelStrategy;