We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2525f commit 5b16a87Copy full SHA for 5b16a87
1 file changed
docs/custom-props/for-custom-events.md
@@ -56,10 +56,4 @@ All you have to do is add the second argument to this function call with the cus
56
plausible('Download', {props: {method: 'HTTP', position: 'footer'}})
57
```
58
59
-To mark an event as non-interactive, you can set the `interactive` argument to `false`. This will exclude the event from bounce rate calculations.
60
-
61
-```js
62
-plausible('Custom Event', {interactive: false})
63
-```
64
65
</details>
0 commit comments