Re: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2023-05-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vipul, Thank you for reaching out to us. Since your concern is that you have a large manager account and have more than 500+ customer IDs, and you are currently manually performing aggregation for all customer IDs to get overall data, which takes more than 20 minutes, then I would suggest y

Re: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2023-05-18 Thread Vipul
is there any update for this feature ? because I also have large manager account and have more than 500+ customer IDs. currently I am manually performing aggregation for all customer IDs to get overall data which takes more than 20mins. On Thursday, May 23, 2019 at 11:39:54 PM UTC+5:30 Google

RE: CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-17 Thread Google Ads API Forum Advisor Prod
Hello, Some ways to avoid timeouts is to add more predicates and reduce the number of fields you are requesting. What is the date range of the report you are using? There may be too many rows if you are using a large date range and including the segment Date field. Let me know if this is only h

Re: CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-16 Thread Олеся Васина
One more question about this problem. How can i set timeout to such request? report = client.GetReportDownloader().DownloadReportAsStreamWithAwql( query, 'CSV', skip_report_header=True, skip_column_header=True, skip_report_summary=True, include_zero_impressions=False, cli

Re: CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-16 Thread Олеся Васина
One more question. How to such request Введитеreport = client.GetReportDownloader().DownloadReportAsStreamWithAwql( query, 'CSV', skip_report_header=True, skip_column_header=True, skip_report_summary=True, include_zero_impressions=False, client_customer_id=client_customer_

Re: CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-14 Thread Олеся Васина
More strange logs with Unresolved schema 2020-08-15 09:36:50.912 pid=590231 MainThread run_id=15c0f23c-1755-4f9c-8bb6-aa505742cce2 DEBUG zeep.xsd.schema: Add document with tns http://www.w3.org/2001/XMLSchema to schema 139759520401672 2020-08-15 09:36:50.912 pid=590231 MainThread run_id=15c0f

CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-14 Thread Олеся Васина
HI! I am getting strange logs while fetching data from CRITERIA_PERFORMANCE_REPORT. Code has worked successfully before. DEBUG zeep.cache: Cache HIT for https://adwords.google.com/api/adwords/reportdownload/v201809/reportDefinition.xsd DEBUG zeep.xsd.schema: Init schema document for None DEBU

RE: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-23 Thread Google Ads API Forum Advisor Prod
Hi Robert, That's right. It is not possible to aggregate the data at the criteria level. I have shared your feedback with the team and raised a feature request. I will keep you posted on the updates. Thanks, Bharani, Google Ads API Team. ref:_00D1U1174p._5001UAqDxs:ref -- -- =~=~=~=~=~=~=~=~

Re: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-22 Thread Robert Heise
Hi Bharani, thanks for your answer. I understand that multi-attribution reports can't be aggregated. What I tried to ask is how your suggestion to use i.e. ad_group_criterion along with metrics helps to achieve an account / campaign / ad group overall performance. AFAIS due to multi-attribution

RE: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Robert, The Ads API reports are multi-attribution which means that the reports should not be aggregated together as this might result in the metrics (Impressions and count) being double counted. You will be able to use different criteria reports and map the results between the Google Ads

Re: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-22 Thread Robert Heise
Hi Bharani, thank you for your answer. I'm not sure I completely understand your suggestion. Do you suggest to use ad_group_criterion along with the metrics (i.e. impressions, clicks) to get a response from the Ads API which would be safe to aggregate on? Is ad_group_criterion using single attr

RE: [Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-21 Thread Google Ads API Forum Advisor Prod
Hi Robert, Thank you for the detailed explanation. The Google Ads API criteria reports are multi-attribution and you will not be able to combine the results. One option is to use the ad_group_criterion, campaign_criterion along with the other criteria resources to combine the data for each indi

[Google Ads API] Overall account performance using criteria_view (migration from CRITERIA_PERFORMANCE_REPORT in Adwords API)

2019-05-21 Thread Robert Heise
Hi, while migrating from the Adwords API to the Ads API we stumbled on an issue. In the Adwords API the CRITERIA_PERFORMANCE_REPORT used to be a single attribution report, see https://developers.google.com/adwords/api/docs/guides/reporting#single_and_multiple_attribution . This means that we