AdColony Publisher Reports

The Switchboard AdColony Publisher Report Connector provides information for publishers using the Video Ad Network to retrieve ad performance reporting.

Prerequisites

To configure access to the AdColony Publisher Report Connector, you need:

  • APIKey

To obtain the APIKey, contact your AdColony Publisher Report Account Manager.

Scheduling

AdColony Publisher Report 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

import adcolony_raw from {
        type: "adcolony";
        key: "adcolony_key";
        group_by: ["app","country","zone"];
} using {
       start_date: datetime;
       end_date: datetime;
       internal_app_id: integer;
       store_id: string;
       internal_zone_id: integer;
       zone_id: string;
       zone_name: string;
       app_id: string;
       app_name: string;
       platform: string;
       country: string;
       impressions: integer;
       earnings: float;
       house_cvvs: integer;
       completion_rate: float;
       fill_rate: float;
       cvvs: integer;
       ecpm: float;
       clicks: integer;
       ctr: integer;
       house_impressions: integer;
       requests: integer;
}; 

Parameters

Parameter

Description

Required/Optional?

group_by

A list of requested groups. 

For Parameters descriptions, see AdColony Publisher Reporting API Document.

At least one value is required