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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2f00aa59-f23d-4694-9aad-ce1a471be634n%40googlegroups.com.