v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Storefront

Send a SnackVideo Events API event

Public storefront endpoint. Sends browser-collected conversion events through Scalev using the SnackVideo server pixels configured on the store's hosted storefront analytics setup. The store path selects the storefront; do not send a custom domain to identify the store. A 204 means the payload was accepted for asynchronous delivery.

post/v3/stores/{store_id}/public/analytics/snackvideo/events

Request body

click_idstring required

SnackVideo click ID.

event_source_urlstring uri nullable

Optional full storefront page URL used to choose checkout versus home storefront analytics configuration.

referrer_urlstring uri nullable

Optional browser referrer URL used to choose checkout versus home storefront analytics configuration.

Example request

{
  "events": [
    {
      "event_name": "addToCart",
      "properties": {
        "currency": "IDR"
      }
    }
  ]
}

Response

Success with no response body