AdaptMx Connector

The Switchboard AdaptMx connector provides automated access with the AdaptMX Reporting API

Prerequisites

To configure access to the AdaptMx connector you will need the following:

API Key
The API Key is available in your account details (by clicking on your email in the top menu).

Scheduling

The AdaptMx connector can be scheduled to run at regular intervals, or at specific hours of the day.

By default, the connector will run once a day at 6am PT.

See Hourly Scheduling for more information.

Parameters

dimensions list of strings
optional
Allowed values can be found in the Dimensions Table of the AdaptMX documentation.
metrics list of strings
optional
Allowed values are impressions, revenue

Sample Switchboard Script

download t from {
        type: "adaptmx";
        key: "adaptmx";
        dimensions: ["date", "country_name", "country_code", "applications_name"];
        metrics: ["revenue", "impressions"];
        adaptmx_timezone: "UTC";
} using { * };