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

# Vector

> See who visits your site and run contact-level ad campaigns with Vector.

## What This Integration Does

Vector identifies who visits your website and sends visit, intent, and identification events to
RevyOps. Each event is stored as an activity you can score.

## Setup

<Steps>
  <Step title="Copy your webhook URL">
    In RevyOps, open the Vector integration panel and click **Copy Webhook URL**. The URL looks
    like:

    ```
    https://app.revyops.com/api/public/vector-webhook/{client_id}
    ```
  </Step>

  <Step title="Add it in Vector">
    Go to **app.vector.co** → **Integrations** → **Webhook**. Click **Add Endpoint** and paste
    the URL.
  </Step>

  <Step title="Select event types">
    Select **visitor.identified**, **contact.visited**, and **contact.intentDetected**. Click
    **Save**.
  </Step>

  <Step title="Attach the webhook to your segments">
    Add **Webhook** as an action to the segments you want to track.
  </Step>

  <Step title="Send a test">
    Click **Send Test** in the Testing tab in Vector to confirm it works.
  </Step>
</Steps>

## Finding Your Visitors

* On **Contacts**, filter **Origin** is **vector** to list everyone Vector has identified.
* Every visit also stamps a **Last website visit** field on the contact and the company, so you
  can filter or sort by it on either page.

## Good to Know

* **visitor.identified** arrives as soon as a visitor is resolved, **contact.visited** about
  every hour, and **contact.intentDetected** once a day, so a visit can show up late.
* Vector often sends a company LinkedIn URL rather than the person's, so a visitor may be filed
  against the company when Vector doesn't identify the person.
* Company-only events appear on the company with no contact attached.
* Events don't affect scores until you turn on the **Vector Visit** rules under Activities &
  Scoring. See [Activities & Scoring](/user-guide/activities-and-scoring).
