AppLovin MAX Connector

The Switchboard AppLovin MAX connector provides automated access with the AppLovin MAX API

Prerequisites

To configure access to the Smart Ad connector you will need the following properties:

API Key
Your account’s Report Key

Scheduling

The AppLovin MAX 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

columns list of strings
required
Which columns you want reported.

Sample Switchboard Script

download applovin_max from {
            type: "applovin_max";
            key: "applovin_max_key";
            columns: ["impressions","application","network"];
        } using { * };