---
title: "Update a SnackVideo pixel"
method: PATCH
path: "/v3/kwai-pixels/{id}"
tags: ["Analytics Setup"]
---

# Update a SnackVideo pixel

`PATCH /v3/kwai-pixels/{id}`

Requires the `kwai_pixel:update` scope.

## Request body

- KwaiPixelRequest
  - `name` string
  - `type` 'client' | 'server'
  - `pixel_id` string — Provider pixel ID from SnackVideo.
  - `is_test_mode` boolean
  - `conversion_token` string

## Response `200`

SnackVideo pixel

- KwaiPixel
  - `name` string, required
  - `type` 'client' | 'server', required
  - `pixel_id` string, required — Provider pixel ID from SnackVideo.
  - `is_test_mode` boolean
  - `conversion_token` string
  - `id` integer, required — Scalev record ID to use in landing page display configuration.
  - `errors` object[], required
  - `display` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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/4354959d76dc/schema)
