Mantis
Deprecation Notice
This connector is currently not available. If you require this connector, submit a request to our Customer Success team.The Switchboard connector for Mantis provides impressions and revenue reporting for the Mantis programmatic ad platform.
Prerequisites
To configure access the Mantis Connector, you need:
- API Key
- Network ID
To obtain the API Key and Network ID, contact your Mantis Account Manager.
Scheduling
The Mantis 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? |
network_id |
The unique identifier for your network. For Example: network_id: "123456789"; |
Required |
report_timezone |
The timezone to use for bucketing data into days. For Example: report_timezone: "UTC"; For available Time Zone values, see the TimeZone Database List. |
At least one value is required. |
Switchboard Script Syntax
import mantis_report from {
type: "mantis";
key: "mantis_key";
network_id: "123456789";
report_timezone: "UTC";
} using {
date: datetime;
domain: string;
earnings: float;
impressions: integer;
};