Skip to main content

Vector

Identify and enrich key contacts with Userled's Vector partnership

Updated over 3 weeks ago

This integration empowers you to identify contacts visiting your website, offering valuable insights into their engagement based on firmographic data. Leverage this data to enhance your marketing and sales strategies, targeting the right companies with the right message.

Overview of Benefits

  • Contact Identification: Uncover contacts visiting your website.

  • Website Engagement Tracking: Monitor contact interactions and engagement on your site.

  • Real time sales alerting: Analyse engagement based on industry, company size, location, and more, and notify your sales reps in real time when key account reach engagement thresholds that are relevant to them.

Vector FAQs

  • Is Vector real time?
    Almost, Vector sends uncovered visitor updates approximately one hour after the visitor visits your website.

  • How many contacts does Vector uncover?
    Our partnership offers you 1000 free contact reveals per month. If you need more you can upgrade to the paid tier via your Vector dashboards or get in touch with us via Slack or support@userled.io.

  • Is Vector GDPR compliant?
    Vector surfaces US-based contacts only using geo-fencing to comply with GDPR.

Getting Started with the Integration

The Vector integration comes out of the box as part of Userled's partnership with Vector for organisations with Vector enabled as part of their paid tier.

Connecting Vector

Navigate to the integrations dashboard and click Manage to navigate to the Vector integration settings.

Click on Setup Vector which will redirect you to Vector's login portal. Once, you login to Vector you will be redirected back to Userled. That completes the vector integration setup.

(Optional) Content Security Policy (CSP) directives

If your organization requires CSP restrictions, then you'll need to make the following update to allow the Vector integration to work.

Make sure your website adds the following CSPs

connect-src https://*.vector.co https://*.usbrowserspeed.com https://*.ip-api.com; 
script-src https://*.vector.co https://*.usbrowserspeed.com https://*.ip-api.com;

💡 Note: Vector integration is available as part of our Paid plans. If you are considering Userled’s paid offering please reach out to us on support@userled.io.

Setup Vector Slack alerts

As part of Vector's integration, we provide an out-of-the-box Slack notification which alert you every time we uncover a visitor through Vector.

To setup the Slack notifications:

  1. Enable the slack notifications if you haven't already

  2. Create a new notification and select Only notify when new users are identified (through Vector)

Example Notification:

Setup Vector Webhook events

As part of Vector's integration, we provide an out-of-the-box Webhook setup which emits an event every time we uncover a visitor through Vector.

To setup the Webhook:

  1. Enable Webhooks if you haven't already

  2. Create a new webhook and select When a contact is revealed by Vector

4. Once setup, we will start sending events with the following format

{
"trigger": "contact.created",
"hubspotAccountId": "6957942223",
"hubspotContactId": "11996401",
"salesforceAccountId": "0018e00000GVUCTAA5",
"salesforceContactId": "003SZ000005jHWgYAM",
"clearbitAccountId": "298aa775-c2de-427d-a498-ff96fdf3b1a2",
"timestamp": "2024-05-31T14:03:19.508Z",
"contactCreated": {
"contactName": "Jack Doe",
"contactEmail": "jackdoe@doe.com",
"contactTitle": "Chief of Staff",
"contactLinkedinUrl": "linkedin.com/in/jack-doe",
"country": "US",
"location": "CA, Los Angeles",
}
}

Configure when you get notified

By default, Vector will notify every time it uncovers a contact. If you find this too noisy, you can configure a `segment` - when you get notified. To do so:

  1. Click on Go to Vector dashboard

  2. There you can configure our Userled segment as you see fit

Did this answer your question?