Flurry Timed Events

Hi,

i want to write log events -[timed events] on flurry using corona sdk.

flurry ios sdk provides function for managing and writing log timed events. but corona analytics have only 2 functions init, and logEvent with optional parameters.

so how can i write timed events on flurry using Corona sdk.

following is the sample code in IOS for writing timed events:

[Flurry logEvent:@“Level Played” withParameters:params timed:YES];

Flurry’s timed events feature isn’t supported in Corona.

Depending on your use case, you may be able to use event parameters as an alternative.  For example, to see how long it takes a user to complete a level, you can pass the time as a parameter (or the time bucketed into discrete ranges).

  • Andrew

Flurry’s timed events feature isn’t supported in Corona.

Depending on your use case, you may be able to use event parameters as an alternative.  For example, to see how long it takes a user to complete a level, you can pass the time as a parameter (or the time bucketed into discrete ranges).

  • Andrew