RE: Keyword CPC Bid Update on Adgroup

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, We're glad to hear that your concern has been resolved. To confirm, you can indeed use the response_content_type and MUTABLE_RESOURCE feature so that the mutable fields / attributes can be included in the response. Should you have additional clarifications, feel free to write back so our te

Re: Keyword CPC Bid Update on Adgroup

2022-04-20 Thread cv
This is resolved now. On Thursday, 21 April 2022 at 11:36:13 UTC+5:30 cv wrote: > Hi, > I have the added 'response_content_type' => 2 to mutateAdGroupCriteria but > still getting only resource_name > But It should print ad_group_criterion as well. > > > https://developers.google.com/google-ads

Re: Keyword CPC Bid Update on Adgroup

2022-04-20 Thread cv
Hi, I have the added 'response_content_type' => 2 to mutateAdGroupCriteria but still getting only resource_name But It should print ad_group_criterion as well. https://developers.google.com/google-ads/api/reference/rpc/v10/MutateAdGroupCriterionResult On Wednesday, 20 April 2022 at 15:12:00 UTC

Keyword CPC Bid Update on Adgroup

2022-04-20 Thread cv
Hi, Once we change cpcbid for keywords the response will return resource name only. In Adwords API we used to get what type of change we did along with result object. For example $result = $adGroupCriterionService->mutate($operations); foreach ($result->getValue() as $adGroupCriterion)