Video Intelligence
The Switchboard Video Intelligence Connector provides automated access to programmatic revenue and impression reports.
Prerequisites
To configure access to the Video Intelligence Connector, you need:
- Client ID
- Client Secret
To obtain your Client ID and Secret, please contact your FreeWheel Account Manager.
Scheduling
The Video Intelligence 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
Parameter | Description | Required/Optional? |
---|---|---|
dimensions |
A string list of requested report dimensions. Allowed values are: domain country date os deviceType adSource placementName |
Required |
Sample Switchboard Script
import video_intelligence from {
type: "video_intelligence";
key: "video_intelligence_key";
dimensions: [
"domain",
"country",
"date",
"os",
"deviceType",
"adSource",
"placementName"];
} using {
report_date: datetime;
date: datetime("YYYY-MM-dd'T'HH:mm:ss.SSSZ");
publisherId: integer;
domain: string;
country: string;
deviceType: string;
os: string;
adSource: string;
placementName: string;
clicks: integer;
netRevenue: float;
clickThroughRate: float;
inventoryFillRate: float;
inventoryImpressions: integer;
inventoryRequests: integer;
inViewFillRate: float;
inViewRate: float;
inViewRequests: integer;
netEcpm: float;
firstQuartile: integer;
midpoint: integer;
thirdQuartile: integer;
complete: integer;
completionRate: float;
unmonetizablePlacements: integer;
};