Re: How to get whole customer object from updateCustomer()?

2022-02-03 Thread Vedran Presečki
Hi Matt, Thank you. On Thursday, February 3, 2022 at 5:07:48 PM UTC+1 adsapi wrote: > Hi Vedran, > > Thanks for reaching out. The MUTABLE_RESOURCE return type will only > provide mutable fields. You can read about this here >

RE: How to get whole customer object from updateCustomer()?

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vedran, Thanks for reaching out. The MUTABLE_RESOURCE return type will only provide mutable fields. You can read about this here. To obtain all attributes of an object, you must issue a Get request. However, Get should be used sparingly. Regards, Matt Google Ads API Team Matt Google Ads

How to get whole customer object from updateCustomer()?

2022-02-03 Thread Vedran Presečki
Hi, I'm using CustomerServiceClient to update name of the customer and I want updated object back. >From what I see, I only get resource name from the updated customer which is forcing me to use another request after update, getCustomer(). Is there a way to get the full customer from