analytics/tracker/test
Vini Brasil 67be43b6e6
Add tagged events support for revenue goals (#3038)
* Add tagged events support for revenue goals

This commit adds two special classes for tracking revenue with tagged
events. The following example sends an event with revenue data when the
tracker script has revenue and tagged-events script extensions:

```html
<button class="plausible-event-revenue-amount=10.29 plausible-event-revenue-currency=EUR"></button>
```

* Rename special revenue tracking class name
2023-06-19 12:59:47 +01:00
..
fixtures Add tagged events support for revenue goals (#3038) 2023-06-19 12:59:47 +01:00
support Use user-agent instead of screen_width to get device type (#2711) 2023-03-02 11:04:01 +01:00
custom-event-edge-cases.spec.js Use user-agent instead of screen_width to get device type (#2711) 2023-03-02 11:04:01 +01:00
file-downloads.spec.js Use user-agent instead of screen_width to get device type (#2711) 2023-03-02 11:04:01 +01:00
hash-exclusions.spec.js Use user-agent instead of screen_width to get device type (#2711) 2023-03-02 11:04:01 +01:00
outbound-links.spec.js Use user-agent instead of screen_width to get device type (#2711) 2023-03-02 11:04:01 +01:00
pageview.spec.js Use user-agent instead of screen_width to get device type (#2711) 2023-03-02 11:04:01 +01:00
revenue.spec.js Add tagged events support for revenue goals (#3038) 2023-06-19 12:59:47 +01:00
tagged-events.spec.js Use user-agent instead of screen_width to get device type (#2711) 2023-03-02 11:04:01 +01:00