Metrivo
Docs

Feedback widget

Feedback prompts are website-scoped, disabled by default, and designed for small revenue-context questions.

Supported triggers

  • pricing_page
  • checkout_abandon
  • upgrade_click
  • payment_success

Public widget routes

GET /api/feedback/widget-config?public_key=<PUBLIC_KEY>&current_path=/pricing

POST /api/feedback/response
{
  "public_key": "<PUBLIC_KEY>",
  "website_id": "<WEBSITE_ID>",
  "widget_id": "<WIDGET_ID>",
  "trigger_type": "pricing_page",
  "response_text": "The pricing was unclear",
  "selected_reason": "pricing",
  "visitor_id": "<VISITOR_ID>",
  "session_id": "<SESSION_ID>"
}