![]() |
Google Ads API Team |
[2025-09-11 21:58:56Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u6TCY:ref" (ADR-00332525)
Note that I have removed your response from the forums as it contains the PII information.
Note that we have received your logs. Upon checking, I could confirm that the bidding strategy type is 'Maximize conversions' in the Google Ads UI. When I retrieve the same via the API from the campaign resource using the GoogleAdsService.SearchStream, the same is returned. Refer to the API logs below:Request: POST https://googleads.googleapis.com/v21/customers/5037580344/googleAds:searchStream?key=[YOUR_API_KEY] HTTP/1.1 developer-token: ********************** Authorization: Bearer [YOUR_ACCESS_TOKEN] Accept: application/json Content-Type: application/json { "query": "SELECT campaign.id, campaign.bidding_strategy, campaign.bidding_strategy_type FROM campaign WHERE campaign.id = 20727001806" } Response: [{ "results": [ { "campaign": { "resourceName": "customers/5037580344/campaigns/20727001806", "biddingStrategyType": "MAXIMIZE_CONVERSIONS", "id": "20727001806" } } ], "fieldMask": "campaign.id,campaign.biddingStrategy,campaign.biddingStrategyType", "requestId": "PrBjbTU3PJIEhy2Bbb0A1g", "queryResourceConsumption": "66" } ]Additionally, I could see that you are using a 'v19' of the Google Ads API. I suggest you upgrade to the latest version, ’v21’, as soon as possible to benefit from new features. You may refer to this documentation on deprecation and sunset for more information regarding the specific deprecation and sunset dates for each available version.
![]() |
Google Ads API Team |
[2025-09-15 04:57:55Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u6TCY:ref" (ADR-00332525)