Infolinks Connector

The Switchboard Infolinks connector provides automated access with the Infolinks Publisher API

Prerequisites

To configure access to the Infolinks connector you will need to create a Key in the Key Manager with the following information:

Security Token
Authentication is done using a security token provided by Infolinks customer support.

Scheduling

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

pid integer
required
Your Infolinks account PID (identifying number) id, found under the Infolinks Publisher Center’s “My Websites” tab.

Sample Switchboard Script

download t from {
        type: "infolinks";
        key: "infolinks";
        pid: 5555555;    // required (Integer)
} using {*};