Class Methods | |
(FlurryEventRecordStatus) | + logStandardEvent:withParameters: |
Records a standard parameterized event specified by eventType with parameters . More... | |
Definition at line 789 of file Flurry+Event.h.
+ (FlurryEventRecordStatus) logStandardEvent: | (FlurryEvent) | eventType |
Records a standard parameterized event specified by eventType
with parameters
.
This method allows you to log standard events associated with parameters. Parameters are extremely valuable as they allow you to store characteristics of an action. For example, if a user purchased an item (log an purchase event), it may be helpful to know item info (itemName, itemType, itemId, itemCount), and transaction info (price, totalAmount, currency, transactionId) of such events.
A maximum of 10 parameter names may be associated with any event. Sending over 10 parameter names with a single event will result in no parameters being logged for that event.
eventType | FlurryEvent enum. |
parameters | a FlurryParam object that stores key-value pairs of a standard parameterized event. |
Extends class Flurry.