Sha256: 87c6cd3deb5366e03b02b4868fa97bbe36c5550f0102c666e7bd01e9df3b7564
Contents?: true
Size: 1.77 KB
Versions: 2
Compression:
Stored size: 1.77 KB
Contents
{ "kind":"analytics#gaData", "id":"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:123456&dimensions=ga:country,ga:city&metrics=ga:pageViews&start-date=2011-12-01&end-date=2011-12-31&start-index=1&max-results=5", "query":{ "start-date":"2011-12-01", "end-date":"2011-12-31", "ids":"ga:123456", "dimensions":"ga:country,ga:city", "metrics":[ "ga:pageViews" ], "start-index":1, "max-results":5 }, "itemsPerPage":5, "totalResults":1261, "selfLink":"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:123456&dimensions=ga:country,ga:city&metrics=ga:pageViews&start-date=2011-12-01&end-date=2011-12-31&start-index=1&max-results=5", "nextLink":"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:123456&dimensions=ga:country,ga:city&metrics=ga:pageViews&start-date=2011-12-01&end-date=2011-12-31&start-index=6&max-results=5", "profileInfo":{ "profileId":"123456", "accountId":"123456", "webPropertyId":"UA-123456-1", "internalWebPropertyId":"123456", "profileName":"example.com", "tableId":"ga:123456" }, "containsSampledData":true, "columnHeaders":[ { "name":"ga:country", "columnType":"DIMENSION", "dataType":"STRING" }, { "name":"ga:city", "columnType":"DIMENSION", "dataType":"STRING" }, { "name":"ga:pageviews", "columnType":"METRIC", "dataType":"INTEGER" } ], "totalsForAllResults":{ "ga:pageviews":"38817" }, "rows":[ [ "(not set)", "(not set)", "4" ], [ "Australia", "Adelaide", "4" ], [ "Australia", "Brisbane", "17" ], [ "Australia", "Geelong", "1" ], [ "Australia", "Melbourne", "5" ] ] }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
garb-0.9.8 | test/fixtures/report_feed.json |
garb-0.9.7 | test/fixtures/report_feed.json |