type property

String? type
getter/setter pair

Event tag type.

Can be used to specify whether to use a third-party pixel, a third-party JavaScript URL, or a third-party click-through URL for either impression or click tracking. This is a required field. Possible string values are:

  • "IMPRESSION_IMAGE_EVENT_TAG" : A third-party pixel for impression tracking.
  • "IMPRESSION_JAVASCRIPT_EVENT_TAG" : A third-party JavaScript URL for impression tracking.
  • "CLICK_THROUGH_EVENT_TAG" : A third-party URL for click tracking that redirects to the landing page.

Implementation

core.String? type;