在我的简单应用程序中,我有应用程序生成的数据:
[{"cityName" : "Asm", "countyName" : "Sihel", "missingObjectType" : "Client", "appCode": "1"}]我希望有一个针对城市和县的缺失对象类型的报告,所以有几个我会在我的报告中说一些类似的东西:
there are 50 missing clients in city Asm in appCode 1
there are 22 missing clients in country Sihel in appCode 1
there are 50 missing clients in appCode 1我如何将这些数据发送到GA,这样我才能获得实际显示可操作报告的报告,就像上面这样?
发布于 2020-02-08 22:16:57
您可以使用custom dimensions将您的数据传递给分析,但是这些数据不会显示在标准报告中,您需要使用Custom Reports、API或secondary dimensions。
https://stackoverflow.com/questions/60121945
复制相似问题