2
0

🐛 (ga) Fix gtag not initializing properly

This commit is contained in:
Baptiste Arnaud
2023-07-11 08:09:11 +02:00
parent 5587bfb0e9
commit 8ce5447012
5 changed files with 36 additions and 23 deletions

View File

@@ -46,7 +46,8 @@ export const GoogleAnalyticsSettings = ({
return (
<Stack spacing={4}>
<TextInput
label="Tracking ID:"
label="Measurement ID:"
moreInfoTooltip="Can be found by clicking on your data stream in Google Analytics dashboard"
defaultValue={options?.trackingId ?? ''}
placeholder="G-123456..."
onChange={updateTrackingId}