> For the complete documentation index, see [llms.txt](https://posetracker.gitbook.io/posetracker-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://posetracker.gitbook.io/posetracker-api/pixel-tracking-deprecated/pixel-message-to-handle/exercise-counter.md).

# Exercise Counter

After matching placement requirements you can start counting repetitions

PoseTracker accurately analyzes the user's motion and posture, estimating a percentage of progression for each exercise. If the user reaches *100%*, the counter increases. The difficulty level, which is an optional parameter, influences the standard (*100% above*) the user must achieve to increment the counter.

Data composition for `type: 'counter'`

```
{
  type: 'counter',
  current_count: The current exercise count. 
                 It can represent X repetition or X second holding a posture.
}
```

Possible values :&#x20;

```
{
  type: 'posture',
  current_count: 0...10000 (an interger)
}
```
