APIs appear to be stuck with Ads API

2019-04-23 Thread vmunnangi
Hello Everyone, I have been using Adwords API and recently started attempting to migrate my projects to Ads API. Even simple scripts such as Get Campaigns and Get Adgroups are stuck at the search request. SearchGoogleAdsRequest request = SearchGoogleAdsRequest.newBuilder() .setCustomerId(Long

Excluding a specific product in a ProductPartitionTree

2017-09-06 Thread vmunnangi
Hi, I am new to Adwords API. I've figured out how to create a new Partition tree, but now I would like to move a product from a non-excluded childNode into an excluded node. I could'nt find this manipulation in ProductPartitionTree API. Eg., Say, I have a Tree Root -> New (Product - 123, 0

How do I move products between productPartitionNodes?

2017-09-06 Thread vmunnangi
Hi, I am new to the Adwords API. Is it possible to exclude specific products by moving them from a Biddable PartitionNode to an Excluded one? I looked at the ProductPartitionTree API and related APIs. Example, Below is an example ProductPartionTree Root -> New (Product - 123, 151) -

How can I get a list of products in a product partition?

2017-09-06 Thread vmunnangi
For example, if I have a tree structure like this Root -> ABC (Products - 123,431) Is there an api that allows me to get a list of products from Product group "ABC"? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: How can I get a list of products in a product partition?

2017-09-06 Thread vmunnangi
Bummer, For a follow-up question, Is there a way to move products from one partition (product group) to an excluded one? and vice versa? For example, Root -> ABC (Products 123 , 432) -> Excluded Moving ABC's 123 to Excluded group and vice versa? On Wednesday, September 6, 2017 at 1

MutateBatchJobservice is slow?

2017-11-22 Thread vmunnangi
Hey, I am encountering quite a significant delay in MutateBatchJobs. For example, adding/removing a few ProductOfferIds to an ad-group is taking more than 4 minutes. Am I doing something wrong? Here is an archived culprit batchjobId - 607862900 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=