How to control your data usage #526
enague
started this conversation in
Tips and Tricks
Replies: 1 comment 1 reply
|
It's no longer possible to set up an alert: "Anomaly detection is available to users on Enterprise plans, to upgrade, please contact the Mixpanel sales team.". Of less concern, a lot of these screenshots are quite out of date. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Your data usage is likely to fluctuate as your product changes, you add new features, and your business expands. All Mixpanel plans have a cap on the number of events or MTUs that can be monitored. Once that limit is reached, you’ll either pay the additional usage as overages at an “à la carte” price, which is slightly more expensive than the data points included in your license, or your account will be temporarily blocked until the new billing cycle (month) begins.
We don’t want you to pay overages or be blocked!
If you detect you are close to hitting your plan's limit during the course of your billing cycle, you can always upgrade via our Pricing Page.
Billing surprises are never nice, so here are a few ideas on how to better control your data usage:
1. First, get familiar with what your plan includes
If you have “Owner” or “Billing Admin” permissions over your Mixpanel organization, you’ll be able to access the "Plan Details & Billing" section in your Organization Settings:
In the “My Plan” tab, you’ll see if your plan is based on events or Monthly Tracked Users (MTUs), when your current subscription ends, and a real-time count of the current billing cycle's data usage - the example above is an event-based plan that includes 200K events per month.
You can also check the usage from past billing cycles and/or per project by accessing the "Data Usage" tab and clicking the "View Historical Usage" button:
2. Keep an eye on your email!
Our Finance team has automated email notifications so "Owners" and "Billing Admins" get notified when they are about to hit the limit of their current plan. Remember to upgrade before the end of the current billing cycle so you don’t pay overages!
You’ll receive notifications like this:
Forewarned is forearmed!
3. Create custom alerts
If you want to go the extra mile, an additional step to detect (even sooner!) that your data usage has increased unexpectedly is to create custom alerts based on daily usage. For example, if your project usually tracks 100k daily events, you’ll probably want to be notified if 500k events were suddenly ingested in your project, as this would be considered an unusually large data usage.
To make these notifications possible, we’ll use the “Alerts” feature over an Insights report that checks your daily number of events/unique users:
💬 If your plan is based on events, you’ll need to create a report with the “Total Events” calculation. However, if your plan is based on MTUs, you’ll need to create it with the "Uniques" default one.
Bonus ideas:
All reactions