Ti.flurry
The Flurry Analytics Module for Appcelerator Titanium
Install / Use
/learn @appcelerator-archive/Ti.flurryREADME
Titanium Module for Flurry Analytics
This is the Flurry Analytics Module for Titanium. It will provide you with access to Flurry integration in your Titanium iPhone/Android application.
Supported versions
Currently Ti.Flurry is tested to work with Titanium SDK 7.0.0 and later.
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.
Enable Crash Reporting
Thanks to @wgriffiths for this!
If you have a look at the master branch you can use the initializeWithCrashReporting method to setup Flurry. You will then get crash reporting. If your using iOS you can only have one crash reporting system active so you will need to disable your google analytics crash reporting.
Flurry.initializeWithCrashReporting('API_KEY');
Contributors
- Pedro Enrique
- Jon Alter
- Ayo Adesugba
- Hans Knoechel
Interested in contributing? Read the contributors/committer's guide.
Legal
This module is Copyright (c) 2010-present by Axway Appcelerator. 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.
Related Skills
feishu-drive
339.5k|
things-mac
339.5kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
339.5kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
yu-ai-agent
2.0k编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。
