RE: timeout: listaccessiblecustomers

2025-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi. I would like to inform you that the issue has been resolved. Kindly try your API request again and let us know if you face any issues. Thanks, Google Ads API Team Feedback How was our support today? [2025-07-03 09:19:21Z GMT] This message is in relation to case "ref:!00D1U01174p.!500H

timeout: listAccessibleCustomers

2025-07-02 Thread Paulo Silva
i try to access the method https://googleads.googleapis.com/v19/customers:listAccessibleCustomers *But i receive the timeout response* * Preparing request to https://googleads.googleapis.com/v19/customers:listAccessibleCustomers * Current time is 2025-07-02T17:58:27.073Z * Enable automatic URL

Re: Get the names of the customer accounts using listAccessibleCustomers

2024-05-15 Thread Rathina Boopathi
ing an object on a scalar field' } ] } What is the status of getting the descriptive names in listAccessibleCustomers() call itself? On Wednesday, November 22, 2023 at 9:14:21 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google

Re: Get the names of the customer accounts using listAccessibleCustomers

2023-11-22 Thread Olivier Clémence
Hi, i use this to get the descriptive name in one go : $query = 'SELECT customer_client.descriptive_name, customer_client.client_customer, customer_client.level,' . ' customer_client.manager, customer_client.descriptive_name,' . ' customer_client.currency_code, customer_client.time_zone,' . ' cu

RE: trying to retrieve listaccessiblecustomers but (missing authorization code)

2023-09-28 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. By reviewing your concern, I understand that you are trying to retrieve listAccessibleCustomers but getting an error message "Missing authorization code". In order to investigate your issue further, kindly provide u

Trying to retrieve listAccessibleCustomers but (Missing authorization code)

