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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ With this setup, you can omit the `plausible` key in your Nuxt configuration.
70
70
|`hashMode`|`boolean`|`false`| Whether page views shall be tracked when the URL hash changes. Enable this if your Nuxt app uses the `hashMode` router option instead of the default history mode. |
71
71
|`domain`|`string`|`'window.location.hostname'`| The domain to bind tracking event to. |
72
72
|`ignoredHostnames`|`string[]`|`['localhost']`| Hostnames to ignore when tracking events. |
73
+
|`ignoreSubDomains`|`boolean`|`false`| Ignore also if is a subdomain of `ignoredHostnames`. |
73
74
|`apiHost`|`string`|`https://plausible.io`| The API host where the events will be sent to. |
74
75
|`autoPageviews`|`boolean`|`true`| Track the current page and all further pages automatically. Disable this if you want to manually manage pageview tracking. |
75
76
|`autoOutboundTracking`|`boolean`|`false`| Track all outbound link clicks automatically. If enabled, a [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) automagically detects link nodes throughout the application and binds `click` events to them. |
0 commit comments