Show Heroes
The Show Heroes Connector provides automated access to data retrieved via the reports generated automatically by Show Heroes Reporting API
Prerequisites
You will need to create a Key in the Key Editor for Show Heroes with the following value:
- api_token
- Your API key as provided by the ShowHeroes publisher manager
Scheduling
The Show Heroes 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
- exclude_unit_ids
- required
- An optional list of integers representing the Supply Unit IDs excluded from reports.
- Each publisher comprises one or more Supply Units internally with ShowHeroes. A Supply Unit may be a domain or a predefined vertical and is setup by the ShowHeroes supply manager or by the ad operations team. Supply Unit IDs may be obtained through the Show Heroes API or you may submit a request to our Customer Success team.
Sample Switchboard Script
download t from {
type: "show_heroes:report";
key: "show_heroes_key";
// Optional
exclude_unit_ids: [integer, integer];
// Allows daily schedule
} using {
*
};