Conversant Media (Epsilon)
The Switchboard Connector for Conversant Media automates access to Earnings, Inventory, and Placement reports.
Prerequisites
To set up the automation of Conversant Media reports, you need:
- Password
Use the same credentials used for logging in to the Conversant Media UI.
Scheduling
The Conversant Media 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.
Report Types
The following report types are available:
Earnings Report
Switchboard Script Syntax
import conversant_earnings from {
key: "conversant_key";
type: "conversant:earnings";
} using {
date: datetime;
impressions: integer;
earnings: float;
site_id: integer;
supply_type: string;
country: string;
deliveries: integer;
clicks: integer;
currency_code: string;
requests: integer;
placement_id: string;
};
Parameters
The Switchboard Connector for Conversant Media has no configurable parameters.
Inventory Report
Switchboard Script Syntax
import conversant_inventory_raw from {
key: "conversant_key";
type: "conversant:inventory";
} using {
title: string;
url: string;
site_id: integer;
site_type: string;
status: string;
};
Parameters
The Switchboard Connector for Conversant Media has no configurable parameters.
Placements Report
Switchboard Script Syntax
import placements from {
key: "conversant_key";
type: "conversant:placements;
} using {
name: string;
status: string;
placement_id: string;
site_id: int;
};
Parameters
The Switchboard Connector for Conversant Media has no configurable parameters.