Digital Turbine

The Digital Turbine connector automates automates access to the Digital Turbine API

Prerequisites

To configure access to the Digital Turbine connector, you need create a Digital Turbine key in the Key Editor with a a Consumer Key and a Consumer Secret. See the developer documentation on how to obtain the Reporting API Keys.

Scheduling

The Digital Turbine 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

publisher_id integer
required
The Publisher ID from the Console

Sample Switchboard Script

download t from {
    key: "digital_turbine";
    type: "digital_turbine";
    publisher_id: 219134;
} using {*};