level property

String? level
getter/setter pair

The level on which the cap is to be applied (for example, ad group ad, ad group).

The cap is applied to all the entities of this level. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "AD_GROUP_AD" : The cap is applied at the ad group ad level.
  • "AD_GROUP" : The cap is applied at the ad group level.
  • "CAMPAIGN" : The cap is applied at the campaign level.

Implementation

core.String? level;