Kueez
The Kueez Connector provides automated access to the Kueez Reporting API
Prerequisites
- API Token
- A user-unique API key that will be provided to you by your Kueez Account Manager
Scheduling
The Kueez 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
- metrics list of strings
- required
- metrics to be retrieved
impressionsbid_requestspublisher_revenue
- dimensions list of strings
- optional
- dimensions by which the data should be grouped
dayhoursite_domainbrowsercountry_codeosplatformad_formatconnection_id
- report_timezone string
- optional
- Supported values include:
UTC,GMT,EST,PST,CST,EAT,EDT,Israel,Asia/Jerusalem,Israel_Standard_Time,Israel_Daylight_Time
Sample Switchboard Script
download t from {
type: "kueez";
key: "kueez";
metrics: ["impressions","publisher_revenue"];
dimensions: ["day","country_code","platform"];
report_timezone: "PST"; // --> Optional, default "UTC"
} using { c1: integer; };