React Native埋点SDK
1. 集成SDK
1. 添加跟踪代码
apply plugin: 'com.android.application'
android {
defaultConfig {
resValue("string", "growingio_project_id", "您的项目ID")
resValue("string", "growingio_url_scheme", "您的URL Scheme")
}
}
dependencies {
//GrowingIO RN 埋点 SDK
implementation 'com.growingio.android:vds-android-agent:RN-track-2.8.19'
}2. 重要配置
2. 自定义数据上传
3. 创建应用
4. 验证SDK是否正常采集数据
Last updated
Was this helpful?