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

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

为谷歌标签管理器收集时,为什么页面URL更新了,文档标题却没有更新?始终显示首页标题。

4

1 回答 1

0

您必须在谷歌标签管理器标签中配置自定义标题,即在谷歌分析标签中为网页浏览设置标题为Field to set测试为其值。

于 2021-05-08T05:17:04.143 回答