Amplify (Outbrain)
Deprecation Notice
This connector is currently not available. If you require this connector, submit a request to our Customer Success team.The Amplify (Outbrain) connector provides automated access reporting for Amplify campaign performance.
There are multiple reports that allow you to retrieve metrics at different levels of granularity.
- Prerequisites
- Scheduling
- Campaigns Report
- Publishers by Campaigns Report
- Platforms by Campaign Report
Prerequisites
You will need to create a Key through the Key Editor with the following properties for Amplify:
- Your Outbrain user name
- password
- Your Outbrain password
Scheduling
The Amplify (Outbrain) 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.
Campaigns Report
The Campaigns Report retrieves marketer campaign data with performance statistics.
Parameters
- marketer_id string
- required
- Marketers are representatives of Outbrain customers. A single Marketer object may control campaigns for more than one end-buyer. The marketer_id is obtained from the Outbrain Account Manager. Example:
abf4b02153ee75f3cadc4fc128ab0419ab
Sample Switchboard Script
download t from {
type: "amplify_reporting:campaigns";
key: "amplify_key";
marketer_id: "<marketer id>"; // required
} using {* };
Publishers by Campaign Report
This report retrieves publishers data by campaign breakdown.
A publisher is a content site that displays Outbrain recommendations on which your promoted content appeared.
Parameters
- marketer_id string
- required
- Marketers are representatives of Outbrain customers. A single Marketer object may control campaigns for more than one end-buyer. The marketer_id is obtained from the Outbrain Account Manager. Example:
abf4b02153ee75f3cadc4fc128ab0419ab
Sample Switchboard Script
download t from {
type: "amplify_reporting:publishers_by_campaigns";
key: "amplify_key";
marketer_id: "<marketer id>"; // required
} using {* };
Platforms by Campaign Report
This report retrieves platform data by campaign breakdown.
A platform is one of the following:
- DESKTOP
- MOBILE
- TABLET
Parameters
- marketer_id string
- required
- Marketers are representatives of Outbrain customers. A single Marketer object may control campaigns for more than one end-buyer. The marketer_id is obtained from the Outbrain Account Manager. Example:
abf4b02153ee75f3cadc4fc128ab0419ab
Sample Switchboard Script
download t from {
type: "amplify_reporting:platforms_by_campaigns";
key: "amplify_key";
marketer_id: "<marketer id>"; // required
} using {* };