priority property

String? priority
getter/setter pair

Serving priority of an ad, with respect to other ads.

The lower the priority number, the greater the priority with which it is served. Possible string values are:

  • "AD_PRIORITY_01"
  • "AD_PRIORITY_02"
  • "AD_PRIORITY_03"
  • "AD_PRIORITY_04"
  • "AD_PRIORITY_05"
  • "AD_PRIORITY_06"
  • "AD_PRIORITY_07"
  • "AD_PRIORITY_08"
  • "AD_PRIORITY_09"
  • "AD_PRIORITY_10"
  • "AD_PRIORITY_11"
  • "AD_PRIORITY_12"
  • "AD_PRIORITY_13"
  • "AD_PRIORITY_14"
  • "AD_PRIORITY_15"
  • "AD_PRIORITY_16"

Implementation

core.String? priority;