2023-09-25 Thread Enzo Patriarca
($googleAdsClient,$authorizationCode); } catch (Exception $e) { // Handle any exceptions that may occur during OAuth2 or API requests dd($e); } public static function runExample(GoogleAdsClient $googleAdsClient, $authorizationCode){ // dd($authorizationCode); $customerServiceClient = $googleAdsClient->ge

Re: listaccessiblecustomers

2023-08-29 Thread cv
I apologize if my previous explanation was unclear. When using the *ListAccessibleCustomers* function, it returns resource names of customers directly accessible by the user authenticated for the call. This includes accounts that are currently in the *setup process*. The challenge arises when

ListAccessibleCustomers

2023-08-28 Thread cv
Hello, I've observed that the ListAccessibleCustomers function is providing information about all customers, including those that are currently in the "SetUp in progress" status. In my specific use case, I retrieve information about each customer by using the followin

Re: Get the names of the customer accounts using listAccessibleCustomers

2023-08-08 Thread Miguel Angel Garcia
authorization_error: USER_PERMISSION_DENIED*" (which I don't understand, because it should be automatically showing the accounts that the user has permission to access, I'm not giving those accounts/IDs manually). On Wednesday, August 9, 2023 at 8:11:45 AM UTC+2 Miguel Angel Garcia wr

Re: Get the names of the customer accounts using listAccessibleCustomers

2023-08-08 Thread Miguel Angel Garcia
OK, and what about the second part of my message? *If listAccessibleCustomers is not going to provide account names anytime soon, can you at least provide code examples of how to get that info in the most efficient and reliable way possible (I need it for Python).* On Tuesday, August 8, 2023

Re: Get the names of the customer accounts using listAccessibleCustomers

2023-08-08 Thread Miguel Angel Garcia
Any updates on this? Seems like a pretty frequent need (I've found several threads about this in this forum and other websites). If listAccessibleCustomers is not going to provide account names anytime soon, can you at least provide code examples of how to get that info in the most effi

listAccessibleCustomers returning empty list

2023-04-17 Thread Guilherme Mena
Hello, One of my clients is integrating with our platform, and their Google ads account is returning an empty list when using the "listAccessibleCustomers" function. What could be causing this issue? Thanks P.S. I have already checked the accepted scopes and

Get ListAccessibleCustomers error "Request contains an invalid argument"

2023-04-10 Thread Khải Nguyễn Danh
Hi i have granted this webapp permission to access my ad account but when i try to get client data getting the error "", _developerToken, _clientId, _clientSecret are what i use to get the account .RefestToken, but when I reuse it here it gives an error, here is my code: GoogleAdsConfig config

Re: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-07 Thread Giovanni Quarella
I am using the last .NET client library. ListAccessibleCustomers gives me no error at all, but return only the account id of the caller and not all the account id that I retrieve using what I found in the above stackoverflow link. Il giorno martedì 7 marzo 2023 alle 14:48:32 UTC+1 Google Ads

Re: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Giovanni, Thank you for getting back to us. I hope you are doing well today. Moving forward to your concern, I really understand that you encountered an error when you tried the ListAccessibleCustomers. However, can I ask if you tried the solution that you saw in the https

Re: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-07 Thread Giovanni Quarella
In the meanwhile I discovered a user with the same problem and with his solutions it works https://stackoverflow.com/questions/68265386/get-a-list-of-mcc-accounts I still do not understand why ListAccessibleCustomers does not work Il giorno lunedì 6 marzo 2023 alle 10:57:30 UTC+1 Google Ads

RE: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Giovanni, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regards to your concern, could you provide more context or details to your issue so that we can further check and provide precise guidance accordingly? Regards, Google Ads API Team ref:_00

Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-04 Thread Giovanni Quarella
Hi, I setup service account as described in https://developers.google.com/google-ads/api/docs/oauth/service-accounts?hl=en The call to var customerService = client.GetService(Services.V13.CustomerService); var customers = customerService.ListAccessibleCustomers(new ListAccessibleCustomersReques

Re: ListAccessibleCustomers does not obtain the account list under the manager's account

2022-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, This is Carmela, also from the Google Ads API team. Thank you for getting back to us. Moving forward, could you provide the complete request and response logs with the request ID and request header generated on your end so we can have a better view on this? If you haven't yet, logging

Re: ListAccessibleCustomers does not obtain the account list under the manager's account

2022-09-26 Thread SUBIN P VASU
It's NOT working in REST API. No details Found about get account hierarchy there. On Friday, 29 July 2022 at 16:54:43 UTC+5:30 adsapi wrote: > Hello, > > Thank you for reaching out to our API support team. > > If you want to get the account list under your manager account, you may > use the Get

RE: ListAccessibleCustomers does not obtain the account list under the manager's account

2022-07-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to our API support team. If you want to get the account list under your manager account, you may use the Get Account Hierarchy instead. The reason is, by using List Accessible Accounts, it will just return your customer id which your user account/email address

ListAccessibleCustomers does not obtain the account list under the manager's account

2022-07-29 Thread 人善妒 .
[image: 1659080821953.jpg] None of the ids returned here are in my manager's account -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

RE: Migrate AdWords to Google Ads Api. Get empty list of customer when calling listAccessibleCustomers

2022-07-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. For our team to further investigate the issues you are encountering, could you please provide the complete API logs (request and response with request-id) from the step 1 and step 2 generated on your end? Note that these can be requested or provided to the

Migrate AdWords to Google Ads Api. Get empty list of customer when calling listAccessibleCustomers

2022-07-15 Thread Hồ Minh Nhật - ITC - AI & Big Data - Software Engineer
Hello Google Ads Team, Currently, I'm migrating to Google Ads Api. I'm struggle in retrieving the login-customer-id. I'm following https://developers.google.com/google-ads/api/docs/migration/login-customer-id this URL to get customer-id. But at step 1 it return empty list of customers Note: De

Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
listAccessibleCustomers API calls. With regards to your concern, I have raised a feature request for your concern (require an account name details when using listAccessibleCustomers API calls) internally within our team on your behalf. Please note our team is unable to share any update/status for

Internal errors for ListAccessibleCustomers calls

2022-04-13 Thread Anand
Hello, We are seeing an increase in internal errors for ListAccessibleCustomers and a few SearchStream calls starting 04/08 15:00 (even higher after 04/11). A large portion of the calls succeed on retry but we are still seeing some persistent failures. Request made: Host: https

Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello, Thanks for the response Jakeia. I still have some confusion regarding the API. I think I did not make myself very clear in the above questions. I am able to get the account IDs (e.g. 123-456-789, etc.) using the List Accessible Accounts

Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello. Thanks for the response Jakeia. I still have some confusion regarding the API. I think I did not make myself very clear in the above questions. I am able to get the account IDs (e.g. 123-456-789, etc.) using the List Accessible Accounts

Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello. Thanks for the response. I still have some confusion regarding the API. I think I did not make myself very clear in the above questions. [image: ads2.png] Looking at the above image, I am able to get the account IDs (e.g. 123-456-789, etc.) using the List Accessible Accounts

Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello. Thanks for the response Jakeia. I still have some confusion regarding the API. I think I did not make myself very clear in the above questions. [image: ads2.png] Looking at the above image, I am able to get the account IDs (e.g. 123-456-789, etc.) using the List Accessible Accounts <

Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello, Thanks, Jakeia for the reply. I still have some confusion here regarding the API. Maybe I am not explaining my issue properly. [image: ads2.png] Looking at the above image, I am able to get the Ads Customer IDs (e.g. 123-456-789) by using the ListAccessibleCustomers. It is behaving

Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Muhammad, Thanks for reaching out to the Google Ads API Forum. Unfortunately there is no way to add multiple MCC account Id to fetch the list of accessible accounts. Feel free to use our sample code list-accessible-customers to retrieve the customer IDs accessible by the user. List Acces

Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-11 Thread Muhammad Adil
inefficient. Or, can we generate this report by giving multiple manager IDs so we can get all of them in one go? Or more ideally, is there a scenario where we can replace the ListAccessibleCustomers method with this report? Regards, Adil On Tuesday, April 12, 2022 at 10:21:37 AM UTC+5 adsapi

Get the names of the customer accounts using listAccessibleCustomers

2022-04-11 Thread Muhammad Adil
Hello, I am able to get the IDs of the accounts with listAccessibleCustomers method but I would also like to get the account names along with the IDs. The main aim is to get all accessible accounts along with their name. Is it possible to do so through this endpoint? If not, which other API

RE: limits of ListAccessibleCustomers returns

2022-03-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Benny, Thank you for raising this concern to the Google Ads API team. With regard to your concern, kindly note that the request returns a list of all accounts that you are able to act upon directly given your current credentials. This will not necessarily include all accounts within the acco

limits of ListAccessibleCustomers returns

2022-03-30 Thread benny han
Hi, We have lots accounts in our MCC account, when we call the ListAccessibleCustomers, it only returns 20, is there a parameter we can use to return all accounts? Thanks, Benny -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

ListAccessibleCustomers Call failed with DEADLINE_EXCEEDED error

2022-03-29 Thread Rten Marketo
gleads.v9.services.CustomerService/ListAccessibleCustomers, > Endpoint: googleads.googleapis.com:443, CustomerID: null, RequestID: > null, ResponseCode: DEADLINE_EXCEEDED, Fault: Deadline exceeded after > 3599.983123223s. . > 2022-03-29 01:46:04,672 INFO [gr

RE: ListAccessibleCustomers quota limit - Any alternatives?

2022-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jun, Thanks for reaching out. There isn't a similar service/method that iterates over accessible accounts. However, you can query the customer resource to obtain account information. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2XlbGt:ref -- -- =~=~=~=

ListAccessibleCustomers quota limit - Any alternatives?

2022-03-04 Thread Jun Kagaya
Our quota for ListAccessibleCustomers <https://developers.google.com/google-ads/api/reference/rpc/v10/CustomerService#listaccessiblecustomers> keeps running out. We are currently on the basic plan, but even after upgrading to Standard this is still limited to *1,000 requests/day* b

Show List of only Active Accounts - listAccessibleCustomers();

2022-02-21 Thread Albert Somlith
nt details. $customerServiceClient->listAccessibleCustomers(); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups &qu

listAccessibleCustomers

2022-02-07 Thread 'Matan Shavit' via Google Ads API and AdWords API Forum
Hey, I have an issue sending a listaccessablecustomer request using the API. I send the request like so -> (.listAccessibleCustomers customer-service (-> ( ListAccessibleCustomersRequest/newBuilder) (.build))) (the google client is created using the userCredential

RE: ListAccessibleCustomers How can we know if directly linked account is manager account

2021-10-20 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. With the ListAccessibleCustomers method, this should return the ListAccessibleCustomersResponse (usually in the form of `customers/{customer_id}`). With that, you can create a separate request filtering those resource names and utilize the manager

ListAccessibleCustomers How can we know if directly linked account is manager account

2021-10-19 Thread Shipra
Hi, As per the doc, so far I understand that : ListAccessibleCustomers returns us the list of accounts I directly have access to. It may be a direct customer account or a manager Customer account. Is there a way I can know what all accounts from the list are manager account? Before I make a

Re: PERMISSION_DENIED when call listAccessibleCustomers() [Google Ads API]

2020-12-20 Thread Google Ads API Forum Advisor Prod
Hi Artem, Thank you for your follow and for providing these additional details. The DEVELOPER_TOKEN_PROHIBITED indicates that the developer token is not allowed with the project sent in the request. "Each Google API Console project can be associated with the developer token from only one manag

Re: PERMISSION_DENIED when call listAccessibleCustomers() [Google Ads API]

2020-12-18 Thread Artem Konyukhov
When I switched on logger for GoogleAdsClientBuilder I sow new errors: {"errors":[{"errorCode":{"authorizationError":"DEVELOPER_TOKEN_PROHIBITED"},"message":"Developer token is not allowed with project '613082149849'."}]} After that I found description in the documentation: >> Each Google API C

Re: PERMISSION_DENIED when call listAccessibleCustomers() [Google Ads API]

2020-12-18 Thread Google Ads API Forum Advisor Prod
Hi Artem, You mentioned that the developer is able to make calls using the AdWords API still. Can you confirm if they have followed the migration guide and made any necessary updates to the configuration file (the guide provides an example with the Java client library configuration file)? If t

Re: PERMISSION_DENIED when call listAccessibleCustomers() [Google Ads API]

2020-12-17 Thread Artem Konyukhov
Hi Matt, Unfortunately issue is continue. We checked developer token and don't have any alerts about unapproved token. Also I use different accounts for connecting to approved application, but still got it error. четверг, 17 декабря 2020 г. в 16:29:18 UTC+2, adsapiforumadvisor: > Hi Artem, > >

Re: PERMISSION_DENIED when call listAccessibleCustomers() [Google Ads API]

2020-12-17 Thread Google Ads API Forum Advisor Prod
Hi Artem, Please let me know if the issue continues. If is not resolved, can you confirm if the Ads API and AdWords API calls are being made against the same production account? Also, you can find the documentation for this error here. Regards, Matt Google Ads API Team Matt Google Ads API Tea

Re: PERMISSION_DENIED when call listAccessibleCustomers() [Google Ads API]

2020-12-16 Thread Artem Konyukhov
Thx, for idea I will check developer token. But current developer token still work successful with AdWords API среда, 16 декабря 2020 г. в 18:15:16 UTC+2, adsapiforumadvisor: > Hi Artem, > > Thanks for reaching out. A common cause of this error is that the login > customer ID is not provided,

RE: PERMISSION_DENIED when call listAccessibleCustomers() [Google Ads API]

2020-12-16 Thread Google Ads API Forum Advisor Prod
Hi Artem, Thanks for reaching out. A common cause of this error is that the login customer ID is not provided, but that ID is not required listing accessible customers. It's possible that it is an issue related to your developer token. Are you able to make any other successful calls? Can you co

PERMISSION_DENIED when call listAccessibleCustomers() [Google Ads API]

2020-12-15 Thread Artem Konyukhov
;@type": "google.ads.googleads.v6.errors.googleadsfailure-bin", "data": "" }, { "@type": "grpc-status-details-bin", "data": "" }, { "@type": "request-id", "data": "1kfiYeBhZTWOrD4heMSiaw&q

RE: ListAccessibleCustomers occasionally returns the MCC account only instead of User's account

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for providing these details. Can you also provide logs, both the successful and unsuccessful calls, so I can take a closer look? Please do so via reply privately to author. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20YHe8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: ListAccessibleCustomers occasionally returns the MCC account only instead of User's account

2020-06-12 Thread V Kuznetsov
I wanted to add that I have implemented my own class inherited from GoogleAdsConfig and overrode the CreateCredential method. It looks like this approach doesn't always work. Despite the fact that I create a new instance of that class each time I switch credentials (between users or between us

ListAccessibleCustomers occasionally returns the MCC account only instead of User's account

2020-06-11 Thread V Kuznetsov
Hi, Each time I need to list user's accounts I perform the following set of tasks. - I use User credentials and Service Account flow to instantiate the GoogleAdsClient. - I set the LoginCustomerId to null and the prn email to the email of the User. - I call ListAccessibleCu

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-15 Thread Google Ads API Forum Advisor Prod
Hi Ky, you must start with some customer Id in order to perform the search request. I would imagine that this would be the Id of your root manager account. The customer_client resource will then give you all of the accounts that are lower in the account hierarchy, even if there are multiple leve

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-11 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks for the help so far, Devin! As a follow up, is there also an endpoint that I could make a request to that returns a Customer ID that I could then pass to the customer_client call? Or is the best solution to make a request to List Accessible Customers, and from the returned list of accou

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Ky, this feature request was actually recently completed and is available for use. In order to accomplish your goal, make a POST request against the search endpoint (/v2/customers/{customer_id}/googleAds:search). You should structure your query to make a request against the customer_client re

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-08 Thread Google Ads API Forum Advisor Prod
Hello, We already have a feature request raised for your concern internally. Please keep an eye on our blog post for future updates and announcements. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UMWUzl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-07 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Seems I've accidentally replied privately. As a follow-up, is there a tracking buganizer for this feature request? Or can we (Google Ad Grants) open a bug for this? We'd love to stay up to date on any progress made for this feature. Thanks! On Thursday, November 7, 2019 at 9:27:27 AM UTC-8, ads

RE: listAccessibleCustomers for any account

2019-11-07 Thread Google Ads API Forum Advisor Prod
Hello Max, I understand your concern. Once you have an approved developer token you can use it to any account it wouldn't throw any error. The shared error will occur when the access token is not passed to the API call properly. Access token is the one linked to your email address and using whi

RE: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-07 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for writing to us regarding your concern. It is only possible to get the account hierarchy using the customer_client resource via API. Unfortunately, we do not have any service in Google Ads API that you could use to get the account hierarchy by making a call from your App Scri

listAccessibleCustomers for any account

2019-11-07 Thread Max Headroom
quest with *B's OAuth credentials* and *my developer token TA*, I cannot listAccessibleCustomers, getting the error: "*Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.*" Does this mean that

REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-06 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
I'm currently working within App Script (no client libraries) that requires me to use the new Google Ads API to fetch all accounts within a customer's hierarchy upon authenticating via OAuth2. My current implementation uses the listAccessibleCustomers endpoint https://googleads.goog

Re: Any plan to fix the MCC accounts request in the new Ads API (=ListAccessibleCustomers+CustomerClient are NOT OK)

2019-10-24 Thread Google Ads API Forum Advisor Prod
Hello, The customer_client resource now providing some of the customer details sufficient to fetch the hierarchy in a single call. Please let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UBfdL1:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Any plan to fix the MCC accounts request in the new Ads API (=ListAccessibleCustomers+CustomerClient are NOT OK)

2019-05-30 Thread Jean-Fabrice Rabaute
Thank You! Le jeudi 30 mai 2019 13:19:27 UTC-7, adsapiforumadvisor a écrit : > > Hello Jean, > > I understand your concern. I have updated my team regarding your concern, > I will update you once I have more information. > > Regards, > Sai Teja, Google Ads API Team > > > ref:_00D1U1174p._5001UB

RE: Any plan to fix the MCC accounts request in the new Ads API (=ListAccessibleCustomers+CustomerClient are NOT OK)

2019-05-30 Thread Google Ads API Forum Advisor Prod
Hello Jean, I understand your concern. I have updated my team regarding your concern, I will update you once I have more information. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UBfdL1:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:/

Any plan to fix the MCC accounts request in the new Ads API (=ListAccessibleCustomers+CustomerClient are NOT OK)

2019-05-29 Thread Jean-Fabrice Rabaute
he client side. Can you please add a new API endpoint, or GRPC method, or extend listAccessibleCustomers method, or change some queries, or whatever to return the entire hierarchy including the specific fields for each account like descriptive name, timezone, etc in only one a

Re: ListAccessibleCustomers fails for one specific account

2019-05-20 Thread Google Ads API Forum Advisor Prod
Hello Marc, Since you have one account that is in activa state, you should get at least that account while making the ListAccessibleCustomers API call. I recommend you to create a new set of OAuth credentials with the user having access to the account: 830-524-8323 using an incognito window

Re: ListAccessibleCustomers fails for one specific account

2019-05-20 Thread Marc Selman
Hi Sai, The problem is that I am getting the error on the ListAccessibleCustomers API call. So I'm not getting any results, just the error. Op vrijdag 17 mei 2019 19:40:35 UTC+2 schreef adsapiforumadvisor: > > Hello Marc, > > I see that the user has access to 3 accounts, o

RE: ListAccessibleCustomers fails for one specific account

2019-05-17 Thread Google Ads API Forum Advisor Prod
Hello Marc, I see that the user has access to 3 accounts, out of which 2 are still in draft. So the result might contain only 1 account for ListAccessibleCustomers API call. If you see any scenario where the draft account is also resulting, please share that user email address using reply

Re: ListAccessibleCustomers fails for one specific account

2019-05-17 Thread Marc Selman
oes not require you to specify a customer ID in the request, and > will ignore any supplied login-customer-id. > Our customer has connected his Google account using the OAuth flow to give access to his Google Ads environment. The ListAccessibleCustomers call should then return all the a

RE: ListAccessibleCustomers fails for one specific account

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Marc, I am Anthony's team member, responding on this thread as he is not available. The error "the customer is not enabled" means that the account is not yet ready. I see that the account:8770719274 is still in draft, they yet to complete the process. Regards, Sai Teja, Google Ads API Tea

Re: ListAccessibleCustomers fails for one specific account

2019-05-16 Thread Marc Selman
Hi Anthony, The customer has finished setting up his account but now I still receive an error: { "errors": [ { "errorCode": { "authorizationError": "CUSTOMER_NOT_ENABLED" }, "message": "The customer can't be used because it isn't enabled." } ] } What does "the customer is not enabled" mean? An

RE: ListAccessibleCustomers fails for one specific account

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Marc, Your account is in DRAFT. You can't call the API against an account that is not set up. Once you finishing setting it up, you should be able to make API calls. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

ListAccessibleCustomers fails for one specific account

2019-05-09 Thread Marc Selman
I am trying to retrieve a list of customers for a specific google account but the request throws an exception. Failure: { "errors": [ { "errorCode": { "authenticationError": "AUTHENTICATION_ERROR" }, "message": "Authentication of the request failed." } ] } Message: Status(StatusCode=Unauthenti

Re: ListAccessibleCustomers Google Ads API

2019-05-01 Thread cv
status in the object so it can be > used for filtering, and consistent filtering across objects (Customer, > CustomerClient, CustomerClientLink). > > On Wednesday, May 1, 2019 at 8:06:32 AM UTC-7, googleadsapi-forumadvisor > wrote: >> >> Hello Jordan, >> >

Re: ListAccessibleCustomers Google Ads API

2019-05-01 Thread jordan
; > Hello Jordan, > > The ListAccessibleCustomers will return the list of accounts that are > directly accessible through the OAuth credentials that you're using. The > CustomerClient > <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.resour

RE: ListAccessibleCustomers Google Ads API

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jordan, The ListAccessibleCustomers will return the list of accounts that are directly accessible through the OAuth credentials that you're using. The CustomerClient <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.resources#google.ads.goog

Re: ListAccessibleCustomers Google Ads API

2019-04-30 Thread jordan
I'm running up against this issue too, however it seems to be compounded by an additional point of confusion. - When I run ListAccessibleAccounts, I get 2 accounts back. One is the customer id of my master account, the other is an account that does not exist when I look at my dashboa

RE: ListAccessibleCustomers Google Ads API

2019-04-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, We have raised a feature request to the team regarding this. We will not be able to share a definite timeline on when this feature will be available. Please keep an eye on our blog for more updates. Thanks, Bharani, Goog

Re: ListAccessibleCustomers Google Ads API

2019-04-26 Thread Costantin
Hello, I'm having the same issue. I need to do an extra API call for each account to extract the name, if it's test and all that info. With large accounts this becomes quickly impossible. Is there a plan to update the ListAccessibleCustomers method and return more info like the accoun

RE: ListAccessibleCustomers

2019-04-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Vadim, The ListAccessibleCustomers <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.CustomerService> will return all the resource names of customers directly accessible by the user authenticating the ca

ListAccessibleCustomers

2019-04-18 Thread vadim
Hello, I'm trying to get all my accounts . As I understand I should use the service google.ads.googleads.v1.services.CustomerService.ListAccessibleCustomers, but it always return only root mcc. What i'm doing wrong? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: ListAccessibleCustomers Google Ads API

2019-03-18 Thread cv
Hello Bharani, No, as currently this is the only way to get all the accounts. But please do update as some of the thread says API team is looking where we can get account related info on simple way. Thanks, On Monday, 18 March 2019 20:10:59 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hel

RE: ListAccessibleCustomers Google Ads API

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Following up on this thread, please let us know if you need any additional assistance with this. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/

Re: ListAccessibleCustomers Google Ads API

2019-03-17 Thread cv
// Issues a request for listing all accessible customers. $accessibleCustomers = $customerServiceClient->listAccessibleCustomers (); print 'Total results: ' . count($accessibleCustomers) . PHP_EOL; // Iterates over all accessible customers' resource name

Re: ListAccessibleCustomers Google Ads API

2019-03-16 Thread Darshan Pradhan
I had similar issue and the thread is in here <https://groups.google.com/forum/#!profile/adwords-api/APn2wQccp4lhOazhNRuNy1PYFdZ6RvybQi0bhMVUw_ieOoIQIIWdscXNsdehba_qTH5vyxp16dQN/adwords-api/ZqvA-qZrI9Y/CTsJCmvyAAAJ> . TLDR, the listAccessibleCustomers pull all the active and inactive di

Re: ListAccessibleCustomers Google Ads API

2019-03-16 Thread cv
Hello Bharani, Thanks, I am able to use query, but my main concern remains same. As I said Out of few accounts accessible under my MCC I can only get few of them so how would I know that or my client know that which account he has to link, since I have not all listed. I can query that and find

RE: ListAccessibleCustomers Google Ads API

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I have raised this concern about the customer_client fields in the query builder to the team. Could you try with the query below and let me know if you're having an issue? $query = 'SELECT customer_client.resource_name, customer_client.level FROM customer_client'; Thanks, Bharani

Re: ListAccessibleCustomers Google Ads API

2019-03-15 Thread cv
Hello Bharani, GetCustomerClientRequest is giving me request error request_error: Resource name 'customers/1234567890' is malformed: expected

Re: ListAccessibleCustomers Google Ads API

2019-03-15 Thread cv
Hi, Also https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder This Query builder not giving any fields which can be relate to resource customer_client. $query = 'SELECT customer_client.resource_name, customer_client.client_customer,

Re: ListAccessibleCustomers Google Ads API

2019-03-15 Thread cv
Hello Bharani, As I have sent you message via Reply Privately to Author, I have given you details what I am getting with CustomerService.ListAccessibleCustomers

RE: ListAccessibleCustomers Google Ads API

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The AdWords API Account Hierarchy code sample uses the ManagedCustomerService.get() operation which returns all the accounts that meet the criteria. The equivalent to this would be GetCustomerClientRequest

Re: ListAccessibleCustomers Google Ads API

2019-03-13 Thread cv
Hello Bharani, IN Adwords API I can get the all accounts which are there under MCC with MCC account credentials. I have a system where client can link any of his account which has access to MCC account. For e.g. MCC email x...@gmail.com has access to 70 other accounts, and I have system where

RE: ListAccessibleCustomers Google Ads API

2019-03-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The CustomerService.ListAccessibleCustomers is to retrieve only the list of accounts that are directly accessible by your OAuth credenti

ListAccessibleCustomers Google Ads API

2019-03-13 Thread cv
Hi, ListAccessibleCustomers example for PHP lib for Google Ads API is not giving all the Managed customers for the MCC. Is there anything need to be done to get All the Accounts? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https