Merge branch ‘master’ of https://github.com/PerfectlySoft/Perfect-GoogleAnalytics-MeasurementProtocol
Google Analytics Measurement Protocol support for Perfect
This project provides a Swift interface to the Google Analytics Measurement Protocol.
This package builds with Swift Package Manager and is part of the Perfect project.
Ensure you have installed and activated the latest Swift 4 tool chain.
PerfectGAMeasurementProtocol.propertyid = "UA-XXXXXXXX-X" let gaex = PerfectGAEvent() gaex.user.uid = "donkey" gaex.user.cid = "kong" gaex.session.ua = "aua" gaex.traffic.ci = "ci" gaex.system.fl = "x" gaex.hit.ni = 2 do { let str = try gaex.generate() print(str) let resp = gaex.makeRequest(useragent: "TestingAPI1.0", body: str) print(resp) } catch { print("\(error)") }
For full API documentation please visit https://www.perfect.org/docs/api-Perfect-GoogleAnalytics-MeasurementProtocol.html
Add this project as a dependency in your Package.swift file.
.Package(url: "https://github.com/PerfectlySoft/Perfect-GoogleAnalytics-MeasurementProtocol.git", majorVersion: 3)
For more information on the Perfect project, please visit perfect.org.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Perfect Google Analytics Measurement Protocol
Google Analytics Measurement Protocol support for Perfect
This project provides a Swift interface to the Google Analytics Measurement Protocol.
This package builds with Swift Package Manager and is part of the Perfect project.
Ensure you have installed and activated the latest Swift 4 tool chain.
Example usage:
API Documentation
For full API documentation please visit https://www.perfect.org/docs/api-Perfect-GoogleAnalytics-MeasurementProtocol.html
Building
Add this project as a dependency in your Package.swift file.
Further Information
For more information on the Perfect project, please visit perfect.org.