Reader small image

You're reading from  Getting Started with Flurry Analytics

Product typeBook
Published inDec 2013
Reading LevelIntermediate
PublisherPackt
ISBN-139781782177128
Edition1st Edition
Languages
Right arrow
Author (1)
Bhanu Birani
Bhanu Birani
author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani

Right arrow

Preface

Flurry Analytics provides you with an independent way of tracking your application, with a seamlessly user-friendly, web-based interface to access all the statistical data. Flurry emphasizes providing better control for management over their application and in turn, helps with management decisions by improving product roadmaps to have better user acquisition, engagement, and retention.

This book will teach you the fundamentals of getting started with Flurry Analytics and integrating it in your iOS application. As this book is meant to quickly get you familiar with Flurry and will cover all the important aspects of Flurry Analytics and its iOS SDK, it will cover a lot of subjects very quickly. Throughout the book, we will be dealing with the direct implementations by using effective examples and code. This approach will help you implement the example code and integrate the same thing in to your project quickly.

Working with Flurry is easy. This book will allow you to set up your application in no time. The book explains all the topics using code and includes lots of useful tips that explain all the little parts of Flurry.

One of the key points is segmentation and funnel, which helps you track your application usage for specific user paths. Flurry works for multiplatform applications and web development as well. Flurry also helps you to increase application monetization with better user retention and engagement strategies.

What this book covers

This book is written to get you familiar with the basic fundamentals of using Flurry to fulfil your application analytics. To achieve this, the book is organized in easy to understand examples and codes.

Chapter 1, Getting Ready with Flurry, starts by looking at advantages of using Flurry Analytics. Then, you will learn about configuring your account and applications on Flurry and Flurry's integration in your project. Finally, we will end the chapter by adding some code so you can start tracking applications on Flurry.

Chapter 2, Tracking Applications, explains the ways to set up goals to track your application on Flurry. We'll learn about various ways to track application data in terms of time spent by users on the application, module-based tracking, and tracking the specific version of application.

Chapter 3, Data Analysis, will explain the ways to analyze the data generated by Flurry. This chapter also explains the various features of Flurry that help when analyzing data to generate significant information.

Chapter 4, Technical Analytics, starts by exploring the ways to track application crashes and reading crash analytics data. This chapter also explains how to gather data to stabilize your application. Then finally, we will learn about data usage and its advantages in market analysis.

Chapter 5, Using Your Data, starts by explaining the ways in which the data generated by Flurry can be used to strengthen strategies. Then we will learn about various ways to use the features provided by Flurry to enhance its analytic capabilities. Then we will learn about Push sending options. Finally, we will learn some ways to read the statistics and graphs generated by Flurry.

What you need for this book

You'll need the following things to start writing applications for iOS devices using Parse SDK:

  • An Intel-based Mac running Leopard (OS X 10.5.3 or higher)

  • Xcode IDE

  • You must be enrolled as an iPhone developer in order to test the example projects in your device

Who this book is for

If you want to instantly add analytics to your application, then this book is for you. In this book, you will learn to use Flurry Analytics to track your application and read the data generated to produce significant results. This book helps you to look beyond the number of downloads of your application to actually investigate the way users are interacting with your application.

This book uses Objective-C as its main language, so a basic knowledge of Objective-C is a must. This book assumes that you understand the fundamentals of object-oriented programming and programming in general.

This book is designed to get you started using Flurry Analytics with an iPhone or iPad, so you should be familiar with the iPhone or iPad itself. The iPhone is a great platform for programming as it looks nice and feels nice. Flurry helps you to add analytics to your application in order to track user behavior and improve user retention and engagement.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "In AppDelegate.h file, find the application:didFinishLaunchingWithOptions: method and find where we are registering for push notifications".

A block of code is set as follows:

- (BOOL)application:(UIApplication *)application
 didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    ...
    // Register for push notifications
    [application registerForRemoteNotificationTypes: 
                                 UIRemoteNotificationTypeBadge |
                                 UIRemoteNotificationTypeAlert |
                                 UIRemoteNotificationTypeSound];
    ...
}

All the command-line input or output is written as follows:

curl -s https://www.parse.com/downloads/cloud_code/installer.sh | sudo /bin/bash

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes appear in the text like this: "After clicking on the Event Summary, you can see the list of events you have created".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply send an e-mail to , and mention the book title via the subject of your message.

If there is a topic that you need and would like to see us publish, please send us a note in the SUGGEST A TITLE form on www.packtpub.com or e-mail .

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the errata submission form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded on our website, or added to any list of existing errata, under the Errata section of that title. Any existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Piracy

Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works, in any form, on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors, and our ability to bring you valuable content.

Questions

You can contact us at if you are having a problem with any aspect of the book, and we will do our best to address it.

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Getting Started with Flurry Analytics
Published in: Dec 2013Publisher: PacktISBN-13: 9781782177128
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Author (1)

author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani