Fire-and-forget telemetry for the embeddable brand product locator widget. Designed for navigator.sendBeacon() and background fetch() calls — no auth, no rate limit, always returns 204 No Content. The body is structured-logged server-side (event type, brand id, referrer, product id, store id, query) but is not persisted to the database. Unknown event types are silently ignored.
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
Fire-and-forget analytics event from the brand locator widget.
Funnel stage of the widget interaction. Accepted values: widget_load, location_search, product_filter_change, store_click, get_directions_click.
Brand short id the widget is rendering. Empty when unknown (e.g. widget script load before init).
Page where the widget was embedded, taken from document.referrer. Truncated to 512 characters.
Brand catalog product short id, set on product_filter_change events. Empty otherwise. Truncated to 128 characters.
Physical store short id, set on store_click and get_directions_click events. Empty otherwise. Truncated to 128 characters.
Free-text search query the user typed. Set on location_search events only. Truncated to 256 characters.
No Content