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

How can I show the custom parametrs in User Report in 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,您可以在那里找到它们。