You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to enable google analytics but noticed the README description is outdated.
I can see a file called gaId.vue with a property id: '?'. To enable google analytics, do I just replace ? with MEASUREMENT ID instead of the Tracking Id?
I updated id: '?' to id: 'G-XXXXXXXXXX' in file gaId.vue and it does not work. Google Analytics is not being registered.
The text was updated successfully, but these errors were encountered:
I've been trying to enable google analytics but noticed the README description is outdated.
I can see a file called
gaId.vue
with a propertyid: '?'
. To enable google analytics, do I just replace?
withMEASUREMENT ID
instead of theTracking Id
?I updated
id: '?'
toid: 'G-XXXXXXXXXX'
in filegaId.vue
and it does not work. Google Analytics is not being registered.The text was updated successfully, but these errors were encountered: