Vidazoo

The Switchboard Vidazoo connector automates daily ingestions of data from the Vidazoo API.

Prerequisites

To configure access to the Vidazoo Connector, you need to create an Access Token for the Switchboard Key

Scheduling

The Vidazoo 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

account_id string
required
String identifier for your Vidazoo account. To determine your account ID, log into the Publisher UI and see the API Query Tool
activity_name string
required
The activity for which you wish to generate report data
dimensions string
required
See the Vidazoo documentation for a list of available dimensions.
metrics string
required
See the Vidazoo documentation for a list of available metrics.

Sample Switchboard Script

download t from {
            type: "vidazoo:report";
            key: "vidazoo";
            account_id: "4989frnlen29396n3463";
            activity_name: "Activity Name";
            metrics: ["Impressions","Revenue"];
            dimensions: ["Domain"];
} using { * };