Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ecommerce-revenue-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ There's a third-party Plausible plugin for Magento that supports custom events a

- Check that the amount is in the major currency unit (49.00 for $49, not 4900 for cents)
- If you see duplicate revenue, check for multiple Plausible snippets on the page or the event firing more than once on page load
- For multi-currency stores, Plausible records each transaction in the currency you specify. If you mix currencies in the same goal, totals will be summed as if they are the same currency. Use separate goals per currency or convert to a base currency before sending
- For multi-currency stores, send each purchase’s actual amount and currency. Plausible automatically converts the amount into the goal’s reporting currency for total and average revenue.

**Currency code format**

Expand Down
Loading