Acuity Ads

The Switchboard connector for Acuity Ads provides automated daily reporting for ad impression and revenue data.

Prerequisites

To configure access to the Acuity Ads Connector, you need:

API Token
obtained from an Acuity Ads Account Manager

Scheduling

The Acuity Ads 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.

Additional parameters include lookback_days, lookback_months and lookback_years

This is the duration for which the data is pulled. The default lookback_days value is 30.

Parameters

metrics
values must be one of: date, pubId, bundleDomain, size, format, device, impr, revenue

REQUIRED

Switchboard Script Syntax

import acuity_ads from {
    type: "acuity_ads:detailed_report";
    key: "acuity_ads_key";           
    metrics: ["date", "pubId", "impr" ];
} using {
    date: date;
    pubId: string;
    impr: integer;
};