MINARA

UI Block click telemetry

POST /v1/telemetry/block-action — Fire-and-forget click record for a `ui_block` event (UBP v1). Posted by the web-ui when a user clicks a CTA inside a ren

POST /v1/telemetry/block-action

Fire-and-forget click record for a ui_block event (UBP v1). Posted by the web-ui when a user clicks a CTA inside a rendered block such as minara.feature_recommendation@1. The gateway logs the structured payload and returns 204 No Content; analytics pipelines attach to the log line. Failure is silent client-side — the user-visible action runs regardless.

MethodPOST
Path/v1/telemetry/block-action
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorystats

Request body

{ "blockId": "b_abc123", "itemId": "open_deposit_modal", "action": { "kind": "modal", "name": "deposit" } }

Response body

(empty — 204 No Content)

On this page