interactionType property
The interaction on the previous step that will lead the viewer to this step.
The first step does not have interaction_type. Possible string values are:
- "INTERACTION_TYPE_UNSPECIFIED" : Unspecified or unknown
- "INTERACTION_TYPE_PAID_VIEW" : A paid view.
- "INTERACTION_TYPE_SKIP" : Skipped by the viewer.
- "INTERACTION_TYPE_IMPRESSION" : A (viewed) ad impression.
- "INTERACTION_TYPE_ENGAGED_IMPRESSION" : An ad impression that was not immediately skipped by the viewer, but didn't reach the billable event either.
Implementation
core.String? interactionType;