-
Notifications
You must be signed in to change notification settings - Fork 6
Super Proxy not working #2
Copy link
Copy link
Open
Description
@msanand First of all, thanks for the amazing work.
Everything except the super-proxy works great for me. The reply I receive has some extra data, but it shouldn't cause any problems. Can you please take a look and help me find the issue?
Thanks in advance.
Reply from your super-proxy link, with some data removed:
{
"rows": [ ... ]
"columnHeaders": [ ... ],
"totalResults": 63,
"query": {
"end-date": "today",
"filters": "ga:hostname==anandmanisankar.com",
"metrics": [
"ga:users",
"ga:pageviews",
"ga:avgTimeOnPage"
],
"start-index": 1,
"start-date": "2014-08-15",
"dimensions": "ga:hostname,ga:pagePath",
"max-results": 10000
},
"itemsPerPage": 10000,
"totalsForAllResults": {
"ga:users": "62857",
"ga:avgTimeOnPage": "215.25300518429898",
"ga:pageviews": "85991"
},
"containsSampledData": false,
"kind": "analytics#gaData"
}Reply from my super-proxy link. The columnHeaders are identical to what you get.
{
"rows": [ ... ],
"columnHeaders": [ ... ],
"totalResults": 6,
"query": {
"end-date": "today",
"filters": "ga:hostname==sumitsahrawat.me",
"metrics": [
"ga:users",
"ga:pageviews",
"ga:avgTimeOnPage"
],
"ids": "ga:103642860",
"start-index": 1,
"start-date": "30daysAgo",
"dimensions": "ga:hostname,ga:pagePath",
"max-results": 10000
},
"itemsPerPage": 10000,
"totalsForAllResults": {
"ga:users": "21",
"ga:avgTimeOnPage": "125.50467289719626",
"ga:pageviews": "131"
},
"containsSampledData": false,
"kind": "analytics#gaData",
// You don't get the stuff below, but I can't remove it either.
// I think it's because of some update to the analytics API
"profileInfo": {
"accountId": "63951134",
"profileName": "All Web Site Data",
"profileId": "103642860",
"tableId": "ga:103642860",
"internalWebPropertyId": "99715319",
"webPropertyId": "UA-63951134-1"
},
"selfLink": "https:\/\/www.googleapis.com\/analytics\/v3\/data\/ga?ids=ga:103642860&dimensions=ga:hostname,ga:pagePath&metrics=ga:users,ga:pageviews,ga:avgTimeOnPage&filters=ga:hostname%3D%3Dsumitsahrawat.me&start-date=30daysAgo&end-date=today&max-results=10000",
"id": "https:\/\/www.googleapis.com\/analytics\/v3\/data\/ga?ids=ga:103642860&dimensions=ga:hostname,ga:pagePath&metrics=ga:users,ga:pageviews,ga:avgTimeOnPage&filters=ga:hostname%3D%3Dsumitsahrawat.me&start-date=30daysAgo&end-date=today&max-results=10000"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels