Hi,

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.

I hope this clarifies.

Thanks,

Google Ads API Team


Feedback
How was our support today?


[2025-09-15 04:57:55Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!500Ht01u6TCY:ref" (ADR-00332525)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/DYzyx000000000000000000000000000000000000000000000T2M5SJ00CS9hiBP1Qd-mbSoBLzpLEw%40sfdc.net.
  • Lo... David Rodecker
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... David Rodecker
        • ... Raman Stsefchak
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
        • ... Raman Stsefchak

Reply via email to