cja_list_calculated_metrics
Retrieve calculated metrics (custom formulas) from Adobe CJA. Filter by name, tags, share type, or data view, and paginate through results.
Instructions
List calculated metrics in CJA.
Retrieve calculated metrics (custom formulas) that can be used in reports. You can filter by name, tags, and share type.
Args: name: Optional filter by metric name (partial match). tag_names: Optional comma-delimited tag names to filter by. include_type: Optional 'shared', 'all', or 'templates' to include additional metrics. limit: Maximum results per page (1-1000, default 10). page: Page number for pagination (0-indexed, default 0). expansion: Optional comma-delimited fields: 'definition', 'tags', 'usedIn', 'compatibility'. dataview_id: Optional data view ID to filter metrics (uses configured default if not provided).
Returns: Dictionary with list of calculated metrics and total count.
Example queries: - "Show me all calculated metrics" - "List calculated metrics containing 'conversion' in the name" - "Get calculated metrics with their definitions"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tag_names | No | ||
| include_type | No | ||
| limit | No | ||
| page | No | ||
| expansion | No | ||
| dataview_id | No |