从与Firebase分析相关的bigquery获取人口统计信息 [英] Get demographic information from bigquery connected with firebase analytics

查看:171
本文介绍了从与Firebase分析相关的bigquery获取人口统计信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将Firebase Analytics数据导出到BigQuery,并且在人口统计查询方面遇到一些问题.

I export Firebase Analytics data to BigQuery and I have some problems with demographics queries.

我想查询有关性别或年龄的信息,但是我找不到此信息 BigQuery导出架构

I want to do queries about gender or age but I don't found this information in BigQuery Export schema or Event and parameter details.

有人知道我该怎么做吗?

Someone know how I can do this?

提前谢谢!

推荐答案

用户属性是您定义的用于描述用户群细分的属性,例如语言偏好或地理位置.

User properties are attributes you define to describe segments of your userbase, such as language preference or geographic location.

Analytics(分析)会自动记录一些 user properties ;您无需添加任何代码即可启用它们.如果您的应用需要收集其他数据,则可以在应用中最多设置25个不同的Google Analytics(分析)用户属性.查看更多详细信息 here

Analytics automatically logs some user properties; you don't need to add any code to enable them. If your app needs to collect additional data, you can set up to 25 different Analytics User Properties in your app. See more details here

注意:仅当您的应用链接到广告支持框架时,才会自动收集年龄",性别"和兴趣"属性.链接到此框架还会自动收集广告标识符(IDFA).

Note: Age, Gender, and Interests properties are automatically collected only if your app links to the Ad Support framework. Linking to this framework also automatically collects the Advertising Identifier (IDFA).

Firebase Analytics中的人口统计和兴趣数据:

Demographics and interests data in Firebase Analytics:

Firebase Analytics从以下网站收集受众特征和兴趣数据: 以下来源:

Firebase Analytics collects demographics and interests data from the following sources:

  • Android广告ID.仅适用于应用活动.当您在Android应用中使用Firebase Analytics跟踪代码时,Firebase Analytics(分析)会根据ID产生识别码,其中包括 与用户应用相关的受众特征和兴趣信息 活动.
  • 用于广告商的iOS标识符(IDFA).仅适用于应用活动.在iOS应用中使用Firebase Analytics跟踪代码时 为了收集IDFA,Firebase Analytics会根据 在IDFA上,其中包含人口统计和兴趣信息 与用户的应用活动相关联.
  • The Android Advertising ID. Applies to app activity only. When you use the Firebase Analytics tracking code in an Android app, Firebase Analytics generates an identifier based on the ID that includes demographic and interest information associated with users’ app activity.
  • The iOS Identifier for Advertisers (IDFA). Applies to app activity only. When you use the Firebase Analytics tracking code in an iOS app to collect the IDFA, Firebase Analytics generates an identifier based on the IDFA that includes demographic and interest information associated with users’ app activity.

当设备广告ID不存在时,Firebase Analytics 无法收集受众特征和兴趣信息.所以, 受众特征和兴趣数据可能仅适用于 您的用户,可能并不代表您的整体构成 交通.

When the Device Advertising ID is not present, Firebase Analytics cannot collect demographics and interests information. Consequently, demographics and interests data may only be available for a subset of your users, and may not represent the overall composition of your traffic.

此外,由于隐私原因,Firebase Analytics人口统计报告看起来已达到阈值.有了足够的数据后-每个年龄段/性别组至少有10位用户-将显示该组的数据.

Also, looks like Firebase Analytics demographic reports is thresholded for privacy reasons. Once you have enough data -- at least 10 users per age/gender bracket -- data for that bracket will be shown.

更新

年龄,性别和兴趣是Google专有的数据,不会导出到BigQuery.

Age, Gender and Interests are proprietary Google-owned data which are not exported to BigQuery.

这篇关于从与Firebase分析相关的bigquery获取人口统计信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