---
title: "Send an HTML Mode SnackVideo event"
method: POST
path: "/v3/pages/{page_unique_id}/analytics/snackvideo/events"
tags: ["HTML Mode Pages"]
---

# Send an HTML Mode SnackVideo event

`POST /v3/pages/{page_unique_id}/analytics/snackvideo/events`

Page-scoped public endpoint used by `Scalev.analytics.track("snackvideo", payload)` and `Scalev.analytics.track("kwai", payload)`. The page path and API key select the page analytics configuration.

## Request body

- StorefrontSnackVideoConversionEventRequest
  - `click_id` string, required — SnackVideo click ID.
  - `event_source_url` string, uri, nullable — Optional full storefront page URL used to choose checkout versus home storefront analytics configuration.
  - `referrer_url` string, uri, nullable — Optional browser referrer URL used to choose checkout versus home storefront analytics configuration.
  - `events` StorefrontSnackVideoConversionEvent[], required
    - `event_name` string, required
    - `properties` StorefrontSnackVideoConversionEventProperties
      - `content_type` string, nullable
      - `content_category` string, nullable
      - `content_name` string, nullable
      - `currency` string, nullable
      - `value` integer, nullable
      - `quantity` integer, nullable
      - `price` integer, nullable
      - `query` string, nullable
      - `mapping_id` string, nullable
  - `variants` StorefrontAnalyticsVariantItem[]
    - `variant_unique_id` string, required — Variant unique ID from the storefront product payload.
    - `quantity` integer, required
  - `bundle_price_options` StorefrontAnalyticsBundlePriceOptionItem[]
    - `bundle_price_option_unique_id` string, required — Bundle price option unique ID from the storefront bundle payload.
    - `quantity` integer, required

## Response `204`

Success with no response body

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/730030bd6477/schema)
