> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tyviso.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Event Types

> Shared table of event types and where each applies.

[← Back to API Integration](/integration/api-integration)

The `type` parameter decides both what you get back and the shape it comes in. Query one type per request.

| Type          | What it means                                                              | Available on                              |
| ------------- | -------------------------------------------------------------------------- | ----------------------------------------- |
| `pageview`    | The page carrying the widget was loaded. Your denominator for view rate.   | Rewards · Gift After Purchase             |
| `view`        | An individual offer was seen, with its placement and position.             | Rewards · Gift After Purchase · Giveaways |
| `click`       | A customer engaged with an offer. Same shape as `view`.                    | Rewards · Gift After Purchase             |
| `transaction` | A conversion attributed to a click, with commission and validation status. | Rewards · Gift After Purchase             |
| `claim`       | A giveaway code was claimed by a user.                                     | Giveaways                                 |

See [Core Objects](/integration/api-integration/core-objects) for the full field breakdown of the Event and Transaction shapes.
