No commit activity in last 3 years
No release in over 3 years
Fire universal Analytics
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.14.2
>= 0
>= 0
>= 0

Runtime

 Project Readme

google_analytics plugin

fastlane Plugin Badge

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-google_analytics, add it to your project by running:

fastlane add_plugin google_analytics

About

Use Google Analytics

Example

Pageview

google_analytics(payload: {  path: '/page-path', hostname: 'mysite.com', title: 'A Page!' } )

Exception

google_exception(payload: { description: 'RuntimeException', fatal: true })

Timing

google_timing(payload: { category: 'runtime', variable: 'db', label: 'query', time: 50 })

Event

google_event(payload: { category: 'video', action: 'play', label: 'cars', value: 1 })

Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

About fastlane

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.