Flurry API eventParams table doesn't return all fields of the event
I can't find a way to get all field events that I'm sending to Flurry from my iOS app.
I'm sending to Flurry events that have multiple fields (e.g. 'country', 'url', 'id'). Then I expect to have these fields returned by the API in the eventParams table. Amongst dimensions, I'm selecting paramName and paramValue, and selecting them as fields as well (paramName|name, paramName|id, ....). However, this results in an aggregated response, which only contains one of the parameters and counts for it, but not the original events I've sent.
Which API should I use to get the events I'm sending to Flurry, and not an aggregation by one of the fields?
-
Daniel Goldfarb commented
I don't see ***any*** comments on any of these postings. Adding a comment here to see if it is even possible to add a comment.