How to get more than 7 dimensions and 10 metrics from the Google Analytics API

Is it possible, to get data from Google Analytics that contain more than the usual limits found in the Google Analytics API.

I am using node-googleanalytics library to pull data from Google Analytics for use in node.js projects. When I querying more than 7 dimension or more than 10 dimension an error message is displayed [Error: Requested 8 dimensions; only 7 are allowed.] or [Error: Requested 11 metrics; only 10 are allowed.]. Is it possible to get more than 7 dimensions and 10 metrics?

Those are limits imposed by the Core Reporting API for Google Analytics. The latest Reference Guide (v3) specifies:

  • You can supply a maximum of 7 dimensions in any query.
  • You can supply a maximum of 10 metrics for any query.