API report vs UI report Discrepancy

2021-01-15 Thread Rafael Stojan
I need help to identify the source of discrepancy between the API report and the UI report. The discrepancy occurred in some lines, like this: -API report: Day 2020-06-15 Impressions 72719 Clicks 2420 Cost 94631 Conversions 15.45 -UI report: Day 2020-06-15 Impressions 1609087

Google Ads Api / Iterate on ServerStream do not bring any response

2020-07-08 Thread Rafael Stojan
I tried to run an example of this page: https://developers.google.com/google-ads/api/docs/reporting/example It just stands on that line and never returns: for (SearchGoogleAdsStreamResponse response: stream) { There is no exception. To run this example I used UserCredentials to authenticate