Skip to content

Instantly share code, notes, and snippets.

@AliMehrpour
Last active January 8, 2020 22:18
Show Gist options
  • Save AliMehrpour/e46b986e7d57a26ba89adadd81e45279 to your computer and use it in GitHub Desktop.
Save AliMehrpour/e46b986e7d57a26ba89adadd81e45279 to your computer and use it in GitHub Desktop.
Flurry Mobile App - Config Sample
{
"dashboards": [
{
"name": "Analytics",
"subDashboards": [
"name": "RealtimeUsage",
"displayType": "list",
"metrics": [
{
"Name": "Sessions",
"displayType": "chart",
"valueFormat": "float | int | date",
"xAxisFormat": "date | enum",
"api": "https://api-metrics.flurry.com/public/v1/data/realtime/day/?dateTime=2020-01-06T12:02/2020-01-07T13:03&metrics=sessions..."
},
...
],
"filter": {
context: "app | app_group"
filters: ["app", "country", ...]
}
]
},
{
"name": "Crash",
"subDashboards": [
...
]
},
...
],
"dimensions": [
{
"title": "App",
"id": "app",
"sortType": "asc"
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment