Re: Audience - UserList - How to get ruleType?

2019-06-19 Thread Сty Вord
Hello again! I use 'AdGroupCriterionService'. Yes. I filtered 'CriteriaType' by 'USER_LIST' and I didn't get these parameters: Combined list Website visitors Affinity audience In-market audience Similar audience Custom affinity audience What is Wrong? How to filter by criterion

Re: Audience - UserList - How to get ruleType?

2019-06-18 Thread Сty Вord
Hello, I couldn't find these parameters: (Website visitors or Affinity audience) Could you help me in more detail, please? This is my code on Python! campaign_criterion_service = services['AdGroupCriterionService'] selector = { 'fields': [ 'UserInterestName', 'UserListName',

Re: Audience - UserList - How to get ruleType?

2019-06-13 Thread Сty Вord
Hello! Could You help me please? How to get Type parameter on the picture.(Website visitors? or Affinity audience?) I use 'AdwordsUserListService' But there is only 'listType'(REMARKETING) and 'UserList.Type' (BasicUserList) [image: ask.png] > Hello > > -- --

Audience - UserList - How to get ruleType?

2019-06-13 Thread Сty Вord
[image: ask.png] Hello -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: How to change the bid at the level of age, gender, hour, location?

2019-05-21 Thread Сty Вord
Hello, Yes! I understand this guide! - Currently, bid modifier overrides are supported only for platform criterion (ID=3, 30001, 30002) But: How to change the bid at the campaign level? How to change the bid at the level of age, gender, hour, location? понедельник, 20 мая 2019 г., 18:25:50

How to change the bid at the level of age, gender, hour, location?

2019-05-20 Thread Сty Вord
Hello! I used Python. How to change the bid at the campaign level? How to change the bid at the level of age, gender, hour, location? I can change groups - but ONLY device(mobile, computer ...) My code: operations = [] for item in adgroup_bid_list: modifier = { 'adGroupId':

only part of the list Audience Performance Report

2019-02-04 Thread Сty Вord
Hello! My problem(Python code). I do not get a complete list but only part of the list Audience Performance Report. How to find parameters: Size: Youtube, Size: Display? What could be the reason? Thank you! def foo(): adwords_client = adwords.AdWordsClient.LoadFromStorage()

Audience Performance Report - only part of the list

2019-02-04 Thread Сty Вord
Hello! My problem. I do not get a complete list but only part of the list Audience Performance Report What could be the reason? Thank you! def foo(): adwords_client = adwords.AdWordsClient.LoadFromStorage() report_downloader = adwords_client.GetReportDownloader(version='v201806')

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

2018-09-03 Thread Сty Вord
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)* >&

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*

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