How to get the number of clicks, views, and digested amount

2021-10-03 Thread RYO O
Hello. Right now, I'm running an API to get the monthly or daily number of clicks, number of displays, and digested amount by month or by day. In order to get the data for each day of the year, we need to run the API 365 times. How can I get the data for 365 days in a single API run? Thanks,

RE: How to get the number of clicks, views, and digested amount

2021-10-05 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. On your query, you can actually set the date range to capture the 365 days. See sample query below using the campaign view. You can also check available reports here. SELECT metrics.cost_micros, segments.date FROM campaign WHERE segments.date >= '2020-

Re: How to get the number of clicks, views, and digested amount

2021-10-21 Thread 廖真
Hi I try this GAQL, but got nothing. Has this feature been modified? request: SELECT metrics.cost_micros, segments.date FROM campaign WHERE segments.date >= '2020-01-01' AND segments.date <= '2021-12-31' response: {"fieldMask": "metrics.costMicros,segments.date"} On Tuesday, October 5, 2021 at

Re: How to get the number of clicks, views, and digested amount

2021-10-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for getting back to us. So our team can further check on this, can you share to us the following details below? Customer ID login-customer-id Complete API logs (request and response with request-id) Please send the requested details via the Reply privately to author option. If t