Type Table Event analyticsRequest Revision Release 2024.3703 Keywords analytics, Flurry Analytics, analyticsRequest, data See also analyticsRequest flurryAnalytics.*
Provides additional context for certain event phases as follows:
event
(event.data.event
) (string) — The name of the event being logged.
params
(event.data.params
) (table) — A table of
errorCode
(event.data.errorCode
) (string) — The error code of the failure. Only available if event.isError is true
.
reason
(event.data.reason
) (string) — The reason for an error. This is the errorCode
. Only available if event.isError is true
.