The Corona analytics library lets you easily log interesting events in your application with the Flurry analytics service. You must have an application key provided by Flurry to use the service. This initial version of the library does not support location-enabled Flurry events.
The following code demonstrates basic usage of the analytics library.-- Import library and initialize with personal application key require "analytics" analytics.init( "YOUR_APP_KEY" ) -- Log event ID analytics.logEvent( "Event ID" )