MobFox
The MobFox connector provides automated access to reporting data from the MobFox API.
Prerequisites
The MobFox connector requires you define Key in the Key Editor with the following property:
- API Key
- Contact MobFox to get this credential (which has previously been called “hash”)
Scheduling
The MobFox Ads 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
- attributes string list
- optional
country
,ad_format
,inventory
,address
,size
- advanced_stats numeric
- optional
- Using
0
returns data for just USA and Canada while1
returns data from all countries - day_group string
- optional
- the periodicity for which the group data
month
,day
,hour
Sample Switchboard Script
download t from {
type: "mobfox";
key: "mobfox";
attributes: ["country"]; // optional
advanced_stats: 1; // optional
day_group: "hour"; // optional
timezone: "America/Los_Angeles"; // optional
} using {*};