如何在 Google Analytics 4 的用户报告中显示自定义参数

问题描述

我想在用户报告中显示定义参数(下一张图片

Click to see where I need to show the parameters in Google Analytics 4 User Report

我使用以下代码创建了事件:

gtag('event','stop',{
      page_title: myTitle,page_location: myPage
      timeView : timeView
});

解决方法

您必须在界面中启用自定义参数才能使用它们。

或者,如果您已将 GA4 Stream 链接到 BigQuery,则可以在那里找到它们。