Hi Ravi,
Thank you for reaching out. You could use something similar to the following:
SELECT CampaignId, Impressions, Clicks, Cost
FROM CAMPAIGN_PERFORMANCE_REPORT
WHERE CampaignId = “xxxxxxxxxx”
DURING LAST_7_DAYS
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||