Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9305829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T00:01:15+00:00 2026-06-19T00:01:15+00:00

The response to each GA request returns a certain number of rows (with a

  • 0

The response to each GA request returns a certain number of rows (with a maximum of 10,000). If your first request defines a query that will result in more than 10,000 rows (say for the example it results in 26,000 rows), then only the first 10,000 rows will be returned. Then you have to make another request (with the same query), specifying that you want the next 10,000 rows starting at 10,001, then another request that specifies you want the rows after 20,001.

My question is does the Pentaho Google analytics plugin do this under the hood? I cannot seem to find any meaningful documentation anywhere on the subject. Thanks in advance for any information you can provide.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-19T00:01:16+00:00Added an answer on June 19, 2026 at 12:01 am

    So according to Google the default maxResults setting is 1,000. The GA PDI component is open source so the code is easily accessible, after a quick scan of their Java code it looks like internally the component uses the default MaxResults per request (1,000) and then continues to page over the remaining result set in chunks of 1,000. This is what I had assumed but it’s good to be sure that the component will get all of your data that exceeds 10,000 rows per result set. Now the only thing i’m not sure about is if this will play well with the Google 10 queries per second (QPS) per IP quota limit.

    GAInputstep.java:

    private DataEntry getNextDataEntry() throws KettleException {
        // no query prepared yet?
        if (data.query == null){
            data.query = getQuery();
            // use default max results for now
            //data.query.setMaxResults(10000);
    
            ...
        }
        // query is there, check whether we hit the last entry and requery as necessary
        else if (data.entryIndex >= data.feed.getEntries().size()){
            if (data.feed.getStartIndex()+data.entryIndex <= data.feed.getTotalResults()){
                // need to query for next page
                data.query.setStartIndex(data.feed.getStartIndex()+data.entryIndex);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If your response in Sinatra returns an 'eachable' object, Sinatra's event loop will 'each'
I'm trying to make an ajax request recursively upon each success response that is
I am trying to create an ajax request to a WebService that returns data
I have a web service with several methods, each method has its own response
I have a variable name subject. For each unique subject there are 240 response
Response.Write(Request.LogonUserIdentity.Name: +Request.LogonUserIdentity.Name); Response.Write(<br/>); Response.Write(WindowsIdentity.GetCurrent().Name: + WindowsIdentity.GetCurrent().Name); Response.Write(<br/>); as above, if I use anonymous credential,
i have a function which returns a certain ammount of data triggered in AJAX
I'm using the Agatha request/response library (and StructureMap, as utilized by Agatha 1.0.5.0) for
Assume, for whatever reason, that we have three inline scripts on a page. Each
I am trying to implement a function on jquery datatable, that returns the 1st

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.