Skip to content

Instantly share code, notes, and snippets.

@adamsilverstein
Created July 1, 2020 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamsilverstein/672e06450ab14952d32b4f09611cbc9a to your computer and use it in GitHub Desktop.
Save adamsilverstein/672e06450ab14952d32b4f09611cbc9a to your computer and use it in GitHub Desktop.
"modules::analytics:report::1cc2cfc3218eab9aa0d167f96fe944ea": [{
"nextPageToken": null,
"columnHeader": {
"dimensions": ["ga:channelGrouping"],
"metricHeader": {
"metricHeaderEntries": [{
"name": "Sessions",
"type": "INTEGER"
}, {
"name": "Users",
"type": "INTEGER"
}, {
"name": "New Users",
"type": "INTEGER"
}]
}
},
"data": {
"dataLastRefreshed": null,
"isDataGolden": null,
"rowCount": 4,
"samplesReadCounts": null,
"samplingSpaceSizes": null,
"rows": [{
"dimensions": ["Organic Search"],
"metrics": [{
"values": ["667", "617", "599"]
}]
}, {
"dimensions": ["Direct"],
"metrics": [{
"values": ["171", "155", "150"]
}]
}, {
"dimensions": ["Social"],
"metrics": [{
"values": ["55", "55", "53"]
}]
}, {
"dimensions": ["Referral"],
"metrics": [{
"values": ["8", "8", "8"]
}]
}],
"totals": [{
"values": ["901", "835", "810"]
}],
"minimums": [{
"values": ["8", "8", "8"]
}],
"maximums": [{
"values": ["667", "617", "599"]
}]
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment