Albacross data connector
Overview
NOTE: You need a valid Albacross account to set up Albacross as a data connector.
Albacross uses reverse IP tracking technology, which allows you to identify the companies that visit a website based on their IP addresses. It then provides detailed information about those companies, including company name, industry, location, website, and contact information for key decision-makers. You can make use of Albacross by automatically enhancing visitor profiles with additional organizational data when Ninetailed events are performed.
When active, the Albacross integration looks up the IPv4 address of any event sent to the Experience API event using the Albacross Reveal API. If the Reveal API identifies an IP address, additional traits about the user and their organization are added to the visitor's profile. These traits can then be used to create Audiences or as variables for Merge Tags.
If no IP match is found, no new traits are added.
Set up Albacross
To set up Albacross, you have to install the Albacross API key in the Ninetailed legacy app dashboard:
Log in to the Ninetailed legacy app.
Navigate to the "Data Sources" tab.
Under Albacross, click Connect. The Albacross details page is displayed.
Click Open Albacross to retrieve your API key, and enter it in the Albacross Api Key field.
Click Save API.
Available traits
The following traits are added within the traits.albacross
object when an IP address match is found. These values are also detailed in the Albacross Reveal API documentation.
Property | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use
You can access a nested trait value by using the dot .
notation when creating Audiences. When targeting Albacross' trait values for Audience rules or merge tags be sure to prefix the trait name from the table above.
Create Audiences with Albacross
To use any trait values from Albacross for building an Audience rule, use albacross
as a prefix.
Example:
To leverage the trait value employees.from
if it is available, use albacross.employees.from
as a key.

Create Merge Tags with Albacross
If you want to display any trait values from Albacross as a Merge Tag, use traits.albacross
as a prefix.
Example:
To leverage the trait value linkedin_industry_code.category
as a Merge Tag, use traits.albacross.linkedin_industry_code.category
as Merge Tag ID.
