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

2018-09-04 Thread 'Dannison Yao (AdWords API Team)' via 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

On Tuesday, September 4, 2018 at 1:59:33 PM UTC+8, Сty Вord wrote:
>
> 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) написал:
>>
>> 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
>>
>> On Thursday, August 30, 2018 at 3:27:57 AM UTC+8, Сty Вord wrote:
>>>
>>> *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': '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!*
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/774de0fd-714e-4e4f-a7e4-9ab5cdaad683%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-09-03 Thread Сty Вord
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) написал:
>
> 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
>
> On Thursday, August 30, 2018 at 3:27:57 AM UTC+8, Сty Вord wrote:
>>
>> *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': '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!*
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/57a2d960-5a78-439b-a91f-8dac47c6dd15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-08-29 Thread 'Dannison Yao (AdWords API Team)' via 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

On Thursday, August 30, 2018 at 3:27:57 AM UTC+8, Сty Вord wrote:
>
> *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': '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!*
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8b54117b-21da-482b-9d60-0b00e45e0207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-08-29 Thread Сty Вord
*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': '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!*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/86fad0fa-4c7a-45ae-862e-07643cb7ad41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-08-29 Thread Сty Вord
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.