Git Product home page Git Product logo

ti.flurry's Introduction

Titanium Module for Flurry Analytics Build Status

This is the Flurry Analytics Module for Titanium. It will provide you with access to Flurry integration in your Titanium iPhone/Android application.

Application Initialization

To setup your app, you need to initialize the module with your Flurry application API key. You should place this command in your app.js:

var Flurry = require("ti.flurry");
Flurry.initialize("YOUR_API_KEY");

Make sure you replace YOUR_API_KEY with your actual key.

That's it for the basics. You should now receive Flurry analytics data.

Extra Stuff

Forcing Transmission on Shutdown (iOS Only)

By default, Flurry will only log upon subsequent runs of the application and caches logged data on the device. You can force Flurry to attempt to send data upon exit of the app by calling the following API:

Flurry.reportOnClose(true);

Custom Event Logging

To log events using custom events, you can call the following API:

Flurry.logEvent(event_name,parameters);

Where event_name is a string name of your event and where parameters (optional) is a Javascript dictionary of key value pairs (JSON serializable) that you want to associate with the event.

Contributors

  • Pedro Enrique
  • Jon Alter
  • Ayo Adesugba

Interested in contributing? Read the contributors/committer's guide.

Legal

This module is Copyright (c) 2010 by Appcelerator, Inc. All Rights Reserved. Flurry is Copyright(c) 2010 by Flurry, Inc. Usage of this module is subject to the Terms of Service agreement of Flurry, Inc. as well as your Terms of Service agreement with Appcelerator, Inc.

ti.flurry's People

Contributors

adesugbaa avatar ashcoding avatar ingo avatar jonalter avatar pec1985 avatar

Watchers

 avatar  avatar

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.