Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-19 Thread Google Ads API Forum Advisor Prod
Hi, Since this is a new issue, I would appreciate it if you could open your concern on a new forum thread instead for better tracking. This is so other users will also not get confused on the issues on this post. Rest assured that our team will provide support for your concern. Regards,

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread cv
Hello Dannison, I mean this https://groups.google.com/d/msg/adwords-api/rxy7pR15k4E/xhu7L5V6AQAJ Thanks, On Wednesday, 19 June 2019 10:42:22 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Could you further elaborate the issue you are pertaining to with > deleted/draft accounts? > > Regards,

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi, Could you further elaborate the issue you are pertaining to with deleted/draft accounts? Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UAqiuI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-18 Thread cv
Hello John, Yes I know I can get the data that way but earlier API was giving issue to accounts that is deleted/draft accounts. How I can remove those accounts? Thanks, On Thursday, 13 June 2019 02:54:25 UTC+5:30, John wrote: > > Hi cv, > > You should use search requests instead of get

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-13 Thread Google Ads API Forum Advisor Prod
Hi John, Thank you for the suggestion. I will file a feature request on this. However, I cannot provide a comment on when this will be supported. For the mean time, you may keep an eye on our blog for news and updates regarding the Google Ads API. Regards, Dannison Google Ads API TEam

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-13 Thread John
I agree. At least a *customer_client_descriptive_name* field should be available in the customer_client resource to make a flat list of all available accounts with customer_id and name. On Thursday, June 13, 2019 at 1:14:40 AM UTC+2, Jean-Fabrice Rabaute wrote: > > Sorry, to make it a bit more

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-13 Thread Google Ads API Forum Advisor Prod
Hi, My apologies for the current limitation of this feature. The engineering team is currently working on a better solution on how to retrieve customer details efficiently. For the mean time, you may keep an eye on our blog for news and updates regarding this. Regards, Dannison Google Ads API

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-12 Thread Jean-Fabrice Rabaute
Sorry, to make it a bit more explicit, this still generates N queries instead of one. In the previous API, one query was returning everything. Here, one query per customer is needed, and when there are 1000 accounts under an MCC account, it takes several minutes to get back all the information,

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-12 Thread Jean-Fabrice Rabaute
A lot of people are asking about the same thing, because the "search" api does not work. The select does not return the information needed by clients usually. Data is missing and a subsequent call for each customer is needed to get more details. So this "solution" does not work in the real

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-06-12 Thread John
Hi cv, You should use search requests instead of get requests to retrieve information about all individual customers. Search requests are not limited to 1000 requests per day and only count for the operation limit, which is unlimited for standard access. Search requests are not considered to

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, Sorry for the inconvenience this may have caused. The Standard Access level has a limit of 1000 get requests per day as per this guide. The limit will reset a little over 24 hours before you can start making GET request again in the API. However, if you think that you are encountering this

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-05-27 Thread cv
Hi Dannison, I am doing operations with Standard Access developer token. I am doing best practise as well ( I mentioned that I am doing a pagination size of 20 records with delay of 5 seconds on each page

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, My apologies for the complications you may be encountering. The RESOURCE_EXHAUSTED error does not provide a retryAfterSeconds value. The reason you are encountering this is when you are hitting the Daily API operation limits or the Get requests count. You may consider applying for Standard

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-05-26 Thread cv
Hello Dannison/Darshan, This RESOURCE_EXHAUSTED limitation is very annoying, we can have 30 request/minute which I thought is less when we collect data through search query or making list out all the accounts. Like I am just making search query request with 50 accounts and going through to

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-22 Thread Darshan Pradhan
Update incase someone has similar case to solve as I did, which was I needed to pull all the customer details including name (which is not available in the customer_client call) under a mcc account. The only way to pull htis fro beta (as of today) is to query customer_client but it does not

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Please see my updated response below. Upon checking your code, I can confirm that your code appears to be logically correct. Since you are encountering the RESOURCE_EXHAUSTED error, I am afraid that this is a limitation specified in the Google Ads API Beta related to requests

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Upon checking your code, I can confirm that your code appears to be logically correct. Since you are encountering the RESOURCE_EXHAUSTED error, I am afraid that this could be a limitation in the Google Ads API Beta. The workaround solution you implemented by adding a delay is

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-04 Thread Darshan Pradhan
Hi Dannison, Thanks for reaching out to help. I have provided some code snippet below that I am using which grabs the list of Customer Accounts the user has access to and then using those customer Accounts it fetches the customer's clients. As seen below the list of accessible customer is

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-04 Thread Darshan Pradhan
Hi Dannison, Thanks for reaching out to help. I have provided the code snippet I am using which grab the list of Customer Accounts the user had access to and then using those customer Accounts it fetches the customers clients. This one grabs the list of accessible customer. I have

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, I am a colleague of Jaki, allow me to provide support for your concern. GET operation is supported in the AdWords API's BatchJobService but it only returns the status of the existing batchJobs. Also, batch jobs are not yet supported in the Google Ads API Beta. Could you provide the

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-31 Thread Darshan Pradhan
Thanks for the advise Jaki, I am not having luck with adding delays between the calls to fetch all the customer's info (name) under our manager account which has about 91 accounts and growing, so the calls are failing in some way also when trying to pull customer name for all linked accounts

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Unfortunately, it is not currently possible to get the descriptive name of client_customer via the customer_client resource. Also, The RESOURCE_EXHAUSTED error you are encountering could be caused

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-24 Thread darshan
Hi Jaki, I have marked your response as complete as it answers my original questions, but I have a follow up questions. Is there a way to also pull the customer name and/or descriptive name of the customer_client.client_customer from the Search Service. I used the CustomerService to

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you clarify if you would want to get the hierarchy of the accounts under your manager account? If so, then you may use customer_client resource. Below query should work to get the said hierarchy:

Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-23 Thread darshan
Currently the closest I got to listing the accounts that my user has access to is CustomerService.ListAccessibleCustomers, which only lists the customers accounts that are directly accessible to which are the list of my dummy accounts and a MCC account. I would like to list the account