Mobile Fuse
The Mobile Fuse Connector provides automated access to the Mobile Fuse Reporting API.
For further details please consult the Mobile Fuse Reporting API documentation
Prerequisites
The Mobile Fuse connector requires an API Key found in your account settings.
In the Key Manager, add a Key with a “Credential Type” of MobileFuse
Scheduling
The Mobile Fuse 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
- dimensions list of strings
- required
allowed values: country
date
hour
month
placement_id
placement_name
year
- metrics list of strings
- required
allowed values: clicks
ctr
earnings
imps
ecpm
vcr
video_starts
video_first_quartiles
video_midpoints
video_third_quartiles
video_completes
Sample Switchboard Script
download t from {
type: "mobilefuse:report";
key: "mobilefuse";
// Both required;
metrics: ["imps","clicks","earnings"];
dimensions: ["date","placement_id","placement_name"];
// Allows daily schedule
// Allows lookback_days, lookback_months and lookback_years
} using {
*
};