Verve
Deprecation Notice
This connector is currently not available. If you require this connector, submit a request to our Customer Success team.The Verve Connector provides automated access to the Verve Reporting API
Prerequisites
The Verve connector requires you create a Key with a Reporting API access Token, available in dashboard account menu (click “Reporting API Key”).
Scheduling
The Verve connector can be scheduled to ingest data once per day at a user-defined hour and timezone.
By default, the connector will run once at 6am PT.
See Daily Scheduling for more information.
Parameters
- group_by string list
- required
- valid values include:
country_code
,date
,store_app_id
,zone_id
,zone_name
Sample Switchboard Script
download t from {
type: "verve:wide_report";
key: "verve_key";
group_by: ["zone_id","country_code"];
report_timezone: "+01:00";
} using {*};