Connatix

The Switchboard Connatix connector automates daily ingestions of user-created Connatix reports.

Prerequisites

To configure access to the Connatix Connector, you need:

  • A Email Address and Password used to login to your Connatix account.

Scheduling

The Connatix 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.

Note that backfilling the Connatix connector requires that you treat it as Snapshot Data Source. For this connector, you will need target an alternate report-id which points to a report containing the data which needs to be backfilled.

Parameters

report_id string
required
String identifier of the Connatix report to automate.

Sample Switchboard Script

import connatix_report from {
    key: "connatix_key";
    type: "connatix";
    report_id: "ab12345-945a-4c6e-b0ca-35f497df4d9b";
} using {
    report_date: datetime;
    day: datetime("dd-MMM-YYYY");
    domain_app: string;
    platform: string;
    device: string;
    browser: string;
    os: string;
    country: string;
    implementation_type: string;
    ad_impressions: integer;
    publisher_total_revenue_usd: float;
    connatix_demand_revenue: float;
    publisher_demand_revenue: float;
};