I sent a private message with as much details as I could find (including
logs).
I think the question remains the same, how can I retrieve valid customers
ids of accessible customers so I can use those ids to fetch the Customer
resource using googleAdsServiceClient's search query?
On Tuesday, Ju
Hi Naor,
Thank you for reaching out to the Google Ads API support team.
To investigate the issue further, could you please provide the complete request
and responselogs, with the request-id? If you haven't yet, logging can be
enabled by navigating to the Client libraries > Your client library (
Hi, Just wanted to point out that in v9 I used the
customerServiceClient.getCustomer(resourceName), when resourceName was
included in the response of step 2 mentioned above.
What is the equivalent way to achieve the same results with google ads v10?
On Tuesday, June 21, 2022 at 2:05:02 PM UTC+3 N
Hi,
I keep failing when trying to retrieve customer with a search query.
My flow (Note that I am using google ads api v10):
1) fetch accessible customers ids with getResourceNamesList (using
ListAccessibleCustomersRequest)
2) Extract from the response the resources (customers ids)
3) For each cus
Hi Naor,
Thank you for posting your concern.
It appears that you are referring to the manager field of the
GetCustomerRequest instead which is used to know whether specific customers are
manager or not. With this, I would suggest using the customer report and
include customer.manager to get th
Hi,
With V9 version when we were still able to use the get methods I was able
to retrieve a field from customer entity called "hasManager".
I am trying to figure out what is the equivalent replacement for this
property using the search from googleAdsService? (I want to build the
equivalent query