Reporting
Create Saved Metric
Creates and saves a new metric configuration to the database. This does not execute the report, but stores the parameters for future use.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request to create a new saved metric
Metric template name
Available options:
GROSS_VOLUME, TRANSACTION_COUNT, NEW_USERS User-defined metric name
Required string length:
1 - 100Metric parameters. Structure varies by template, but common fields include:
- Date range filters
- Calculation interval
- Breakdown dimensions
- Template-specific filters
Additional properties may be present based on the metric template. Each template may define template-specific parameters.
Optional description for the metric
Maximum string length:
500