Venatus
The Switchboard Venatus connector provides automated repoting of revenue and ad impression metrics by site and placement.
Prerequisites
To configure access to the Venatus Connector, you need:
- A username and password used to login to your Venatus account.
Scheduling
The Venatus 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.
Sample Switchboard Script
download venatus from {
type: "venatus";
key: "venatus_key";
dimensions: [
"hour",
"site_id",
"placement_id",
"is_mobile",
"win_type"];
} using {
hour: datetime;
account_id: string;
site_id: string;
placement_id: string;
is_mobile: boolean;
win_type: string;
cpm: float;
revenue: float;
impressions: integer;
};
Parameters
Parameter | Description | Required/Optional? |
---|---|---|
dimensions | A string list containing one or more of the following options: hour country is_mobile win_type size site_id placement_id |
Required |