Skip to main content

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:

FieldTypeDescription
intentSourceStringData source, fixed as "snitcher".
websiteStringCompany's domain as identified by Snitcher.
nameStringThe name of the company.
industryStringThe company's industry.
number_of_employeesStringRange indicating the number of employees.
annual_revenueStringEstimated or known annual revenue.