AI Max settings in Campaign report

81 views
Skip to first unread message

Xiaoyu Liu

unread,
Aug 28, 2025, 3:07:53 PM (7 days ago) Aug 28
to Google Ads API and AdWords API Forum
Hi Google Ads Team,

I wanted to ask if the campaign-level reports include information about the AI Max settings applied to a campaign. Additionally, is it possible to retrieve these AI Max settings through the API, or is this information only available through the UI?

Thanks!

Message has been deleted

Google Ads API and AdWords API Forum

unread,
Aug 29, 2025, 3:23:09 PM (6 days ago) Aug 29
to Google Ads API and AdWords API Forum
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  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 and 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 or GoogleAdsService.Search.

Regards,
Google Ads API Team

Reply all
Reply to author
Forward
0 new messages