---
title: "Track Seasonal Rollout Event"
method: POST
path: "/holiday-courses/seasonal-tracking"
tags: ["Holiday Courses - Student"]
---

# Track Seasonal Rollout Event

`POST /holiday-courses/seasonal-tracking`

Record a seasonal rollout funnel event (popup seen/clicked, banner clicked,
cahier opened). Fire-and-forget from the frontend; feeds /admin/holiday-rollout.

## Request body

- SeasonalTrackingRequest — Funnel event emitted by the seasonal rollout entry points (popup, banner, cahier).
  - `event_type` 'popup_seen' | 'popup_cta_clicked' | 'popup_dismissed' | 'banner_clicked' | 'cahier_opened', required
  - `group` string, nullable
  - `classe_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/c81ed506912f?raw)
