POBNativeEventTrackingMethod Constants Reference
Declared in | POBNativeConstants.h |
---|
POBNativeEventTrackingMethod
Native Event Tracking Methods
Definition
typedef NS_ENUM(NSInteger, POBNativeEventTrackingMethod ) {
POBNativeEventTrackingMethodImage = 1,
POBNativeEventTrackingMethodJS = 2,
};
Constants
POBNativeEventTrackingMethodImage
-
Image-pixel tracking - URL provided will be inserted as a 1x1 pixel at the time of the event.
Declared In
POBNativeConstants.h
. POBNativeEventTrackingMethodJS
-
Javascript-based tracking - URL provided will be inserted as a js tag at the time of the event.
Declared In
POBNativeConstants.h
.
Declared In
POBNativeConstants.h