Create a fact metric analysis
Authorizations
If using Bearer auth, pass the Secret Key as the token:
Path Parameters
The fact metric id to analyze
Body
The identifier type to use for the analysis. If not provided, defaults to the first available identifier type in the fact table.
Number of days to look back for the analysis. Defaults to 30.
1 <= x <= 999999The type of population to analyze. Defaults to 'factTable', meaning the analysis will return the metric value for all units found in the fact table.
factTable, segment The ID of the population (e.g., segment ID) when populationType is not 'factTable'. Defaults to null.
We support passing in adhoc filters for an analysis that don't live on the metric itself. These are in addition to the metric's filters. To use this, you can pass in an array of Fact Table Filter Ids.
We support passing in adhoc filters for an analysis that don't live on the metric itself. These are in addition to the metric's filters. To use this, you can pass in an array of Fact Table Filter Ids.
Whether to use a cached query if one exists. Defaults to true.
Response
Resource created

