mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
26 lines
597 B
JSON
26 lines
597 B
JSON
|
{
|
||
|
"reports": [
|
||
|
{
|
||
|
"columnHeader": {
|
||
|
"dimensions": [
|
||
|
"ga:date",
|
||
|
"ga:source",
|
||
|
"ga:medium",
|
||
|
"ga:campaign",
|
||
|
"ga:adContent",
|
||
|
"ga:keyword"
|
||
|
],
|
||
|
"metricHeader": {
|
||
|
"metricHeaderEntries": [
|
||
|
{ "name": "ga:users", "type": "INTEGER" },
|
||
|
{ "name": "ga:sessions", "type": "INTEGER" },
|
||
|
{ "name": "ga:bounces", "type": "INTEGER" },
|
||
|
{ "name": "ga:sessionDuration", "type": "TIME" }
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"data": { "isDataGolden": true }
|
||
|
}
|
||
|
]
|
||
|
}
|