Snitcher
Dreamdata comes with built-in functionality to collect intent data for all your visitors. However, if you use Snitcher you can improve the data quality and coverage by parsing Snitcher data to Dreamdata using the script below.
Requirements
- Your website must have Snitcher already integrated before the Dreamdata Analytics script can successfully capture and transmit company intent data.
- Get your API Token from Snitcher.
Setting it up
Use the Dreamdata Analytics wizard to easily enable Snitcher. 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 snitcher
field into your load
call, similar
to below:
dreamdata.load('<DREAMDATA_API_KEY>', {
intentSources: {
snitcher: {
token: '<REPLACE_ME_WITH_SNITCHER_API_TOKEN>',
},
},
})
Intent data
Once Snitcher is activated, the following properties are automatically captured and sent to Dreamdata:
Field | Type | Description |
---|---|---|
intentSource | String | Data source, fixed as "snitcher". |
website | String | Company's domain as identified by Snitcher. |
name | String | The name of the company. |
industry | String | The company's industry. |
number_of_employees | String | Range indicating the number of employees. |
annual_revenue | String | Estimated or known annual revenue. |