事件数据,通过 Google 跟踪代码管理器发送,在 Google Bigquery 中不可见
Event data, sent from via Google Tag Manager, not visible in Google Bigquery
我在 Google 标签管理器中创建了一些常用事件:类别、操作标签。我在 Google Analytics Reports 中看到它们,但在行 Google Bigquery Streaming.
中没有看到它们
这是跟踪代码管理器中的一个事件
我在 Google 分析行中看到它
但 Big Query 中没有任何内容
有人遇到过这个问题吗?我在任何地方都找不到任何东西(但也许我查询 Google 搜索不正确)。
请帮忙
为避免在将数据从 GA 导出到 BigQuery 时出错,您需要按照 Google 官方 documentation
中所述验证以下内容
避免导出失败
Failure to complete and maintain each of the following items can temporarily disable your account and cause daily BigQuery Exports from Analytics to fail. Keep in mind that we cannot reprocess failed exports that are caused by your failure to complete or maintain each of the following.
Make sure the service account has the necessary permissions
If at any point the service account (analytics-processing-dev@system.gserviceaccount.com) does not have EDIT access to the project, then data won’t be exported.
Ensure that billing is enabled.
If you created your BigQuery account using the free-trial option, make sure you upgrade to a paid account before the trial ends.
You can use a backup credit card to further avoid billing interruptions.
If you prefer to use Invoices instead of paying for Google Cloud using credit cards, contact Google Cloud Sales to discuss payment options.
Ensure that the BigQuery API is enabled.
In Google Cloud Platform > your project > APIs & Services > Dashboard, make sure the BigQuery API is enabled.
如果你这边的一切都设置正确,我建议你向 Analytics 360 support 寻求更多帮助
我在 Google 标签管理器中创建了一些常用事件:类别、操作标签。我在 Google Analytics Reports 中看到它们,但在行 Google Bigquery Streaming.
中没有看到它们这是跟踪代码管理器中的一个事件
我在 Google 分析行中看到它
但 Big Query 中没有任何内容
有人遇到过这个问题吗?我在任何地方都找不到任何东西(但也许我查询 Google 搜索不正确)。
请帮忙
为避免在将数据从 GA 导出到 BigQuery 时出错,您需要按照 Google 官方 documentation
中所述验证以下内容避免导出失败
Failure to complete and maintain each of the following items can temporarily disable your account and cause daily BigQuery Exports from Analytics to fail. Keep in mind that we cannot reprocess failed exports that are caused by your failure to complete or maintain each of the following.
Make sure the service account has the necessary permissions
If at any point the service account (analytics-processing-dev@system.gserviceaccount.com) does not have EDIT access to the project, then data won’t be exported. Ensure that billing is enabled. If you created your BigQuery account using the free-trial option, make sure you upgrade to a paid account before the trial ends. You can use a backup credit card to further avoid billing interruptions. If you prefer to use Invoices instead of paying for Google Cloud using credit cards, contact Google Cloud Sales to discuss payment options. Ensure that the BigQuery API is enabled.
In Google Cloud Platform > your project > APIs & Services > Dashboard, make sure the BigQuery API is enabled.
如果你这边的一切都设置正确,我建议你向 Analytics 360 support 寻求更多帮助