google-ads-php icon indicating copy to clipboard operation
google-ads-php copied to clipboard

MutateAdGroupCriterionResult does not return CpcBidMicros

Open chiragvels opened this issue 5 months ago • 12 comments

[DO NOT INCLUDE ANY PERSONAL OR SENSITIVE DATA - MAKE SURE TO REDACT CONTENT WHEN NECESSARY]

Your client library and Google Ads API versions:

  • Client library version: v23.1.0
  • Google Ads API version: V17

Your environment: PHP 8.1.2-1ubuntu2.18 Linux

Description of the bug: I am not able to get AdGroupCriterion object with option getAdGroupCriterion(); And so that I cannot see CpcBidMicros

Steps to reproduce: I was trying to update response for keywords through mutateAdGroupCriteria.

Expected behavior: Should have return macCPC and AdGroupCriterion Object. Request/Response Logs: object(Google\Ads\GoogleAds\V17\Services\MutateAdGroupCriterionResult)#146 (0) { } Operation 0 succeeded: ad group with resource name 'customers/XXXXX/adGroupCriteria/1148XXX3111~39774910'.

Anything else we should know about your project / environment:

chiragvels avatar Aug 26 '24 07:08 chiragvels