scope property

String? scope
getter/setter pair

Defines the scope this audience can be used in.

By default, the scope is CUSTOMER. Audiences can be created with a scope of ASSET_GROUP for exclusive use by a single asset_group. Scope may change from ASSET_GROUP to CUSTOMER but not from CUSTOMER to ASSET_GROUP. Possible string values are:

  • "UNSPECIFIED" : The scope has not been specified.
  • "UNKNOWN" : The received value is not known in this version.
  • "CUSTOMER" : The audience is scoped at the customer level.
  • "ASSET_GROUP" : The audience is scoped under a specific AssetGroup.

Implementation

core.String? scope;