Ogury Connector
The Switchboard Ogury connector provides automated access with the Ogury
Prerequisites
To configure access to the Ogury connector you will need the following properties:
- API Token
- Go to the Publisher Dashboard. Open the Account Settings. Open API Tokens. Lookup for the Reporting API and click on the Create Token action button. Copy and keep your token safely. See the API documentation for more details.
Scheduling
The Ogury 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.
Details Report
Retrieve all details of your organization.
Sample Switchboard Script
download t from {
key: "ogury";
type: "ogury:details";
} using {*};
Statistics Report
Retrieve the statistics of your organizations. For more details, see the Ogury documentation
Parameters
- ad_units list of strings
- optional
- format: [“yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy”,…]
- asset_types list of strings
- optional
- format: [“ANDROID”, “IOS”, “WEB”]
- assets list of strings
- optional
- format: [“OGY-XXXXXXXX”, …]
- countries list of strings
- optional
- Two letter country codes. format: [“FR”, “IT”, …]
- formats list of strings
- optional
- format: [“interstitial”, …]
- groups list of strings
- optional
- format: [“date”, “revenues”, “organization”]
- See the Ogury SDK documentation for for possible values for groups
- integration_types list of strings
- optional
- format: [“standard_integration”, “header_bidding”]
- metrics list of strings
- optional
- format: [“impressions”,”revenues”,”ecpm”,”requests”]
- Allowed Values:
impressions
,revenues
,ecpm
,requests
- organizations list of strings
- optional
- format: [“xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”, …]
Sample Switchboard Script
download t from {
key: "ogury";
type: "ogury:statistics";
metrics: ["impressions","revenues","ecpm","requests"];
organizations: ["038bdde4-8910-48bf-bac0-a8863fd12345"];
assets: ["OGY-6A5C141C0D64"];
asset_types: ["ANDROID", "IOS" ];
ad_units: ["8a42c6d0-e12b-013a-b111-4b47c2112345"];
countries: ["AE", "BO", "IN", "US"];
formats: ["interstitial", "small_banner", "rewarded", "mpu"];
groups: ["date","asset","ad_unit","format","integration_type"];
integration_types: ["standard_integration"];
} using {*};