When I try to use:
FlurryAgent.logEvent("Read_article", articleParams);
it returns FlurryEventRecordStatus.kFlurryEventFailed
I am not able to find what is causing this issue and I haven't found any mention of the same in their documentation.
When I try to use:
FlurryAgent.logEvent("Read_article", articleParams);
it returns FlurryEventRecordStatus.kFlurryEventFailed
I am not able to find what is causing this issue and I haven't found any mention of the same in their documentation.
Here is the correct method from https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/events/android/#capture-event-parameters
I suspect that the event is triggered with parameters not set.
Another likely possibility is the event is triggered immediately after the call to FlurryAgent.init(this, MY_FLURRY_APIKEY); in some cases such events fail to record. If you suspect this is the case trigger the event after a brief pause.