let client = GoogleAnalytics(
httpClient: .urlSession(.shared),
appId: "1:211175559289:ios:121555f3c816aecc3cd5d8"
apiSecret: "bCab-SdfDBi2L3ZPaYHYfw",
appInstanceId: UUID().uuidString.replacing("-", with: "")
)
try await client.log(
for: Event(
name: "login",
parameters: ["method": "Google"]
)
)-
Notifications
You must be signed in to change notification settings - Fork 0
Google Analytics REST API Client for Swift
License
zunda-pixel/googleanalytics-swift
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Google Analytics REST API Client for Swift