We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d33ed0 commit 87e87dbCopy full SHA for 87e87db
docs/ecommerce-revenue-tracking.md
@@ -38,10 +38,6 @@ How to send revenue data depends on the way you've set up custom events. You can
38
<button class="plausible-event-name=Purchase plausible-revenue-amount=10.29 plausible-revenue-currency=EUR"></button>
39
```
40
41
-:::tip Using the CSS class name approach for custom events?
42
-You should change the file name in the `src` attribute of your Plausible snippet to `script.revenue.tagged-events.js`
43
-:::
44
-
45
Or [the JavaScript function approach](custom-event-goals.md#trigger-custom-events-manually-with-a-javascript-function):
46
47
```javascript
0 commit comments