Trackonomics

The Trackonomics Connector provides automated access to the Trackonomics API.

Prerequisites

In the Key Manager, add a Key.

Choose the “Trackonomics API” credential type.

You will need to add the following properties:

  • Your email as for your account username.

  • Your account password.

  • System Token - Log in to your dashboard, click on the top-left dropdown menu button and click on Settings there. You will be navigated to the Settings page. From the Settings page you need to copy External API Token - this is the desired System Token.

  • Env Code (Environment code) - Log in to your dashboard, click on the top-left dropdown menu button and click on Settings there. You will be navigated to the Settings page. On the Settings page, you will see opened side menu. You need to click on Link Generator menu item. On the opened tab you will see Environment code - this is the desired Environment code.

Scheduling

The Trackonomics 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

data_type string
required
Allowed values include: Gross, Net

Sample Switchboard Script

download t from {
      type: "trackonomics";
      key: "trackonomics_key";
      data_type: "Gross"     // required (String)
} using {
      *
};