2020-10 escaped the Lab
Unfortunately notes on the subject weren’t taken, so I have to go over the genetics with you
- A new OnSessionStarted event
- This event is executed when Flurry has registered your API key as valid or the activity started.
- A new EndTimedEvent function
- If you’ve previously used the StartTimedEvent function with parameters “event” and “parameters” then you can use EndTimedEvent!
- When using the StartTimedEvent it will capture the vent duration, along with the event name and parameters!
- Parameter “event” is meant to be an identifier to what you want to log.
- Parameter “parameters” is meant to be additional information on the event you want to log. Use a dictionary with the key being a parameter name and the value being… anything!
- There’s a max of 10 parameters (or keys when you’re using a dictionary).
- If you’ve previously used the StartTimedEvent function with parameters “event” and “parameters” then you can use EndTimedEvent!
- A new GetSessionId function
- Returns a unique session id.
- A new GetTimedEvents function
- This will return event names registered by StartTimedEvent.
- A new IsSessionActive function
- Returns if Flurry has registered your API key as valid or the activity has started.
- An enhanced LogEvent function
- It has the same parameters as the StartTimedEvent block, however has the same function as the previous LogEvent function with the addition to parameters.
- An enhanced and renamed SetApiKey function
- You can now put this under any block, anywhere!
- The package name is now com.github.stormifire.draco even though this project is not on Github
How to find my events?
* Events can take up to 24 hours or longer to show.
- Go to Flurry Analytics
- Depending on your device, there will be 5 outlined boxes at the top
- Click one that says “+ EVENT”
- Select your event
How to find my events WITH parameters?
* Events WITH parameters can take up to 24 hours or longer to show.
- Go to Flurry Analytics
- There should be 1 outlined box under “PARAMETER VALUES”
- Click the one that says “+ EVENT PARAM VALUE”
- Select your parameter (The event name will show on the third line of the item list, the value will show on the first line)
How to find the real-time analytics?
* Real-time analytics may not be available upon adding Draco to your application. Please wait 24 hours or less for results to appear.
- Go to Flurry Analytics
- Depending on your device, there will be 5 outlined boxes at the top
- Click one that says “+ APP”
- Select the application you have Flurry registered for
Why are events not logging in the Companion?
It’s not possible to do so.
Why are real-time analytics not working in the Companion?
Look at “Why are events not logging in the Companion?”
Leave the Lab!
com.github.stormifire.draco.aix (433.8 KB)