Skip to content

Commit 5b16a87

Browse files
Update for-custom-events.md
1 parent 0a2525f commit 5b16a87

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/custom-props/for-custom-events.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,4 @@ All you have to do is add the second argument to this function call with the cus
5656
plausible('Download', {props: {method: 'HTTP', position: 'footer'}})
5757
```
5858

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-
6559
</details>

0 commit comments

Comments
 (0)