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+5:30 cv wrote:

> 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) {
>             $keyword = $adGroupCriterion->getCriterion();
>             
>                 $adGroupCriterion->getAdGroupId();
>                 $keyword->getId();
>                 $keyword->getText();
>                 $keyword->getMatchType();
>                 
> $adGroupCriterion->getBiddingStrategyConfiguration()->getBids()[0]->getBidsType();
>
> $adGroupCriterion->getBiddingStrategyConfiguration()->getBids()[0]->getBid()->getMicroAmount();
>             );
>         }
>
> But with Google Ads API we can only able to see resource names.
>
> Which is missing BidChange details. Like how much Bid I have changed.
>
> Can you please guide how I can get those details?
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/56167dfb-e21e-46c6-a204-0bdbf55a59e4n%40googlegroups.com.
  • Ke... cv
    • ... cv
      • ... cv
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to