nexus_track_app_metric
Report collection start and completion events as app metrics to the Nexus GraphQL API to enable usage tracking and analytics.
Instructions
Report an app metric (e.g. a Vortex collection install event) via v2 GraphQL.
Returns: JSON {success, errors} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Entity ID (e.g. collection id). | |
| event_type | Yes | Metric event type. | |
| entity_type | Yes | Metric entity type. | |
| client_string | No | Client identifier string. | |
| metadata_json | No | Optional JSON metadata object. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |