Sprout Social
The Sprout Social Connector provides automated access to ad analytics via the Sprout Social API.
Prerequisites
The Sprout Social Connector requires an API Token for its Switchboard Key
Scheduling
The Sprout Social 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
- customer_id string
- required
- The unique identifier for a client
- metrics string list
- required
- Available metrics vary based on the social media site. See below.
- social_site string
- required
- An identifier for one of the social media sites supported by sprout social.
Supported social media sites include:
Sample Switchboard Script
download t from {
key: "sprout_social_key";
type: "sprout_social:posts";
customer_id: 123456;
social_site: "facebook";
metrics: ["lifetime.impressions_organic","lifetime.impressions_paid"];
} using {*};