Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios Firebase Analytics未显示utm*参数_Ios_Firebase_Firebase Analytics - Fatal编程技术网

Ios Firebase Analytics未显示utm*参数

Ios Firebase Analytics未显示utm*参数,ios,firebase,firebase-analytics,Ios,Firebase,Firebase Analytics,我已经建立了Firebase Analytics,并且成功地使用了动态深度链接,但是当我查看属性报告时,没有utm_source、utm_medium等的数据 以下是一个动态链接示例: https://[redacted app_code].app.goo.gl/?ibi=com.[redacted hostname].FirebaseTest&ifl=http://www.[redacted hostname].com/apps&ad=1&utm_source=test

我已经建立了Firebase Analytics,并且成功地使用了动态深度链接,但是当我查看属性报告时,没有utm_source、utm_medium等的数据

以下是一个动态链接示例:

https://[redacted app_code].app.goo.gl/?ibi=com.[redacted hostname].FirebaseTest&ifl=http://www.[redacted hostname].com/apps&ad=1&utm_source=testsource&utm_medium=testmedium&utm_campaign=testcampaign&link=http%3A%2F%2Fwww.[redacted hostname].com%2Fdeep%2Flink
这是启用了FiranalyticsDebug的部分日志:

2016-07-26 10:57:25.327 FirebaseTest[951:] <FIRAnalytics/INFO> Successfully created Firebase Analytics App Delegate Proxy automatically. To disable the proxy, set the fla`g FirebaseAppDelegateProxyEnabled to NO in the Info.plist
2016-07-26 10:57:25.389 FirebaseTest[951:] <FIRAnalytics/DEBUG> Network status has changed. Code, status: 2, Connected
2016-07-26 10:57:26.104 FirebaseTest[951:] <FIRAnalytics/DEBUG> Deep Link does not contain valid required params. URL params: {
        ap = [redacted app_code];
        c = testcampaign;
        "deep_link_id" = "http://www.[redacted hostname].com/deep/link?utm_source=testsource&utm_medium=testmedium&utm_campaign=testcampaign";
        lt = "DDL_LONG";
        m = testmedium;
        s = testsource;
    }
[...]
2016-07-26 10:57:26.180 FirebaseTest[951:] <FIRAnalytics/DEBUG> Configuration was not found in database. The configuration will be fetched from the network when necessary
2016-07-26 10:57:26.185 FirebaseTest[951:] <FIRAnalytics/DEBUG> Firebase Analytics is ready to receive events
2016-07-26 10:57:26.188 FirebaseTest[951:] <FIRAnalytics/DEBUG> Setting user property. Name, value: _fot, 1469494800000
2016-07-26 10:57:26.190 FirebaseTest[951:] <FIRAnalytics/DEBUG> User property set. Name, value: _fot, 1469494800000
2016-07-26 10:57:26.204 FirebaseTest[951:] <FIRAnalytics/DEBUG> Logging event: origin, name, params: auto, _f, {
        "_c" = 1;
        "_o" = auto;
    }
2016-07-26 10:57:27.354 FirebaseTest[951:] <FIRAnalytics/DEBUG> Event logged. Event name, event params: _f, {
        "_c" = 1;
        "_o" = auto;
    }
2016-07-26 10:57:27.374 FirebaseTest[951:] <FIRAnalytics/DEBUG> Timer scheduled to fire in approx. (s): 12.88030302524567
2016-07-26 10:57:27.375 FirebaseTest[951:] <FIRAnalytics/DEBUG> Upload task scheduled to be executed in approx. (s): 12.88030302524567
[...]
2016-07-26 10:57:40.553 FirebaseTest[951:] <FIRAnalytics/DEBUG> Launching attribution SafariViewController...
2016-07-26 10:57:40.590 FirebaseTest[951:] <FIRAnalytics/DEBUG> Attribution SafariViewController launched. URL: https://www.googleadservices.com/pagead/conversion/app/connect/com.[redacted hostname].FirebaseTest/?app_event_type=web_bridge&idtype=idfa&lat=0&rdid=3636183D-32D6-4EA2-B4E7-998A2C459D27&sdkversion=gmp-sdk-i-v3201
2016-07-26 10:57:41.006 FirebaseTest[951:] <FIRAnalytics/DEBUG> Attribution SafariViewController request completed. Status: 1
2016-07-26 10:57:41.023 FirebaseTest[951:] <FIRAnalytics/DEBUG> Starting data upload
2016-07-26 10:57:41.039 FirebaseTest[951:] <FIRAnalytics/DEBUG> Saving bundle. size (bytes): 362
2016-07-26 10:57:41.040 FirebaseTest[951:] <FIRAnalytics/DEBUG> Bundle added to the upload queue. BundleID, timestamp (ms): 1, 1469494657413
2016-07-26 10:57:41.068 FirebaseTest[951:] <FIRAnalytics/DEBUG> Measurement data sent to network. Timestamp (ms), data: 1469494661065, <ACPMeasurementBatch 0x14e054c90>: {
        bundles {
          protocol_version: 1
          events {
            params {
              name: "_c"
              int_value: 1
            }
            params {
              name: "_o"
              string_value: "auto"
            }
            name: "_f"
            timestamp_millis: 1469494645253
          }
[... nothing in here with any utm data ...]
2016-07-26 10:57:25.327 Firebase测试[951:]已成功自动创建Firebase Analytics应用程序代理。要禁用代理,请在Info.plist中将fla`g FirebaseAppDelegateProxyEnabled设置为否
2016-07-26 10:57:25.389 FirebaseTest[951:]网络状态已更改。代码,状态:2,已连接
2016-07-26 10:57:26.104 FirebaseTest[951:]深度链接不包含有效的必需参数。URL参数:{
ap=[修订的应用程序代码];
c=试验活动;
“深度链接id=”http://www.[修订的主机名].com/deep/link?utm_source=testsource&utm_medium=testmedium&utm_campaign=testcampaign”;
lt=“DDL_LONG”;
m=试验培养基;
s=测试源;
}
[...]
2016-07-26 10:57:26.180在数据库中未找到FirebaseTest[951:]配置。必要时将从网络获取配置
2016-07-26 10:57:26.185 Firebase测试[951:]Firebase Analytics已准备好接收事件
2016-07-26 10:57:26.188 FirebaseTest[951:]设置用户属性。名称、值:_fot,146949480000
2016-07-26 10:57:26.190 FirebaseTest[951:]用户属性集。名称、值:_fot,146949480000
2016-07-26 10:57:26.204 FirebaseTest[951:]记录事件:来源、名称、参数:自动{
“_c”=1;
“_o”=自动;
}
2016-07-26 10:57:27.354 FirebaseTest[951:]事件已记录。事件名称、事件参数:{
“_c”=1;
“_o”=自动;
}
2016-07-26 10:57:27.374 FirebaseTest[951:]计划在大约(s)内点火的计时器:12.8803002524567
2016-07-26 10:57:27.375 FirebaseTest[951:]上传任务计划在大约(秒)内执行:12.8803002524567
[...]
2016-07-26 10:57:40.553 FirebaseTest[951:]启动属性SafariViewController。。。
2016-07-26 10:57:40.590 FirebaseTest[951:]属性SafariViewController启动。网址:https://www.googleadservices.com/pagead/conversion/app/connect/com.[修订的主机名].FirebaseTest/?应用程序\事件\类型=网络\网桥&idtype=idfa&lat=0&rdid=3636183D-32D6-4EA2-B4E7-998A2C459D27&sdkversion=gmp-sdk-i-v3201
2016-07-26 10:57:41.006 FirebaseTest[951:]属性SafariViewController请求已完成。现状:1
2016-07-26 10:57:41.023 FirebaseTest[951:]开始上传数据
2016-07-26 10:57:41.039 FirebaseTest[951:]正在保存捆绑包。大小(字节):362
2016-07-26 10:57:41.040 FirebaseTest[951:]捆绑已添加到上载队列。BundleID,时间戳(ms):11469494657413
2016-07-26 10:57:41.068 FirebaseTest[951:]将测量数据发送到网络。时间戳(毫秒),数据:1469494661065,:{
捆{
协议版本:1
事件{
params{
姓名:“_c”
int_值:1
}
params{
姓名:“_o”
字符串值:“自动”
}
名称:“\u f”
时间戳_millis:146949464553
}
[…此处没有任何utm数据…]
我注意到
深度链接不包含有效的必需参数
部分…什么是“必需参数”


要在Firebase Analytics的属性选项卡中查看传入的utm*数据,是否还需要执行其他操作?

根据您的评论,Firebase Dynamic Link已经处理了URL,他们应该已经向Firebase Analytics报告活动。您无需执行任何其他操作。

根据您的评论,Firebase Dynamic Link already已经处理了URL,他们应该已经将活动报告给Firebase Analytics。您不需要做任何其他事情