Giter Club home page Giter Club logo

titanium-google-analytics's Introduction

Welcome to the Titanium Mobile Google Analytics Example Project

I started this project by creating a Titanium Module for wrapping 
the Google Analytics SDK iOS static library. However that effort 
faild; due to using the sql dynamic library 3.0. I just could not get it working!

So, I rolled out the functionality directly in Titanium.

It works exacly the same by tracking pageviews in a database and periodically sending them to Google
Analytics, if and when a network conection is available.

Note: To make sure that the database does not get flooded with data it holds a max of 1000 events.
This also helps load when it sends the events to Google. Once the event is sent to Google it is ejected
from the database.

To use: all you need is the analytics.js file and follow the examples in the app.js.

WARNING: Although I've writen the "trackEvent" function, I haven't updated the Google Analytics
parameters to handle traking of events....ie. I still need to finish this off! :)

From Google: You must indicate to your users, either in the application itself or in your 
terms of service, that you reserve the right to anonymously track and report a user's activity 
inside of your app.

I hope some people find this useful.


----------------------------------

Copyright (c) 2010 by Roger Chapman. All Rights Reserved.

This code is licensed under the MIT License. Please
see the LICENSE file for the full license.

titanium-google-analytics's People

Contributors

johnschimmel avatar rogchap avatar sberryman avatar joaolsilva avatar

Stargazers

 avatar

Watchers

 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.