n8n-nodes-doubleverify
v0.1.3
Published
n8n node for the DoubleVerify Report Data API
Maintainers
Readme
n8n-nodes-doubleverify
This is an n8n community node for the DoubleVerify Report Data API V1.
It lets you interact with the DoubleVerify Report Data API directly from your n8n workflows.
Installation
Follow the n8n community nodes installation guide.
npm
npm install n8n-nodes-doubleverifyCredentials
You need a DoubleVerify API Bearer Token. Contact your DoubleVerify account team to obtain API access.
Resources
This node supports the following resources and operations:
| Resource | Operations | | --- | --- | | Report | Create Request, Get Status, Fetch Data | | Request Type | Get Many, Get Details | | Template | Get Details | | Dimension | Get Many, Get Filter Values | | Metric | Get Many | | Compatibility | Check | | Data Load Time | Get |
Usage
Creating a Report
- Select the Report resource and Create Request operation.
- Choose a Request Type ID (use the Request Type resource to discover available types).
- Set the Date From and Date To range.
- Provide the Metrics array as JSON.
- Optionally add dimensions, time zone, and metric thresholds in the additional options.
- The API returns a request ID. Use Get Status to poll until the report is ready, then Fetch Data to download the CSV results.
Discovering Available Fields
Use the Request Type, Dimension, and Metric resources to discover what's available for your account before building report requests.
Checking Compatibility
Use the Compatibility resource to verify that your selected dimensions and metrics can be used together before creating a report.
