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

2018-11-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
w if you have any other questions. Regards, Sai Teja, AdWords API Team. On Wednesday, November 21, 2018 at 6:11:50 AM UTC-5, tahirhanyildizog...@gmail.com wrote: > > Hi, i am trying to add OperatingSystemVersion as criterion to > TrafficEstimatorSelector. But when i execute the code b

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

2018-11-21 Thread tahirhanyildizoglu2
opers.google.com/adwords/api/docs/reference/v201802/TrafficEstimatorService.CriterionUserList.html> 10. Vertical <https://developers.google.com/adwords/api/docs/reference/v201802/TrafficEstimatorService.Vertical.html> 21 Kasım 2018 Çarşamba 14:11:50 UTC+3 tarihinde tahirhany...@gmail.c

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

Re: How to target only Android OperatingSystemVersion python

2018-08-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
his scenario, OperatingSystemVersion does not support excluding. Hence, this criteria is only targetable and cannot be excluded. This said, you will be able to only Remove the criteria that is being targeted. For example, if a Display campaign is targeted for iOS versions 2.0 and above in the UI, you w

Re: How to target only Android OperatingSystemVersion python

2018-08-23 Thread wesley
oving not the same > thing? Could I just remove OperaringSystemVersion criteria for all versions > of iOS? > > Thanks, > > On Thursday, August 23, 2018 at 12:50:46 PM UTC-7, Bharani Cherukuri > (AdWords API Team) wrote: >> >> Hello Wesley, >> >> Y

Re: How to target only Android OperatingSystemVersion python

2018-08-23 Thread wesley
versions of iOS? Thanks, On Thursday, August 23, 2018 at 12:50:46 PM UTC-7, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Wesley, > > You will be able to only target the OperatingSystemVersion using the > CampaignCriterionService > <https://developers.google.com/adwor

Re: How to target only Android OperatingSystemVersion python

2018-08-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Wesley, You will be able to only target the OperatingSystemVersion using the CampaignCriterionService <https://developers.google.com/adwords/api/docs/reference/v201806/CampaignCriterionService> by selecting the Criteria as OperatingSystemVersion <https://developers.google.co

How to target only Android OperatingSystemVersion python

2018-08-23 Thread wesley
', 'operand': { 'xsi_type': 'CampaignCriterion', 'campaignId': campaign_id, 'criterion': { 'xsi_type': 'OperatingSystemVersion', 'id': 630161, 'name': 'iOS

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-11 Thread Oliver
You need to use the class Platform and not OperatingSystemVersion. If I were you, I 'd email the RMF team first for a confirmation (adwordsapi-tok...@google.com) Please let us know what you find out. Oliver On Thursday, January 10, 2013 4:05:42 PM UTC, manuel@gmail.com wrote: Update: I

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread manuel . thurner
to resolve this issue. -Danial, AdWords API Team. On Friday, December 21, 2012 4:42:45 AM UTC+4, manuel@gmail.comwrote: I want to add OperatingSystemVersion criteria to a campaign. Since name and version cannot be specified directly, but only an id, how do I find out which IDs

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread Danial Klimkin
, December 21, 2012 4:42:45 AM UTC+4, manuel@gmail.comwrote: I want to add OperatingSystemVersion criteria to a campaign. Since name and version cannot be specified directly, but only an id, how do I find out which IDs correspond to which values? Usually I would just ask ConstantDataService

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread manuel . thurner
the OperatingSystemVersion the RMF is referring to is actually the platforms: https://developers.google.com/**adwords/api/docs/appendix/plat**formshttps://developers.google.com/adwords/api/docs/appendix/platforms and not the mobile platforms. It's confusing

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2012-12-28 Thread Danial Klimkin
: Thanks for letting us know. I will follow up internally to resolve this issue. -Danial, AdWords API Team. On Friday, December 21, 2012 4:42:45 AM UTC+4, manuel@gmail.com wrote: I want to add OperatingSystemVersion criteria to a campaign. Since name and version cannot be specified

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2012-12-25 Thread Danial Klimkin
Thanks for letting us know. I will follow up internally to resolve this issue. -Danial, AdWords API Team. On Friday, December 21, 2012 4:42:45 AM UTC+4, manuel@gmail.com wrote: I want to add OperatingSystemVersion criteria to a campaign. Since name and version cannot be specified

OperatingSystemVersion Criteria how to find out id?

2012-12-20 Thread manuel . thurner
test -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2012-12-20 Thread manuel . thurner
I want to add OperatingSystemVersion criteria to a campaign. Since name and version cannot be specified directly, but only an id, how do I find out which IDs correspond to which values? Usually I would just ask ConstantDataService using the method getOperatingSystemVersionCriterion(), but I

Re: OperatingSystemVersion

2012-08-13 Thread David Torres
criteria in general and can be easily modified for the OperatingSystemVersion criteria. Best, -David Torres - AdWords API Team On Wednesday, August 8, 2012 8:12:59 AM UTC-4, Thakur Vishal wrote: Hi Team, Can we add Operating System Version,major version and minor version using v201109

OperatingSystemVersion

2012-08-08 Thread Thakur Vishal
Hi Team, Can we add Operating System Version,major version and minor version using v201109 . Where can we find the sample code to add operating System version. Thanks in advance Vishal -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: CampaignCriterionService - OperatingSystemVersion field name to use in API missing

2012-01-23 Thread Kevin Winter
Hi Abhinay, Unfortunately, the criterion object for OperatingSystemVersion does not have a descriptive field - they will operate solely by ID. We've published the mapping of these IDs to descriptive names here: https://code.google.com/apis/adwords/docs/appendix/mobileplatforms.html - Kevin

CampaignCriterionService - OperatingSystemVersion field name to use in API missing

2012-01-19 Thread Abhinay Mehta
, this page: https://code.google.com/apis/adwords/docs/reference/latest/CampaignCriterionService.Platform.html tells you at the bottom to use the field name: PlatformName to get the information. If someone knows what field name to use to get OperatingSystemVersion data then could you please