文件名称:GoogleReporter:轻松与iOS应用中的Google Analytics(分析)集成
文件大小:18KB
文件格式:ZIP
更新时间:2024-02-24 04:12:50
macos swift ios tvos google-analytics
Google Reporter 轻松将Google Analytics(分析)集成到您的iOS,macOS和tvOS应用中,而无需下载任何Google SDK。 重要通知: Google正式取消了通过Google Analytics(分析)进行移动分析跟踪的选项。 要求新应用使用Firebase。 现有应用将于2019年10月31日停止收集数据。 但是,仍然可以通过将新的跟踪属性设置为网站而不是移动应用程序来使用此库(请参阅 )。 建立 可与Carthage&CocoaPods一起使用,或仅将GoogleReporter.swift放入您的项目中。 从您的AppDelegate的didFinishLaunchingWithOptions或您初始化应用程序的位置。 您需要使用UA-XXXXX-XX跟踪器ID配置GoogleReporter 。 import GoogleReporter @UIApplicationMain class AppDelegate : UIResponder , UIApplicationDelegate { func application
【文件预览】:
GoogleReporter-master
----.gitignore(1KB)
----GoogleReporter()
--------GoogleReporter.h(633B)
--------Info.plist(755B)
--------Source()
----GoogleReporter.xcodeproj()
--------xcshareddata()
--------project.pbxproj(26KB)
----.swiftlint.yml(37B)
----GoogleReporter.podspec(2KB)
----LICENSE(1KB)
----.swift-version(6B)
----Readme.md(5KB)