Hello I do not understand how to get a report on all companies by gender?(together) (on Python) I read:
Single and multiple attribution https://developers.google.com/adwords/api/docs/guides/reporting#multiple_attribution Gender Performance Report https://developers.google.com/adwords/api/docs/appendix/reports/gender-performance-report Example of Python https://developers.google.com/adwords/api/docs/samples/python/reporting My code on Python: report = { 'reportName': ''ALL TIME GENDER_PERFORMANCE_REPORT', 'dateRangeType': 'ALL_TIME', 'reportType': 'GENDER_PERFORMANCE_REPORT', 'downloadFormat': 'CSV', 'selector': { 'fields': ['Criteria', 'Clicks','Impressions', 'Ctr', 'Cost'], } } report_data = report_downloader.DownloadReportAsString(report, skip_report_header=True, skip_column_header=False, skip_report_summary=False, include_zero_impressions=True) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ed01e840-7511-4371-9d73-d44bfe3e6d6b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.