Re: Adwords API limits

2018-08-07 Thread Константин Латыпов
Tell me please Is this limits only for mutate operations or for read requests too? Best regads вторник, 20 августа 2013 г., 18:33:06 UTC+4 пользователь Jeremy Aube написал: > > You should add code that handles any RateExceededError that you get. > Generally the error will include information

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-07-06 Thread Константин Латыпов
Using NegativeAdGroupCriterion instead of BiddableAdGroupCriterion solve this issue. Thank you четверг, 5 июля 2018 г., 19:27:13 UTC+3 пользователь Константин Латыпов написал: > > Tell me please is it possible? (previous post) > > среда, 4 июля 2018 г., 4:04:20 UTC+3 пользова

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-07-05 Thread Константин Латыпов
Tell me please is it possible? (previous post) среда, 4 июля 2018 г., 4:04:20 UTC+3 пользователь Anash P. Oommen (AdWords API Team) написал: > > Yep, your code should work. > > Cheers > Anash P. Oommen, > AdWords API Advisor. > > On Tuesday, July 3, 2018 at 11:06:09 AM U

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-07-04 Thread Константин Латыпов
ователь Anash P. Oommen (AdWords API Team) написал: > > Yep, your code should work. > > Cheers > Anash P. Oommen, > AdWords API Advisor. > > On Tuesday, July 3, 2018 at 11:06:09 AM UTC-4, Константин Латыпов wrote: >&

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-07-03 Thread Константин Латыпов
s > Anash P. Oommen, > AdWords API Team. > > On Monday, July 2, 2018 at 10:39:16 AM UTC-4, Константин Латыпов wrote: >> >> Hi, Dannison >> >> I sent you info via "Reply privately to author" at friday. If you will >> need any additional info I wi

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-07-02 Thread Константин Латыпов
Hi, Dannison I sent you info via "Reply privately to author" at friday. If you will need any additional info I will be glad to provide it. Best regards пятница, 29 июня 2018 г., 10:52:30 UTC+3 пользователь Dannison Yao (AdWords API Team) написал: > > Hi, > > My apologies for the back and

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-28 Thread Константин Латыпов
Hi, I think that I dont understand this: "you should associate your ProductPartition *Root* to your "Other" case first before adding it in your BiddableAdGroupCriterion". I thought that this is association code: productNode.setParentCriterionId(rootPartition.getId()); But it still not

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-27 Thread Константин Латыпов
Thank you! But I have next issue. I have AdGroupOperations with negative temporari IDs. I create SUBDIVISION, ProductID dimension and Others Partitions. I send AdGroup and Partition opeartions at one job. When I try to create Partitions I receive following ERRORS: 2018-06-27 13:39:59.625

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-26 Thread Константин Латыпов
Hi, Tell me please how can I pass Partitions to AdGroupCriterionOperations. It have no any suitable methods: ProductPartition rootPartition = new ProductPartition(); rootPartition.setPartitionType(ProductPartitionType.SUBDIVISION); // Create

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-25 Thread Константин Латыпов
Hi, Yes, I'm using batchJobService. But when I prepare operations by provided code ( at previous posts) it generates requests to API. And it seems that there is some other way to create Partitions for new AdGroup. Something like thais at PHP:

Basic access application form not working

2018-06-22 Thread Константин Латыпов
Hello I want to get Stanrard access level for account. At this doc: https://developers.google.com/adwords/api/docs/access-levels provided link https://services.google.com/fb/forms/newtoken/ return 403. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-22 Thread Константин Латыпов
Hi, errors=[RateExceededError{apiErrorType=RateExceededError, errorString= RateExceededError.RATE_EXCEEDED, fieldPath=, rateName=OperationsPerDay, rateScope=DEVELOPER, reason=RATE_EXCEEDED, retryAfterSeconds=86400, trigger= Basic Access Operations Quota}]} I know about account limits etc. My

Re: Mocks, testing approach

2018-06-22 Thread Константин Латыпов
Hi, I mean auto tests. Unit, integration etc. Thanks пятница, 22 июня 2018 г., 11:18:25 UTC+3 пользователь Luis Xander Talag (AdWords API Team) написал: > > Hi, > > If you want to test or make experimental changes to your Shopping > campaigns, you could create an AdWords Test account. You

Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-22 Thread Константин Латыпов
Hello As I see this code generates request: ProductPartitionTree partitionTree = ProductPartitionTree .createAdGroupTree(adWordsServices, authService.getSession(), partition.getAdGroupId()); logs: [INFO ] c.g.a.a.a.l.c.AdWordsServiceClient.requestInfoLogger - Request

Re: Cause of EntityCountLimitExceededReason.ACCOUNT_LIMIT

2018-06-22 Thread Константин Латыпов
I recommend you to read this doc: https://developers.google.com/adwords/api/docs/guides/rate-limits?hl=en четверг, 21 июня 2018 г., 17:55:26 UTC+3 пользователь b...@venturestreet.com написал: > > We are getting the following error while adding geo locations to > campaigns. The error is

Mocks, testing approach

2018-06-22 Thread Константин Латыпов
Hello. Tell me please about how I can cover me code with tests? I'm using API for Shopping campaigns management Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Java API - PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE

2018-06-13 Thread Константин Латыпов
This code works fine: ProductPartitionTree partitionTree = ProductPartitionTree.createAdGroupTree(adWordsServices, session, data.getAdGroupId()); ProductPartitionNode partitionNode = partitionTree .getRoot() .asSubdivision();

Java API - PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE

2018-06-11 Thread Константин Латыпов
Hello, I have empty AdGroup and following code: ProductPartitionTree partitionTree = ProductPartitionTree.createAdGroupTree(adWordsServices, session, data.getAdGroupId()); ProductPartitionNode partitionNode = partitionTree.getRoot(); ProductOfferId