It is against Vector's Acceptable Use Policy to whitelabel Vector, SiteID, or any of it's products/features without a Partnership Agreement.
Vector is the world’s most powerful contact-level de-anonymization and intent platform.
We make it easy for you integrate contact-level intent into your app, for your users — without the headache of taking on device fingerprinting, hashed email decryption, publishing network partnerships, pixel deployment, data compliance, or managing infrastructure to handle billions of requests per day.
You have: a user base of marketing/sales professionals
You want: to give them contact or account level insights about their site visitors
Direct your customers to create a Vector account and install Vector's pixel on their website. This is at no cost to you or your customers through Vector's Free Plan.
Your customer configures the vector integration in the Vector app with a webhook URL you provide
Your app is now available as an Action in the Vector segment builder for our mutual customer to use.
Create a Vector Account and install the Vector pixel on a website. This will be the test account for your Integration. It's easiest to use an account attached to a real website so that you will get a reasonable volume of identified site visitors to test with.
The endpoint should be able to handle contact.visited event. We recommend that each of your customers has a separate webhook endpoint. This is best accomplished with a path parameter
Here's an example payload for that event:
JSON
1{ 2 "company": "Vector", 3 "companyDomain": "https://vector.co", 4 "email": "joshua@vector.co", 5 "externalId": "eidtest", 6 "firstName": "Joshua", 7 "hem": "1dad25f70ec4ccc5e2e4d878765beb32f8c5ea935c5ab89571d2cf4c1815c0e2", 8 "lastName": "Perk", 9 "lastVisitAt": "2024-11-19T17:41:59.483Z", 10 "linkedinUrl": "https://linkedin.com/in/joshuaperk", 11 "location": "Oakland, CA", 12 "pageTitle": "Vector - Contact-based marketing", 13 "pageUrl": "https://www.vector.co/", 14 "segmentId": 618, 15 "segmentName": "ICP Visitors", 16 "title": "Co-founder And Chief Executive Officer", 17 "type": "contact.visited", 18 "vvid": "1017f487-cce1-4476-b487-af3256275ab4" 19}
{ "company": "Vector", "companyDomain": "https://vector.co", "email": "joshua@vector.co", "externalId": "eidtest", "firstName": "Joshua", "hem": "1dad25f70ec4ccc5e2e4d878765beb32f8c5ea935c5ab89571d2cf4c1815c0e2", "lastName": "Perk", "lastVisitAt": "2024-11-19T17:41:59.483Z", "linkedinUrl": "https://linkedin.com/in/joshuaperk", "location": "Oakland, CA", "pageTitle": "Vector - Contact-based marketing", "pageUrl": "https://www.vector.co/", "segmentId": 618, "segmentName": "ICP Visitors", "title": "Co-founder And Chief Executive Officer", "type": "contact.visited", "vvid": "1017f487-cce1-4476-b487-af3256275ab4" }
There are three ways to test your endpoint -- we will test all of them when we review your integration, so we recommend that you test it both ways too.
First, you can hit your endpoint manually with a tool like Curl, HTTPie, or Postman -- this is the recommended way to test during development
Next, you can connect your endpoint to your Test Account as a webhook integration and send a test event under the Testing tab
Finally, you can generate some real traffic to your webhook by building a non-empty segment, adding the webhook action, and pressing "Test Run"
Congrats on getting this far! Now it's time to reach out to us to get your integration listed in our app. Send the following information to nick@vector.co:
The name of your product and a logo
A one-line description of what your integration does
An account in your product that we can use for testing
We'll get back to you as soon as we can and get you in the platform!