Update your plan
Go to Billing Settings to upgrade or change your plan.How Monthly active users (MAU) are tracked
PriceOS tracks MAU using uniquecustomerId values seen in successful live API requests during each monthly MAU period.
What counts toward MAU:
customerIdin query params (for example?customerId=customer_123)customerIdin route params (for example/v1/customers/{customerId}/...)customerIdin JSON request bodiesevents[].customerIdin batch request bodies
- Unique per month: each
customerIdis counted once per monthly MAU period. - Repeated requests for the same
customerIdin the same monthly MAU period still count as 1. - Tracking is applied only for
liveAPI traffic. - When a request returns an error status, the MAU tracking for that request is rolled back.
- MAU is reviewed monthly for both monthly and yearly plans.