query
Fetch any mPulse data type with custom parameters to retrieve RUM aggregate data such as dimension-values, geography, page-groups, and app-error-summary. Returns raw JSON.
Instructions
Call an arbitrary mPulse query-type with arbitrary parameters.
Use this for query-types not covered by the explicit tools (see
list_query_types), e.g. dimension-values, geography, page-groups,
app-error-summary.
params is a dict of mPulse wire parameter names (hyphenated), e.g.
{"date-comparator": "Last24Hours", "page-group": "Home", "timer": "PageLoad"}. format=json is added automatically. Remember the one-
calendar-day-per-query constraint.
raw=True returns mPulse's untouched JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| raw | No | ||
| params | No | ||
| query_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||