Skip to content

hjanuschka/fastlane-plugin-google_analytics

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages