Albacross
Dreamdata comes with built-in functionality to collect intent data for all your visitors. However, if you use Albacross, you can improve the data quality and coverage by parsing the Albacross data to Dreamdata
Requirements
Your website must have Albacross already integrated before the Dreamdata Analytics script can successfully capture and transmit company intent data.
Setting it up
Use the Dreamdata Analytics wizard to easily enable 6Sense. You can access the
setup wizard from the following URL app.dreamdata.io/<SLUG>/setup
inside the
Dreamdata app.
For reference, this will add a 6sense
field into your load
call, similar to
below:
dreamdata.load('<DREAMDATA_API_KEY>', {
intentSources: {
albacross: true,
},
})
Intent data
Once Albacross is activated, the following properties are automatically captured and sent to Dreamdata:
Field | Type | Description |
---|---|---|
intentSource | String | Data source, fixed as "albacross". |
website | String | URL of the company's website. |
name | String | Name of the company. |
country | String | Country where the company is located. |
industry | String | Industry category, as defined by LinkedIn industry codes. |
number_of_employees | String | Employee range, formatted as "from - to". |
annual_revenue | String | Annual revenue range, formatted as "from - to". |