React - 为什么 Google Analytics 的文档标题没有更新?

问题描述

  1. 我使用以下代码初始化了 google 标签管理器。
import TagManager from 'react-gtm-module';
const tagManagerArgs = {
  gtmId: 'GTM-TLDWCL3'
}

TagManager.initialize(tagManagerArgs);
  1. 我使用以下代码为每个页面组件设置了页面标题
document.title="test"

为google标签管理器收集时,为什么页面URL更新但文档标题不更新?始终显示首页标题

解决方法

您必须在 Google Tag Manager 标签中配置自定义标题,即在用于网页浏览的 Google Analytics 标签中将标题设置为 Field to settest 作为其值。