Hi,

Thank you for reaching out to the Google Ads API support team.

Yes, campaign-level reports include information about the AI Max settings 
applied to a campaign. To retrieve API Max settings via the Google Ads API, 
please use the campaign 
<https://developers.google.com/google-ads/api/fields/latest/campaign>  
report.

You may try the sample GAQL query below:

SELECT campaign.id, campaign.name, campaign.advertising_channel_type, 
campaign.status, *campaign.ai_max_setting.enable_ai_max,* 
campaign.ai_max_setting.bundling_required FROM campaign

Additionally, you can utilize the Query Builder 
<https://developers.google.com/google-ads/api/fields/v21/geographic_view_query_builder>
 and Query Validator 
<https://developers.google.com/google-ads/api/fields/v21/query_validator> to 
build and validate your queries. To retrieve Google Ads API entities and 
reporting data, you can use one of these methods like 
GoogleAdsService.SearchStream 
<https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsService/SearchStream>
 or GoogleAdsService.Search 
<https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsService/Search>
.

Regards,
Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/7e8faadf-a3c6-437a-b4bd-0e477aa1917dn%40googlegroups.com.
  • AI Max settings in C... 'Xiaoyu Liu' via Google Ads API and AdWords API Forum
    • Re: AI Max sett... Google Ads API and AdWords API Forum

Reply via email to