You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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