-
public class EventTracker.EventType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerIMPRESSIONprivate final IntegerVIEWABLE_MRC_50private final IntegerVIEWABLE_MRC_100private final IntegerVIEWABLE_VIDEO_50public final static EventTracker.EventType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetIMPRESSION()Impression final IntegergetVIEWABLE_MRC_50()Visible impression using MRC definition at 50% in view for 1 second final IntegergetVIEWABLE_MRC_100()100% in view for 1 second (ie GroupM standard) final IntegergetVIEWABLE_VIDEO_50()Visible impression for video using MRC definition at 50% in view for 2 seconds -
-
Method Detail
-
getIMPRESSION
final Integer getIMPRESSION()
Impression
-
getVIEWABLE_MRC_50
final Integer getVIEWABLE_MRC_50()
Visible impression using MRC definition at 50% in view for 1 second
-
getVIEWABLE_MRC_100
final Integer getVIEWABLE_MRC_100()
100% in view for 1 second (ie GroupM standard)
-
getVIEWABLE_VIDEO_50
final Integer getVIEWABLE_VIDEO_50()
Visible impression for video using MRC definition at 50% in view for 2 seconds
-
-
-
-