[gatsby-plugin-google-gtag] Accept a measurementIds in options #34407
Unanswered
tcjcodes
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setting up a brand new web stream in the analytics gtag setup gives a "Measurement ID". It seems as though this replaces the
trackingId
that was accepted before (based on #27627).This seems to still work with the plugin, since it calls
gtag('config', trackingId)
here, but the field name should probably be updated to match.Here's the recommended code from google from the Add new on-page tag section:
Beta Was this translation helpful? Give feedback.
All reactions