kw website Edit Header Tags to include google analytics user id code
We currently have the ability to enter our google analytics tag and track website information using the google anayltics app. In order to track user id information from the google analytics tag, we need the ability to edit the header tag on each page. We can currently only do that if we are building a custom page but not on any other existing pages like the homepage.
Collecting this information would be very helpful. An example of what we would need to edit:
gtag('config', 'TAGID', {
'userid': 'USER_ID'
});
7
votes
