Re: How to get metrics for each day

2022-05-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Charles, Thanks for getting back to us. Kindly note that while Search can send multiple paginated requests to download the entire report, SearchStream sends a single request and initiates a persistent connection with the Google Ads API regardless of report size, and provides improved perfor

Re: How to get metrics for each day

2022-05-25 Thread Charles Camisasca
Hello, Thanks for your answer! I can use more that 1 request. The main question is how to do it with the fewer requests as possible. I tried to send requests using segments, as you provided, but seems like the server returns me just a summary value of all periods. But I need to get data for each

How to get metrics for each day

2022-05-24 Thread Charles Camisasca
Hi, can you help me? I need to parse users metrics for each day from the first account day till now. For example, if account was created 01-01-2021 I need to parse some metrics for 01-01-2021, 02-01-2021, 03-01-2021 24-05-2022. I need it to push metric data to our app chart. Of course,