https://github.com/batchlabs/batch-ios-google-analytics-dispatcher
Batch.com iOS Google Analytics Dispatcher
https://github.com/batchlabs/batch-ios-google-analytics-dispatcher
Last synced: 8 months ago
JSON representation
Batch.com iOS Google Analytics Dispatcher
- Host: GitHub
- URL: https://github.com/batchlabs/batch-ios-google-analytics-dispatcher
- Owner: BatchLabs
- License: mit
- Created: 2020-03-04T10:52:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T09:04:58.000Z (almost 6 years ago)
- Last Synced: 2025-09-29T23:55:35.697Z (9 months ago)
- Language: Objective-C
- Size: 687 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://cocoapods.org/pods/BatchGoogleAnalyticsDispatcher)
[](https://github.com/BatchLabs/Batch-iOS-google-analytics-dispatcher/actions?query=workflow%3A%22iOS+CI%22)
[](https://sonarcloud.io/dashboard?id=BatchLabs_Batch-iOS-google-analytics-dispatcher)
Batch.com iOS Google Analytics Event Dispatcher
==================

# About
A ready-to-go dispatcher that sends event generated by Batch SDK to the Google Analytics dashboard using UTM tags.
The library will automatically start sending Google Analytics events once added in your app, there is no extra setup to be done.
More info about event dispatchers [here](https://doc.batch.com/ios/advanced/event-dispatchers).
You can find a guide explaining how to use the reported events [here](https://help.batch.com/en/articles/3597151-how-to-export-my-campaign-s-data-to-firebase-google-analytics-or-at-internet-using-events-dispatcher).
# Requirements
- Xcode 11
- iOS 8+
- Batch 1.15
# Installation
## CocoaPods
```
pod 'BatchGoogleAnalyticsDispatcher'
```
Read our [setup documentation](https://doc.batch.com/) to follow a step by step tutorial for integrating Batch features into your app.
## Carthage
```
github "BatchLabs/Batch-iOS-google-analytics-dispatcher"
```
>Warning: The carthage library depends on https://github.com/akashivskyy/GoogleAnalytics-Framework , as Google does not provide a Carthage distribution of GoogleAnalytics
# Documentation
- [Technical](https://doc.batch.com)
- [FAQ](https://batch.com/doc/faq/general.html)
- [Developer FAQ](https://batch.com/developers)
Copyright 2019-Present Batch.com