Hi there,
I cannot see get get a MUTATABLE_RESOURCE from a successful mutate.
Please see attached request logs.
Requested like so:
$optionalArguments = [
false,
false,
ResponseContentType::MUTABLE_RESOURCE
];
$response = $this->googleAdsClient->getGoogleAdsServiceClient()->mutate(
$customerId,
$mutateOperations,
$optionalArguments
);