public enum ConversionEvent extends Enum<ConversionEvent>
Java class for ConversionEvent.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ConversionEvent">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="CREATIVE_VIEW"/>
<enumeration value="START"/>
<enumeration value="SKIP_SHOWN"/>
<enumeration value="FIRST_QUARTILE"/>
<enumeration value="MIDPOINT"/>
<enumeration value="THIRD_QUARTILE"/>
<enumeration value="ENGAGED_VIEW"/>
<enumeration value="COMPLETE"/>
<enumeration value="MUTE"/>
<enumeration value="UNMUTE"/>
<enumeration value="PAUSE"/>
<enumeration value="REWIND"/>
<enumeration value="RESUME"/>
<enumeration value="SKIPPED"/>
<enumeration value="FULLSCREEN"/>
<enumeration value="EXPAND"/>
<enumeration value="COLLAPSE"/>
<enumeration value="ACCEPT_INVITATION"/>
<enumeration value="CLOSE"/>
<enumeration value="CLICK_TRACKING"/>
<enumeration value="SURVEY"/>
<enumeration value="CUSTOM_CLICK"/>
<enumeration value="MEASURABLE_IMPRESSION"/>
<enumeration value="VIEWABLE_IMPRESSION"/>
<enumeration value="VIDEO_ABANDON"/>
<enumeration value="FULLY_VIEWABLE_AUDIBLE_HALF_DURATION_IMPRESSION"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACCEPT_INVITATION
Corresponds to the
acceptInvitation tracking event. |
CLICK_TRACKING
Corresponds to the
Linear.VideoClicks.ClickTracking node. |
CLOSE
Corresponds to the
close tracking event. |
COLLAPSE
Corresponds to the
collapse tracking event. |
COMPLETE
Corresponds to the
complete tracking event. |
CREATIVE_VIEW
Corresponds to the
creativeView tracking event. |
CUSTOM_CLICK
Corresponds to the
Linear.VideoClicks.CustomClick node. |
ENGAGED_VIEW
An event that is fired after 30 seconds of viewing the video
or when the video finished (if the video duration is less than 30 seconds).
|
EXPAND
Corresponds to the
expand tracking event. |
FIRST_QUARTILE
Corresponds to the
firstQuartile tracking event. |
FULLSCREEN
Corresponds to the
fullscreen tracking event. |
FULLY_VIEWABLE_AUDIBLE_HALF_DURATION_IMPRESSION
Corresponds to the
fullyViewableAudibleHalfDurationImpression tracking event. |
MEASURABLE_IMPRESSION
Corresponds to the
measurableImpression tracking event. |
MIDPOINT
Corresponds to the
midpoint tracking event. |
MUTE
Corresponds to the
mute tracking event. |
PAUSE
Corresponds to the
pause tracking event. |
RESUME
Corresponds to the
resume tracking event. |
REWIND
Corresponds to the
rewind tracking event. |
SKIP_SHOWN
An event that is fired when a video skip button is shown,
usually after 5 seconds of viewing the video.
|
SKIPPED
An event that is fired when a video was skipped.
|
START
Corresponds to the
start tracking event. |
SURVEY
Corresponds to the
InLine.Survey node. |
THIRD_QUARTILE
Corresponds to the
thirdQuartile tracking event. |
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
UNMUTE
Corresponds to the
unmute tracking event. |
VIDEO_ABANDON
Corresponds to the
abandon tracking event. |
VIEWABLE_IMPRESSION
Corresponds to the
viewableImpression tracking event. |
| Modifier and Type | Method and Description |
|---|---|
static ConversionEvent |
fromValue(String v) |
String |
value() |
static ConversionEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversionEvent UNKNOWN
public static final ConversionEvent CREATIVE_VIEW
creativeView tracking event.public static final ConversionEvent START
start tracking event.public static final ConversionEvent SKIP_SHOWN
public static final ConversionEvent FIRST_QUARTILE
firstQuartile tracking event.public static final ConversionEvent MIDPOINT
midpoint tracking event.public static final ConversionEvent THIRD_QUARTILE
thirdQuartile tracking event.public static final ConversionEvent ENGAGED_VIEW
public static final ConversionEvent COMPLETE
complete tracking event.public static final ConversionEvent MUTE
mute tracking event.public static final ConversionEvent UNMUTE
unmute tracking event.public static final ConversionEvent PAUSE
pause tracking event.public static final ConversionEvent REWIND
rewind tracking event.public static final ConversionEvent RESUME
resume tracking event.public static final ConversionEvent SKIPPED
public static final ConversionEvent FULLSCREEN
fullscreen tracking event.public static final ConversionEvent EXPAND
expand tracking event.public static final ConversionEvent COLLAPSE
collapse tracking event.public static final ConversionEvent ACCEPT_INVITATION
acceptInvitation tracking event.public static final ConversionEvent CLOSE
close tracking event.public static final ConversionEvent CLICK_TRACKING
Linear.VideoClicks.ClickTracking node.public static final ConversionEvent SURVEY
InLine.Survey node.public static final ConversionEvent CUSTOM_CLICK
Linear.VideoClicks.CustomClick node.public static final ConversionEvent MEASURABLE_IMPRESSION
measurableImpression tracking event.public static final ConversionEvent VIEWABLE_IMPRESSION
viewableImpression tracking event.public static final ConversionEvent VIDEO_ABANDON
abandon tracking event.public static final ConversionEvent FULLY_VIEWABLE_AUDIBLE_HALF_DURATION_IMPRESSION
fullyViewableAudibleHalfDurationImpression tracking event.public static ConversionEvent[] values()
for (ConversionEvent c : ConversionEvent.values()) System.out.println(c);
public static ConversionEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static ConversionEvent fromValue(String v)
Copyright © 2018. All Rights Reserved.