scope property

String? scope
getter/setter pair

The scope of the data exclusion. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : The received value is not known in this version. This is a response-only value.
  • "CUSTOMER" : The seasonality event is applied to all the customer's traffic for supported advertising channel types and device types. The CUSTOMER scope cannot be used in mutates.
  • "CAMPAIGN" : The seasonality event is applied to all specified campaigns.
  • "CHANNEL" : The seasonality event is applied to all campaigns that belong to specified channel types.

Implementation

core.String? scope;