How do I get a general report on all companies by gender?

37 views
Skip to first unread message

Сty Вord

unread,
Aug 29, 2018, 7:27:46 PM8/29/18
to AdWords API and Google Ads API Forum
Hello
I do not understand how to get a report on all companies by gender?(together) (on Python)
I read:

Single and multiple attribution

Gender Performance Report

Example of Python

 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)

Сty Вord

unread,
Aug 29, 2018, 7:27:57 PM8/29/18
to AdWords API and Google Ads API Forum
Hello
I do not understand how to get a report on all companies by gender?(together) (on Python)
I read:

Single and multiple attribution

Gender Performance Report

Example of Python

 My code on Python:
report = {
        'reportName': 'Custom Date 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)

Thank you!

Dannison Yao (AdWords API Team)

unread,
Aug 30, 2018, 5:40:43 AM8/30/18
to AdWords API and Google Ads API Forum
Hi,

Could you confirm if you wish to download reports across all your client accounts at once? If this is what you are pertaining to, you may refer to this link to know more about parallel reporting and its sample codes. Do take note that you need to run this using your MCC account. You may then specify the Gender Performance Report in the code to download gender-based information.

If this is not what you are pertaining to, could you provide more context on what you meant by "get a report on all companies by gender"?

Regards,
Dannison
AdWords API Team

Сty Вord

unread,
Sep 4, 2018, 5:59:33 AM9/4/18
to AdWords API and Google Ads API Forum
Hi
1) I need to get a general report of all companies on gender parameters
-Male
-Female
-Undeterminated

2) You need to get a general report for one company if it has many ad groups
-Male
-Female
-Undeterminated
-----------------------------------------------------------------

четверг, 30 августа 2018 г., 8:40:43 UTC+3 пользователь Dannison Yao (AdWords API Team) написал:

Dannison Yao (AdWords API Team)

unread,
Sep 4, 2018, 8:18:02 AM9/4/18
to AdWords API and Google Ads API Forum
Hi,

To better assist you, could you provide more context of the term "company" you are pertaining to? Could you confirm if you are pertaining to an AdWords account or a campaign? 

Also, filtering the number of ad groups in the Gender Performance Report is not supported in the AdWords API. If you wish to do this, you have to implement this feature on your end.

Regards,
Dannison
AdWords API Team

Reply all
Reply to author
Forward
0 new messages