--- title: PerformanceAggregationLevel - GraphQL Admin description: Performance aggregation level of RUM (Real User Monitoring) reports. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/enums/PerformanceAggregationLevel md: >- https://shopify.dev/docs/api/admin-graphql/unstable/enums/PerformanceAggregationLevel.md --- # Performance​Aggregation​Level enum Performance aggregation level of RUM (Real User Monitoring) reports. ## Valid values * DAILY Aggregates metrics on a daily basis. * MONTHLY Aggregates metrics on a monthly basis. * ROLLING28DAYS Aggregates metrics for the rolling last 28 days. * WEEKLY Aggregates metrics on a weekly basis. *** ## Fields * [Query​Root.performanceMetrics(aggregationLevel)](https://shopify.dev/docs/api/admin-graphql/unstable/objects/QueryRoot#field-QueryRoot.fields.performanceMetrics.arguments.aggregationLevel) ARGUMENT The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. * [performance​Metrics.aggregationLevel](https://shopify.dev/docs/api/admin-graphql/unstable/queries/performanceMetrics#arguments-aggregationLevel) ARGUMENT *** ## Map ### Arguments with this enum * <-|[Query​Root.performanceMetrics(aggregationLevel)](https://shopify.dev/docs/api/admin-graphql/unstable/objects/QueryRoot#field-QueryRoot.fields.performanceMetrics.arguments.aggregationLevel) * <-|[performance​Metrics.aggregationLevel](https://shopify.dev/docs/api/admin-graphql/unstable/queries/performanceMetrics#arguments-aggregationLevel)