- I initialized google tag manager by using the below code.
import TagManager from 'react-gtm-module';
const tagManagerArgs = {
gtmId: 'GTM-TLDWCL3'
}
TagManager.initialize(tagManagerArgs);
- I set the page title at every page component by using the below code.
document.title="test"
When collecting for google tag manager, why document title does not update although the page URL update? Always display first page title.