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