---
title: "Track User Activity"
method: POST
path: "/analytics/track/activity"
tags: ["analytics"]
---

# Track User Activity

`POST /analytics/track/activity`

Track user activity in their current session.

Queued (app.core.deferred): the session upsert and the funnel row are
written by the consumer a moment later. Same reason as track_page_view.

## Headers

- `authorization` string, nullable

## Request body

- ActivityTrackingRequest
  - `activity_type` string, required
  - `page_path` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
