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

# Event Types

> Browse Analytics SDK event names and open dedicated docs for each payload.

Use this page when you want the Analytics SDK event catalog. Each event has its own page with trigger notes, an example payload, and field-level documentation.

## Widget lifecycle

<CardGroup cols={2}>
  <Card title="widget.load" icon="layout-grid" href="/developer-docs/analytics-sdk/events/widget-load">
    Sent when a widget finishes loading its initial content.
  </Card>

  <Card title="widget.view" icon="eye" href="/developer-docs/analytics-sdk/events/widget-view">
    Sent when a widget becomes visible to the shopper.
  </Card>
</CardGroup>

## Post events

<CardGroup cols={2}>
  <Card title="post.view" icon="image" href="/developer-docs/analytics-sdk/events/post-view">
    Sent when a post impression is tracked.
  </Card>

  <Card title="post.click" icon="mouse-pointer-click" href="/developer-docs/analytics-sdk/events/post-click">
    Sent when a shopper clicks a post.
  </Card>

  <Card title="post.view.popup" icon="panel-top-open" href="/developer-docs/analytics-sdk/events/post-view-popup">
    Sent when a post is viewed in the popup experience.
  </Card>

  <Card title="post.clap" icon="hand" href="/developer-docs/analytics-sdk/events/post-clap">
    Sent when a shopper claps a post.
  </Card>
</CardGroup>

## Product click events

<CardGroup cols={3}>
  <Card title="product.click.tag" icon="tag" href="/developer-docs/analytics-sdk/events/product-click-tag">
    Sent when a shopper clicks a tagged product from a post.
  </Card>

  <Card title="product.click.post" icon="shopping-bag" href="/developer-docs/analytics-sdk/events/product-click-post">
    Sent when a shopper clicks through to a product from a post.
  </Card>

  <Card title="product.click.card" icon="credit-card" href="/developer-docs/analytics-sdk/events/product-click-card">
    Sent when a shopper clicks through to a product from a card widget.
  </Card>
</CardGroup>

## Gallery actions

<CardGroup cols={2}>
  <Card title="gallery.load_more" icon="arrow-down-to-line" href="/developer-docs/analytics-sdk/events/gallery-load-more">
    Sent when a shopper loads more posts in a gallery.
  </Card>

  <Card title="gallery.upload_cta_click" icon="upload" href="/developer-docs/analytics-sdk/events/gallery-upload-cta-click">
    Sent when a shopper clicks the gallery upload CTA.
  </Card>
</CardGroup>

## Conversion event

<CardGroup cols={1}>
  <Card title="sale.complete" icon="badge-dollar-sign" href="/developer-docs/analytics-sdk/events/sale-complete">
    Sent by `trackSale()` when a completed purchase is tracked.
  </Card>
</CardGroup>

## Related

* [SDK API](../api)
* [Manual Event Tracking](../../analytics/track-events)
* [Track Sales](../../analytics/track-sales)
