6sense
Dreamdata comes with built-in functionality to collect intent data for all your visitors. However, if you use 6sense, you should improve the data quality and coverage by parsing the 6sense intent data to Dreamdata. When both Dreamdata and 6Sense intent data give a result, 6sense data will be used.
Requirements
Your website must have 6Sense 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: {
'6sense': true,
},
})
Intent data
Once 6Sense is activated, the following properties are automatically captured and sent to Dreamdata:
Field | Type | Description |
---|---|---|
intentSource | String | Data source, fixed as "6sense". |
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. |
number_of_employees | String | Employee range. |
annual_revenue | String | Annual revenue range. |