# Events

Events are timestamped user actions you track in Netmera.

Use them for triggers, segmentation, journeys, and analytics.

{% hint style="info" %}
Looking for setup steps? Use the shortcuts below.
{% endhint %}

<table data-view="cards"><thead><tr><th>Next step</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>Event types (standard, automated, predefined)</td><td><a href="events/netmera-events">netmera-events</a></td></tr><tr><td>Create your own event schema (name, attributes, types)</td><td><a href="events/create-custom-events">create-custom-events</a></td></tr><tr><td>Explore event counts and breakdowns in the UI</td><td><a href="events/event-insight">event-insight</a></td></tr></tbody></table>

### Events vs profile attributes

Use **Profile Attributes** for user state.

Examples: membership tier, language, consent, last known store.

Use **Events** for user behavior.

Examples: viewed product, searched, added to cart, purchased.

If it can happen many times, it’s usually an event.

### What you can do with events

#### Trigger messaging and journeys

Start a journey, branch a path, or send a message on an event.

#### Build behavior-based audiences

Segment users by event recency and frequency.

You can also filter by event attributes.

#### Track goals and funnels

Use events as funnel steps and conversion signals.

<figure><img src="https://1642824329-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX6uilbEAw42gqsudlclY%2Fuploads%2FNZfq6X9MjccMqeusNsja%2Fimage.png?alt=media&#x26;token=3cc9a92b-1c67-4156-98c9-ab06c5554c37" alt="" width="375"><figcaption></figcaption></figure>

### Quickstart: track → verify → use

{% stepper %}
{% step %}

### 1) Define the event and the attributes you need

Keep event names stable.

Add attributes only if you will target or analyze with them.

Example:

* Event: `purchase`
* Attributes: `order_id` (string), `amount` (double), `currency` (string), `category` (string)
  {% endstep %}

{% step %}

### 2) Use an existing event, or create a custom one

Standard and automated events are ready to use.

Custom events are defined in the dashboard, then implemented by your developers.

Create a custom event here: [Create Custom Events](https://user.netmera.com/netmera-user-guide/customer-data/events/create-custom-events).
{% endstep %}

{% step %}

### 3) Implement and fire the event

For custom events, the panel generates the code your developers will use.

Make sure you send the expected attribute types.
{% endstep %}

{% step %}

### 4) Verify the data is flowing

Use [Event Insight](https://user.netmera.com/netmera-user-guide/customer-data/events/event-insight):

* the event appears in search
* counts increase when you perform the action
* attributes show up as dimensions (for custom events)
  {% endstep %}

{% step %}

### 5) Put the event to work

Typical usage points:

* Journey triggers and branches
* Campaign targeting (“performed / not performed”)
* Segments (recency, frequency, attribute filters)
* Analytics breakdowns in Event Insight
  {% endstep %}
  {% endstepper %}

### Related data topics

* [Profile Attributes](https://user.netmera.com/netmera-user-guide/customer-data/profile-attributes)
* [Tagless Data Capture](https://user.netmera.com/netmera-user-guide/customer-data/tagless-data-capture)
