OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE removing adgroup

2020-04-25 Thread Artem Baltser
Hello, Im trying to remove adgroup from api in SEARCH campaign if (addedAdGroups != null) { try { List operations = new ArrayList<>(1); for (AdGroup adGroup : addedAdGroups) { adGroup.setStatus(AdGroupStatus.REMOVED); AdGroupOperation operation = n

Re: Getting INVALID_PRODUCT_PARTITION_HIERARCHY when updating partition

2019-09-24 Thread artem baltser
I can't remove excluded partition. Im getting AdGroupCriterionError{apiErrorType=AdGroupCriterionError, errorString=AdGroupCriterionError.CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE, fieldPath=operations[0].operand, fieldPathElements=[FieldPathElement{field=operations, index=0}, FieldPa

Re: Getting INVALID_PRODUCT_PARTITION_HIERARCHY when updating partition

2019-09-24 Thread artem baltser
Hi, actually It happens when I get operations from tree: remove & add, but It's in a single mutation request. I guess It should be divided by 2 separated api requests? On Tuesday, 24 September 2019 09:03:51 UTC+3, adsapiforumadvisor wrote: > > Hi Artem, > > If a partition tree has already been

Getting INVALID_PRODUCT_PARTITION_HIERARCHY when updating partition

2019-09-23 Thread artem baltser
Hi. Im trying to update product group with java api( product partition tree) so It creates 2 operations for one partition. For example, product 'X' is excluded couple hours ago. Im setting this as 'biddable'. Mutation returns INVALID_PRODUCT_PARTITION_HIERARCHY error. I can't figure out what's

Re: How to update product group bid via api

2019-08-13 Thread artem baltser
Im using java and google ads api client -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords A

How to update product group bid via api

2019-08-13 Thread artem baltser
How to update product group/product bidding via api with 'Item ID' known? I can't understand and find the way to easily make It. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AdWordsServices ClassDefNotFound error

2016-03-15 Thread Artem Baltser
I resolved problem by adding some updated libraries: AdWords 2.11.0(all 3 libs) Joda-time 2.8.2 Guava 19.0 Guava-gwt 19.0 Guice 4.0(all 3 libs) Opencsv 1.8 Commons-configuration 1.10 Commons-lang 2.6 Commons-collections 3.2.2 Commons-beanutils 1.9.2 Also a removed all unused libs from war/web-inf/l

Re: AdWordsServices ClassDefNotFound error

2016-03-14 Thread Artem Baltser
I was wrong, all libs exist in logs I guess you didn't work with appengine, may be the error is about that...I have one project, it has adwords 2.4.0 and still works... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogsp

Re: AdWordsServices ClassDefNotFound error

2016-03-14 Thread Artem Baltser
I guess you've not been working with appengine -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Re: AdWordsServices ClassDefNotFound error

2016-03-10 Thread Artem Baltser
I tried logging and found out that my classpath is not full...at least AdWords libs don't exist ... What I need to do?Why it happens? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Go

Re: AdWordsServices ClassDefNotFound error

2016-03-10 Thread Artem Baltser
I tried logging and found out that my classpath is not full...at least AdWords libs doesn't exist ... What I need to do?Why it happens? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+

Re: AdWordsServices ClassDefNotFound error

2016-03-09 Thread Artem Baltser
There are many changes...Actually, I guess frontend changes like in tables and so on.. do not cause such errors...only client side...But there was added AdWords API requests...it works without requests -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: