Hi Harshad, Thanks for posting your concern.
Could you clarify first if your concern is related to Google Ads API or AdWords API? I asked this because the report you have specified in #1 item is for Google Ads API but the document you've provided is for AdWords API. If your concern is related to Google Ads API, then this is the document that you should referring. For now, since your code and report is based on Google Ads API, let me provide support on Google Ads API perspective as well. Please find my answer below for each question: 1. It returns 1,000,000+ keywords data. Does that mean it will be counted as 1 operation or 1,000,000+? -Reports would currently not be able to return 1,000,000 records at a time. Report sizes may be only up to 100,000 rows as discussed here. As additional information, please note that if page_size is not specified, it is automatically set to the maximum page size of 10,000 rows as discussed here. Also, as discussed in our best concepts guide for retrieving objects, the recommendation would be to limit the number of objects returned. You may check out our paging guide and the rest of our streaming guide for the best reporting options you can implement that would fit your requirement. 2. As it's mentioned in the above link that daily limit for operation is 10,000. If I try to execute code which performs more than 10,000 operations(mutate), -The daily operation limit for developer token with Basic access/Test account is 15,000 for Google Ads API. If you will perform more than 15,000 operations, then you will encounter the RESOURCE_EXHAUSTED quota error. 3. For following code I am trying to change Max CPC of three keywords, will it be counted as 3 operations and I will be charged for three operations OR it will be treated as 1 operation -This will count as 3 operations. Let me know if you have further questions. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q268PDJ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ipbBE000000000000000000000000000000000000000000000QI2S2L000UvrmLhBRXSA1avrR61VbA%40sfdc.net.
