How to get non-manager Customers using the Google Ads Service?

2021-07-20 Thread OC
Hi, Searching for CustomerClients using the Google Ads Service is straight forward - I set the Login Customer Id as customerId in the search request and the query which reads from customer_client. What I would like to do is get the Customer object instead of CustomerClient objects, as the upda

Re: How to get non-manager Customers using the Google Ads Service?

2021-07-21 Thread OC
Hi Ernie, Thanks for the response. I understand that MutateCustomer can only update one customer at a time, but my question was if it is possible to search for multiple Customers (instead of CustomerClients). Example 1: SearchGoogleAdsStreamRequest request1 = SearchGoogleAd

Re: How to get non-manager Customers using the Google Ads Service?

2021-07-22 Thread OC
Hi, Thanks again for the response, but I'm still getting to the same issue. In the links you provided it can be seen that the CustomerClientService does not have a mutate method, while the CustomerService

Using temporary id when creating Extension Feed Items

2021-08-11 Thread OC
Hi, I'm getting an error when trying to create Extension Feed Item using a temporary Id. Although a temporary Id is used, I get the "Field \'resource_name\' cannot be modified by \'CREATE\' operation." Is it possible to use temporary Ids for Extension Feed Items, or a separate call has to be m

Re: Using temporary id when creating Extension Feed Items

2021-08-17 Thread OC
Hi, Thanks for the response. I was following the instructions in this document when implementing the code and it says that "GoogleAdsService.Mutate supports temporary resource names". I didn't experience the same issu

Structured snippet creation fails with - invalid snippet header

2021-09-16 Thread OC
Hi, I'm trying to create a Structured Snippet Extension Feed Item, but get the "Invalid structured snippet header." error, although a header value is set. From the error message it seems that header value is a blank string and in the request it can be seen that it is not. Could this be an issu