eventType property

String? eventType
getter/setter pair

The type of event that the cap applies to (for example, impression). Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "IMPRESSION" : The cap applies on ad impressions.
  • "VIDEO_VIEW" : The cap applies on video ad views.

Implementation

core.String? eventType;