Inherits from UAEvent : NSObject
Declared in UAInstallAttributionEvent.h

Overview

Event to track install attributions.

Class Methods

event

Factory method to create a UAInstallAttributionEvent.

+ (instancetype)event

Return Value

UAInstallAttributionEvent instance.

Declared In

UAInstallAttributionEvent.h

eventWithAppPurchaseDate:iAdImpressionDate:

Factory method to create a UAInstallAttributionEvent.

+ (instancetype)eventWithAppPurchaseDate:(NSDate *)appPurchaseDate iAdImpressionDate:(NSDate *)iAdImpressionDate

Parameters

appPurchaseDate

The app purchase date.

iAdImpressionDate

The iAD impression date.

Return Value

UAInstallAttributionEvent instance.

Declared In

UAInstallAttributionEvent.h