Code Monkey home page Code Monkey logo

flurry's Introduction

>
> Flurry Analytics API for the Marmalade SDK
>

> What is the Flurry API for Marmalade?
The Flurry API for Marmalade is a cross platform analytics API that is compatible with the Marmalade SDK (see http://www.madewithmarmalade.com)

> What version of the Flurry API is supported?
Version 4.1.0 of the Flurry API has been used to create this extension

> Which platforms are supported?
Android and iOS

> What features are supported?
Analytics only

> How to use the Flurry APi for Marmalade
1. Copy the Flurry folder to the modules folder of your Marmalade SDK installation
2. Add Flurry to the subprojects section of your MKB file
3. Add #include "Flurry.h" to the source file(s) that will use the extension
4. See Flurry.h for more information on how to use the suplied functionality

> Simple log event example:
if (FlurryAvailable())
{
	s3eFlurryStartSession(api_key);
	s3eFlurryLogEvent("my event 1");
	s3eFlurryEndSession();
}

> Log multiple parameter event example:
if (FlurryAvailable())
{
	s3eFlurryStartSession(api_key);
	s3eFlurryLogEventParams("my event 2", "key1|value1|key2|value2|key3|value3");
	s3eFlurryEndSession();
}

> Log an error example:
s3eFlurryLogError("error name", "error message");

> Android specific:
In order to get full statistics, call s3eFlurryEndSession() on S3E_DEVICE_PAUSE, and s3eFlurryStartSession(api_key) again on S3E_DEVICE_UNPAUSE 

flurry's People

Contributors

mikkelskovby avatar

Watchers

Tim Closs avatar Rhett Lezama avatar James Cloos avatar Busan Kevin avatar  avatar  avatar Nick Smith avatar abaude avatar  avatar Lester Madden avatar Attila Horvath avatar Luan Bach avatar  avatar

flurry's Issues

Update FlurryAgent.jar

please if anyone have updated FlurryAgent.jar or link please can you send me .. i need to update because old is not longer supported Security Reason of Google

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.