Hi Ali,
Thanks for reaching out. The Smart Display Campaigns are supported in the Google Ads API. You may refer to this documentation on how to query data on this type of campaign in the Google Ads API. Please let me know if you have any further concerns.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Ali,
The Smart Display Campaigns are supported in the Google Ads API. However, the Smart Campaign is different from the Smart Display Campaign. Unfortunately, the Smart Campaigns are currently not supported in the Google Ads API so there is no way to query reports including metrics unique to smart campaigns, such as map actions and verified calls via Google Ads API. Please keep an eye on our blog for announcements and updates on new releases.
Thanks and regards,
Xiaoming, Google Ads API Team
CAMPAIGN_PERFORMANCE_REPORT
AD_PERFORMANCE_REPORT
Enter code here...curl --location --request POST 'https://adwords.google.com/api/adwords/reportdownload/v201809?__rdquery=SELECT%20%20CampaignId,%20CampaignName,%20Cost,%20Clicks,%20Impressions%20%20FROM%20AD_PERFORMANCE_REPORT%20%20DURING%2020191201,20191229&__fmt=CSV' \
--header 'Authorization: Bearer ...' \
--header 'developerToken: ...' \
--header 'clientCustomerId: 3845581031' \
--header 'skipReportHeader: false' \
--header 'skipColumnHeader: false' \
--header 'skipReportSummary: false' \
--header 'useRawEnumValues: false'