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: https://developers.google.com/adwords/api/docs/samples/php/shopping-campaigns
$operation = ProductPartitions::createAddOperation($criterion); So, my questions is: How can I create new Partitions or PartitionTree via Java SDK ( without sending requests to API ) and put it to Operations (which will be placed to batchJob). For example: ProductPartition rootPartition = new ProductPartition(); rootPartition.setPartitionType(ProductPartitionType.SUBDIVISION); // There Should be some code to create operations !!! Thanks понедельник, 25 июня 2018 г., 10:41:23 UTC+3 пользователь Dannison Yao (AdWords API Team) написал: > > Hi, > > Regarding your issue with using the batch job service to create your > ProductPartition trees, could you confirm if your batch operations are > taking too long and is not completing successfully? Currently the only way > to create partitions without having to pass multiple requests > <https://developers.google.com/adwords/api/docs/guides/batch-jobs#working_with_shopping_campaigns> > is > through the usage of the BatchJobService. > > Now, if you are encountering any issues or your batch operations are not > getting pushed through, could you provide your clientCustomerId and the > batch job IDs so our team could further investigate on this? You may reply > to me via the *Reply privately to author*. > > Regards, > Dannison > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7916c037-3333-48aa-a25a-d358e899ca0d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
