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
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
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
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)