I believe this is infinite:
Each event can have up to 10 parameters, and each parameter can have an infinite number of values associated with it. For example, for "Author Parameter" there may be 1000 possible authors who are the article. We can track each author through this single parameter.
So, if you can have an infinite number of meanings, you can have 10 million authors. Since all of them are just values, each of them can be tracked (via a parameter). If they “can track each author through this single parameter”, then I don’t think that your account of events would be relaxed. This assumes that you are setting up event types correctly, as in their example:
NSDictionary *articleParams = [NSDictionary dictionaryWithObjectsAndKeys: @"John Q", @"Author", // Capture author info @"Registered", @"User_Status", // Capture user status nil]; [Flurry logEvent:@"Article_Read" withParameters:articleParams];
One event with a maximum of 10 dictionary elements with an infinite number of possible values ... I think it is safe to say that you are not limited here.
Firo Aug 29 '13 at 18:07 2013-08-29 18:07
source share