Get Account level Data from google ads

88 views
Skip to first unread message

Binu Mathew

unread,
Feb 22, 2023, 12:37:53 AM2/22/23
to Google Ads API and AdWords API Forum
Is there any way we can get account wise data of google ads, suppose say i have two account , i need to get data like click, impression, which keyword got the impression etc on every day in that particular period ?

Google Ads API Forum Advisor

unread,
Feb 22, 2023, 6:34:49 AM2/22/23
to binumat...@gmail.com, adwor...@googlegroups.com
Hi Binu,

Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today.

Moving forward to your concern, the keyword_view report is best to do the job as the metrics impressions and clicks are available in this report type. However, this report can only fetch 1 customer/ account at a time. With this, you may use the parallel report download as it shows how to download a set of reports from a list of accounts in parallel.

I hope this helps.

Kind regards,
Google Logo
Sherwin Vincent
Google Ads API Team
 


ref:_00D1U1174p._5004Q2jFNEu:ref

Binu Mathew

unread,
Feb 22, 2023, 10:49:32 AM2/22/23
to Google Ads API and AdWords API Forum
Hello Sherwin

Thank you for your reply, can you share an example where I can get details of a campaign, just one. which provide me data of clicks and impression for last 30 days not combined but per day basic ? 

Regards 

Google Ads API Forum Advisor

unread,
Feb 22, 2023, 5:34:09 PM2/22/23
to binumat...@gmail.com, adwor...@googlegroups.com

Hi Binu,

Thanks for getting back to us.

To get the data of clicks and impression for last 30 days not combined but per day, you may use the following GAQL:

select campaign.id, campaign.name, metrics.cost_micros, metrics.impressions,metrics.clicks,metrics.conversions,segments.date FROM campaign WHERE segments.date during last_30_days

Let us know if you have any additional questions.

Regards,

Google Logo
Yasar
Google Ads API Team
 


ref:_00D1U1174p._5004Q2jFNEu:ref
Reply all
Reply to author
Forward
0 new messages