RE: pagination

2024-11-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. I understand that your concern is related to pagination. The GoogleAdsService.Search supports paging in fixed page sizes of 10,000 rows. Search can send multiple paginated requests to download the entire report, SearchStream

Pagination

2024-11-18 Thread Bimal Ram
Hi team, I would like to know how to implement pagination for different API calls such as for campaigns, accounts etc. Thank you, Regards. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: Report Pagination

2022-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. It is possible that a large data set and large page_size will cause a timeout issue, but it is generally faster to make fewer requests. Please let us know if you have any follow up questions on this. Regards, Matt Google Ads API Team Matt Google Ads API Team re

Report Pagination

2022-02-02 Thread Eftikhar Abu Libdeh
Hello fearless team I want to ask about pagination un report. we are using ad group and click performance reports, data is big, so we are using pagination as mentioned here <https://developers.google.com/google-ads/api/docs/reporting/paging?hl=en> , so it says I need to specify the pag

Re: Can GoogleAdService Query Pagination support fetching a specific page?

2022-01-07 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Zhong, Thank you for the reply. Allow me to raise a feature request to my team about the pagination that you are looking for in the report, subject for review. For now, please follow our blog as we will post relevant updates when it become support. Regards, Ernie John Blanca Tacata Google

Re: Can GoogleAdService Query Pagination support fetching a specific page?

2022-01-06 Thread Zhong Li
> Hi, > > Thanks for reaching out to us. > > Note that LIMIT with offset is not supported in GAQL. An equivalent way to > achieve this using pagination. The pagination uses pageSize by specifying > page_size > <https://developers.google.com/google-ads/api/reference/rpc/v9/

RE: Can GoogleAdService Query Pagination support fetching a specific page?

2022-01-06 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Note that LIMIT with offset is not supported in GAQL. An equivalent way to achieve this using pagination. The pagination uses pageSize by specifying page_size in your request. This will break up the result set of the query into multiple responses that each

Can GoogleAdService Query Pagination support fetching a specific page?

2022-01-06 Thread Zhong Li
In the old AdWords API, the SelectorBuilder can specify offset/limit to fetch a specified page of entity results(https://ads-developers.googleblog.com/2014/02/adwords-api-java-selector-builder.html). For example, if my campaign has 2000 ads, I want to list the ads from 501 to 600, then I make

RE: pagination

2020-12-17 Thread Google Ads API Forum Advisor Prod
Hi, If you are looking in reporting, then please check the following guide: https://developers.google.com/google-ads/api/docs/reporting/paging?hl=en If it is in general, in Google Ads API, there is a searchStream rpc to retrieve the results set as a streamed response rather than a paged respons

pagination

2020-12-16 Thread Krzysztof Rodo
Hi, I am trying to do the pagination with google ads api. How can I do this? I would like to divide result to chunks of 10 ads per request. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: Google Ads API Python Client Library Pagination

2019-04-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dimitri, Thanks for creating the issue. Someone from our team will follow up with you on that issue soon. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/sear

Re: Google Ads API Python Client Library Pagination

2019-04-08 Thread dmitrii . stebliuk
Hello Sai, Thank you for your response. I've added an issue to github: https://github.com/googleads/google-ads-python/issues/73 Kind regards, Dmitrii. On Friday, April 5, 2019 at 10:53:24 PM UTC+2, googleadsapi-forumadvisor wrote: > > Hello Dimitri, > > When you specify the page limit as 50

RE: Google Ads API Python Client Library Pagination

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dimitri, When you specify the page limit as 50 only 50 elements will be displayed per page even though the LIMIT mentioned is 51. I tried the same scenario at my end and I was able to get the 51th row in second page. If you are still facing the issue, please raise an issue in our client li

Google Ads API Python Client Library Pagination

2019-04-05 Thread dmitrii . stebliuk
Hello, I use a python client library for Google Ads API. I need to show to a user a result of an arbitrary GAQL query with 50 elements per page pagination. For example I have this query: SELECT campaign.id FROM campaign LIMIT 51 And this code to fetch the results: client

Re: ReportDownload API and Pagination

2018-01-16 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Angel, The report download request may time out on extremely large data sets. There is no explicit data size limit, however, the server may return an error if the report is too large. As you had asked, you can use

ReportDownload API and Pagination

2018-01-16 Thread Angel Lubenov
So I'm using the Report Download API to get a huge amount of data (the AWQL ask data from AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT with no date filter (ALL_TIME)). The network gziped connection traffic is about 64 MB but the uncompressed information represents 1.7 GB, it makes my browser explode

Re: TargetingIdeaService Pagination Limits

2016-12-05 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Charles, It turns out that there is actually a limit of the number of results returned from *TargetingIdeaService*. We've updated the documentation accordingly here . Thanks for much for raising this question.

Re: TargetingIdeaService Pagination Limits

2016-11-21 Thread Charles Michael
PM sent. Thank you Joyce. On Monday, November 21, 2016 at 9:44:42 PM UTC-5, Joyce Lava wrote: > > Hello Charles, > > You should be able to fetch the results beyond 700 by using the startIndex. > I would recommend trying the query to the Keyword Planner tool in the UI > and then do the same que

Re: TargetingIdeaService Pagination Limits

2016-11-21 Thread 'Joyce Lava' via AdWords API Forum
Hello Charles, You should be able to fetch the results beyond 700 by using the startIndex. I would recommend trying the query to the Keyword Planner tool in the UI and then do the same query in the API so we can confirm if the query should be getting any results or not. After doing so in both U

TargetingIdeaService Pagination Limits

2016-11-21 Thread Charles Michael
Hello, I'm trying to use TargetingIdeaService to fetch as many suggestions as possible for some generic keywords I want to explore. From the limits page, I can see there is a hard limit of 700 keyword suggestions returned as output per request. I can also see from the Paging feature of Targeti