assetPerformanceLabel property

String? assetPerformanceLabel
getter/setter pair

The performance label of this text asset. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "PENDING" : This asset does not yet have any performance informantion. This may be because it is still under review.
  • "LEARNING" : The asset has started getting impressions but the stats are not statistically significant enough to get an asset performance label.
  • "LOW" : Worst performing assets.
  • "GOOD" : Good performing assets.
  • "BEST" : Best performing assets.
  • "NOT_APPLICABLE" : Performance label cannot be assigned to this asset. This may be because it's not used by asset based creatives.

Implementation

core.String? assetPerformanceLabel;