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 updateCustomer() request? I know for setting MUTABLE_RESOURCE, but that will return customer with changed fields only (in this case name), not the full data of the customer, specifically ID of the customer. Or is it expected that if updateCustomer() was a success, that my Customer object which I passed to update operation is truthy and it's equals to the one on Google Ads. KR, Vedran -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4467455a-bc82-44f2-835a-cce8521ce5d6n%40googlegroups.com.
