Skip to content

EasyTracker with Fragments support for Google Analytics EasyTracker library

License

Notifications You must be signed in to change notification settings

inteist/EasyTracker

Repository files navigation

DEPRECATED (out of date)

EasyTracker

EasyTracker with Fragments support for Google Analytics EasyTracker library.

Original library can be found in the downloads section of the analytics-api-samples project:

https://code.google.com/p/analytics-api-samples/
https://code.google.com/p/analytics-api-samples/downloads/

What is different

  • Supports Fragments out of the box
  • Has the analytics library included
  • Has a better implementatino of the EasyTracker as a singleton

Setup

  • Clone the repo
  • Import as existing project into your workspace
  • Reference the EasyTracker library project in your own project

NOTE: you don't need to add any additional libraries. This repository is self contained.

You may want to add a config file to your /res/values/ folder

<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="ga_api_key">UA-XXXXXXXX-X</string>

    <bool name="ga_debug">true</bool>
    <bool name="ga_auto_activity_tracking">true</bool>
    <bool name="ga_anonymizeIp">true</bool>

    <item name="ga_dispatchPeriod" format="integer" type="integer">120</item>

</resources>

Don't forget to add networking permissions to your AndroidManifest.xml

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

Copyright

This project is open source under Apache License Version 2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

EasyTracker with Fragments support for Google Analytics EasyTracker library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages