Hi,

Thanks for reaching out to the Google Ads API Forum.

I understand that you wanted to get daily data of campaign performance. You may 
use a campaign report. Here’s the below sample GAQL:


SELECT

campaign.name,

campaign.status,

segments.device,

metrics.impressions,

metrics.clicks,

metrics.ctr,

metrics.average_cpc,

metrics.cost_micros

FROM campaign

WHERE segments.date ='2022-09-09'

For example, if you would like to retrieve campaign attributes and performance 
metrics such as cost using GoogleAdsService.Search and 
GoogleAdsService.SearchStream. For more reporting features, you may refer to 
this page.

If you encounter any API error, then you may provide complete logs (complete 
request and response logs with request ID and request header) generated, so 
that we can check better.

Please take note to send logs details via reply privately to author option.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2dx6u3:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/QBnrJ000000000000000000000000000000000000000000000RHY7F100lbxQ5G76S6ykz2sneJE7Zg%40sfdc.net.
  • No... Audit XPLAIN
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to