Skip to content

richsage/Phonegap-Flurry-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PhoneGap plugin for Flurry Analytics (iOS) 
==========================================

Made this simple plugin for use in an internal iOS project. Now sharing with the world.
Right Now it just supports two methods - logPageView() and logEvent(eventName)


Usage
=====

Like any other PGPlugin drag it into your project, include flurryplugin.js file in your application, modify PhoneGap.plist to bind FlurryPlugin to com.phonegap.flurry namespace. And call plugins.flurry.logPageView() or plugins.flurry.logEvent(eventName) from your HTML5 Application.
(Make sure you have added the Flurry library to your project and 'startSession' call in your AppDelegate)

This code is completely dependent on the PhoneGap project, also hosted on
GitHub ( github.com/phonegap/phonegap )

About

Phonegap plugin (iOS) to use Flurry Analytics Event tracking and Pageview tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published