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

# Setting Up Actions

> Learn how to create and configure rules in Adobe Launch to load the Zeotap SDK, track events, and sync user identities.

<Warning>
  **Important:** Please ensure your CMP configuration includes new **Vendor ID 1469** for 1st Party data tracking. Additionally, include **Vendor ID 301** if cookie sync is enabled. [Learn more](/articles/sdks/web-js/configurations/consent-options#shouldcheckzeotapvendorconsent)
</Warning>

In Adobe Launch, **Rules** define when and how extensions should act. The Zeotap Collect Extension relies on rules to determine when to:

* [Send events](/articles/sdks/adobe-launch/actions/track-events) (e.g., page views, clicks, form submissions)
* [Sync user identities](/articles/sdks/adobe-launch/actions/sync-user-identity)
* [Set consent or Brand Consent properties](/articles/sdks/adobe-launch/actions/set-custom-consent)

A rule in Adobe Launch follows the structure:

```
Event → Condition (optional) → Action
```

This section walks you through configuring all essential rules for Zeotap integration. Before setting up actions, make sure you have [installed](/articles/sdks/adobe-launch/installation) and [configured](/articles/sdks/adobe-launch/configure) the Zeotap extension.

***

## Note

* You can reuse **Data Elements** for identity variables like email, phone, or login ID.
* Use **Conditions** to scope rules to specific environments (e.g., dev vs prod) or paths.
* You may chain multiple **Track Event** actions in a single rule if needed.

***

<Warning>
  **Deprecated**

  `Load Zeotap SDK` rule is not needed anymore. The launch tag will load the Zeotap SDK automatically.
</Warning>

## Load Zeotap SDK

### Purpose

Loads the Zeotap SDK on every page where you want to collect data.

### Steps

1. Navigate to **Rules > Create New Rule**
2. Name it: `Load Zeotap SDK`
3. Under **Events**, choose:
   * **Library Loaded (Page Top)**
4. Under **Actions**:
   * Extension: **Zeotap Collect**
   * Action Type: **Load SDK**
5. Click **Save** and add it to your build library

For more information about specific actions, see our guides on [tracking events](/articles/sdks/adobe-launch/actions/track-events), [syncing user identities](/articles/sdks/adobe-launch/actions/sync-user-identity), and [managing consent](/articles/sdks/adobe-launch/actions/set-custom-consent).
