• Google Analytics Data/Management Service/API

    published 1.6.7 5 years ago
  • Usage: ```javascript const gqlSlice = require('gql-json-slicer');

    published 1.0.4 5 years ago
  • The library is built to query simple dimension/metric based tables. It allows to fetch data in the form you want it. ### example Query: ``` query customers{ fetch(country: US){ plan { revenue: sum(a: planPrice) } } } ``` Response: ``` {

    published 3.0.0-beta.5 2 years ago
  • published 1.0.10 3 months ago
  • The library is built to query simple dimension/metric based tables. It allows to fetch data in the form you want it.

    published 3.0.0-beta.23 16 days ago