-
public class EventTracker.EventMethod.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerIMAGEprivate final IntegerJAVASCRIPTpublic final static EventTracker.EventMethod.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetIMAGE()Image-pixel tracking - URL provided will be inserted as a 1x1 pixel at the time of the event. final IntegergetJAVASCRIPT()Javascript-based tracking - URL provided will be inserted as a js tag at the time of the event. -
-
Method Detail
-
getIMAGE
final Integer getIMAGE()
Image-pixel tracking - URL provided will be inserted as a 1x1 pixel at the time of the event.
-
getJAVASCRIPT
final Integer getJAVASCRIPT()
Javascript-based tracking - URL provided will be inserted as a js tag at the time of the event.
-
-
-
-