ℹ️Tracking Endpoint Message to handle

The Tracking endpoint emits structured messages during tracking.

Use them to drive UI and logic.

Examples:

  • show placement guidance

  • count repetitions

  • display real-time recommendations (Developer+)

Where messages come from

Messages are posted through your WebView bridge.

Your app must listen and parse the payload.

Message types

Core messages

Optional data (requires query params)

Developer plan only

Common fields

Most messages contain:

  • type

  • ready (when relevant)

  • message / data depending on the type

Last updated