Draco is here to provide a FREE experience with Flurry Analytics to provide Crash Analytics, just how many people use your app, and how many times it’s been opened since the current day!
StartAnalytics(arg0)
- In the arg0
area or otherwise known as directly shown “key,” is your API Key provided to you when adding your app to Flurry. It even shows when you’re in the Companion! This can go anywhere in your blocks. How do I access Flurry? It’s located at https://dev.flurry.com/.
LogEvent(arg0)
- In the arg0
area or otherwise know as directly shown “name,” is the name of an event you would like logged to Flurry. This can be used to log how many times people have pressed a button in your app. Details to find how these events can be found at the docs of Flurry.
io.github.kodedscorpius.draco.aix (476.2 KB)
The version code is 0
because the LogEvent(arg0)
sometimes does not register to Flurry. Once this is fixed, it will be bumped to 1
. This could be because events can’t be logged while in the Companion.