Marital status criterion for ads ?

2018-11-22 Thread tahirhanyildizoglu2
it is possible to add criterion for martial status to ad groups from adwords dashboard, is it also possible with adwords api ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

how to get available impressions number for ad group ?

2018-11-21 Thread tahirhanyildizoglu2
i want to get the number of available impressions for ad group. i added some criteria to ad group and i want to get reach or available impressions. Is it possible with adwords api python lib? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeve

Re: zeep.exceptions.LookupError: No type 'OperatingSystemVersion' in namespace https://adwords.google.com/api/adwords/o/v201809.

2018-11-21 Thread tahirhanyildizoglu2
Campaign level only support : 1. Keyword 2. Language 3. Location

zeep.exceptions.LookupError: No type 'OperatingSystemVersion' in namespace https://adwords.google.com/api/adwords/o/v201809.

2018-11-21 Thread tahirhanyildizoglu2
Hi, i am trying to add OperatingSystemVersion as criterion to TrafficEstimatorSelector. But when i execute the code below, i get error. Code : # Create campaign estimate requests. campaign_estimate_requests = [{ 'adGroupEstimateRequests': adgroup_estimate_requests, 'criteria': [

SelectorError.INVALID_FIELD_NAME @ selector; trigger:'GenderType'

2018-11-20 Thread tahirhanyildizoglu2
Hi, i am trying to add different types of criterions to selector and get the reach number according to that criterions. In below code i tried to add gender type criterion to selector but i get error. Code def get_reach(client, country_list, gender_list): # Initialize appropriate service. loc