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/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 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/935c1b43-1791-4c6c-8d0f-55321768c5ddn%40googlegroups.com.
  • Ke... cv
    • ... cv
      • ... cv
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to