Triblio
Dreamdata comes with built-in functionality to collect intent data for all your visitors. However, if you use Triblio, you can improve the data quality and coverage by parsing the Triblio data to Dreamdata.
Requirements
Your website must have Triblio 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 Triblio. 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 triblio
field into your load
call, similar to
below:
dreamdata.load('<DREAMDATA_API_KEY>', {
intentSources: {
triblio: true,
},
})
Intent data
Once Triblio is activated, the following properties are automatically captured and sent to Dreamdata:
Field | Type | Description |
---|---|---|
intentSource | String | Data source, fixed as "triblio". |
website | String | The domain of the identified account. |
name | String | The name of the account. |
country | String | The country where the account is located. |
industry | String | Industry of the account. |
number_of_employees | String | The number of employees at the account. |
annual_revenue | String | The account's annual revenue. |