type property

String? type
getter/setter pair

The type of the Ad URL. Possible string values are:

  • "AD_URL_TYPE_UNSPECIFIED" : Unknown or unspecified.
  • "AD_URL_TYPE_BEACON_IMPRESSION" : A 1x1 tracking pixel to ping when an impression of a creative is delivered.
  • "AD_URL_TYPE_BEACON_EXPANDABLE_DCM_IMPRESSION" : Expandable DCM impression beacon. At serving time, it is expanded to several beacons.
  • "AD_URL_TYPE_BEACON_CLICK" : Tracking URL to ping when the click event is triggered.
  • "AD_URL_TYPE_BEACON_SKIP" : Tracking URL to ping when the skip event is triggered.

Implementation

core.String? type;