Inherits NSObjecttypedef NS_ENUMNSUInteger, and FlurryConversionValueEventType.
Class Methods | |
(void) | + flurryUpdateConversionValueWithEvent: |
Call this api to allow Flurry to set your conversion value. More... | |
(void) | + flurryUpdateConversionValue: |
Call this api to send your conversion value to Flurry. You must calculate the conversion value yourself. More... | |
Definition at line 13 of file FlurrySKAdNetwork.h.
+ (void) flurryUpdateConversionValue: |
Call this api to send your conversion value to Flurry. You must calculate the conversion value yourself.
conversionValue | The conversion value is a decimal number between 0-63. |
+ (void) flurryUpdateConversionValueWithEvent: |
Call this api to allow Flurry to set your conversion value.
The final conversion value is a decimal number between 0-63. The conversion value is calculated from a 6 bit binary number. The first two bits represent days of user retention from 0-3 days The last four bits represent a true false state indicating if the user has completed the post install event.
event | Event name using the FlurryConversionValueEventType defined above. |