-
Notifications
You must be signed in to change notification settings - Fork 8
Clarify limits for Data Table CSV exports #734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -31,11 +31,12 @@ When using multiple metrics, sorting by a particular column displays data for al | |||
|
|||
## Limits for .CSV exports | |||
|
|||
Results exported to .CSV have row limits based on the metric type. If the data table contains multiple metrics of different kinds, the smallest row limit applies. Amplitude Analytics prunes rows exceeding the limit, and they don't appear in the exported .CSV. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are the csv limits in this article the same as the limits described in this article https://amplitude.com/docs/faq/limits.
This article says "Any metric with attribution has a limit of 20 rows." but this article https://amplitude.com/docs/faq/limits says "The limit is 10 with attribution". So is the limit 10 or 20?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are no such thing as an event column, though. It is still an inline metric.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops wrong limit the other link is https://amplitude.com/docs/analytics/charts/data-tables/data-tables-results-and-sorting-logic#limits-for-csv-exports
* Event columns have a limit of 10,000 rows. | ||
* Event Segmentation metrics **without** attribution have a limit of 10,000 rows. | ||
* Funnel Analysis metrics **without** attribution have a limit of 300 rows. | ||
* Sessions metrics have a limit of 100 rows. | ||
* Any metric **with** attribution has a limit of 20 rows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: two spaces between "a" and "limit"
Copied from Slack:
|
I'm updating the docs to clarify limits for Data Table CSV exports, based on feedback from https://discourse.amplitude.com/t/data-table-group-by-limits/16243/2