We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b16a87 commit dca4ea5Copy full SHA for dca4ea5
1 file changed
docs/custom-event-goals.md
@@ -268,6 +268,12 @@ Here's an example of the options argument using the `callback` and `props` optio
268
plausible('Download', {callback: navigateFn, props: {method: 'HTTP'}})
269
```
270
271
+To mark an event as non-interactive, you can set the `interactive` argument to `false`. This will exclude the event from bounce rate calculations.
272
+
273
+```js
274
+plausible('Custom Event', {interactive: false})
275
+```
276
277
<h3>
278
279
Example: Tracking audio and video elements
0 commit comments