To apply T-MAT, be sure that you already finished both adding your app and SDK settings. See [1. TnkAd SDK] for details. * Inbound channel data is not collected in iOS. [Basic settings]
[Required Invocation] Invoke this method as soon as your app is started. This is a minimum requirement for analytics. Method - (void) applicationStarted Description Call when application is started. [Funnel Analytics] Call below API to receive data about depth of user action. For example, action such as log- in, item purchase and recommendation can be called. Method - (void) actionCompleted:(NSString *)actionName Description Call when specific action is made, First occurrence for each action is collected. Parameters
[Buying Users] Call this method whenever a user purchases a paid item. You can get very informative data about buying activities using this API. Method - (void) buyCompleted:(NSString *)itemName Description Call this method when a buying action is made. Parameters
[User Information] If you set user demographic, you can find more informative data. |
7. Analytics Report >