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
Use Google Analytics
google_analytics(payload: { path: '/page-path', hostname: 'mysite.com', title: 'A Page!' } )
google_exception(payload: { description: 'RuntimeException', fatal: true })
google_timing(payload: { category: 'runtime', variable: 'db', label: 'query', time: 50 })
google_event(payload: { category: 'video', action: 'play', label: 'cars', value: 1 })
For any other issues and feedback about this plugin, please submit it to this repository.
fastlane
is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.