edubase_post_metrics_custom
Set or increment a custom metric value (e.g., +1) and retrieve the saved result to track analytics.
Instructions
Set a custom metric to a value, or increment it with a + prefixed value (e.g. +1). Returns the saved value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | target value (also accepts increments with a + prefix) | |
| metric | Yes | metric name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| metric | Yes |