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
The analytics script records pageviews automatically, including SPA navigation. Use the **All Pages** trigger only to load the script; do not add a second pageview tag.
Use `trackWebVitals` in React, Vue, and Nuxt, or `data-track-web-vitals` with the CDN script. The older `trackPerformance` option remains a deprecated compatibility alias; `trackWebVitals` takes precedence when both are set.
77
+
</Callout>
78
+
75
79
#### Batching & Performance
76
80
77
81
| Prop | Type | Default | Description |
@@ -139,7 +143,7 @@ Vue uses the same props as React but with kebab-case naming:
139
143
| Attribute | Type | Default | Description |
140
144
|-----------|------|---------|-------------|
141
145
|`data-client-id`|`string`| Required | Your client ID |
142
-
|`data-track-web-vitals`| flag |`false`|Track page performance and Core Web Vitals|
146
+
|`data-track-web-vitals`| flag |`false`|FCP, LCP, INP, CLS, TTFB, and FPS|
143
147
|`data-track-errors`| flag |`false`| Track JavaScript errors |
144
148
|`data-track-outgoing-links`| flag |`false`| Track external links |
145
149
|`data-track-interactions`| flag |`false`| Track interactions |
0 commit comments