Google Analytics Provider is available under the MIT license. See the LICENSE file for more info.
Want to help?
Feel free to submit a pull request whether it’s a clean up, a new approach to handling things, adding a new part of the API, or even if it’s just a typo. All help is welcomed! 😀
Google Analytics Provider
A Vapor provider for Google Analytics - a pure Swift implementation of Google Analytics Measurement Protocol
Getting Started
In your
Package.swift
file, add the followingRegister the config and the provider to your Application
And you are all set. Interacting with the API is quite easy.
And you can always check the documentation to see the required parameters for specific API calls.
Whats Implemented
Common Hit Types
Error and Quotas
Author
License
Google Analytics Provider is available under the MIT license. See the LICENSE file for more info.
Want to help?
Feel free to submit a pull request whether it’s a clean up, a new approach to handling things, adding a new part of the API, or even if it’s just a typo. All help is welcomed! 😀