Product Groups inheriting Adgroup Bid

2019-07-24 Thread Venkata Munnangi
Hey all, *Simplified Scenario* I currently have 4 product groups (of type Offer id / itemId) within 1 adgroup. The adgroup has a default CPC Bid set within them (say, 0.50), and say, all my product groups have 1$. Is there any way for the product groups to inherit the default bid of the adgroup

Migrating to Ads API, All requests are stuck at Java call GoogleAdsServiceClient.search(SearchGoogleAdsRequest request)

2019-04-23 Thread venkata munnangi
Hey, I have been migrating my code from Adwords to Google Ads API.I have been attempting to run GetCampaigns example or any other example provided from the repo. It is stuck calling GoogleAdsServiceClient.search(SearchGoogleAdsRequest request) with no errors or results and will be stuck until

Best practice to this process Big Data?

2019-03-21 Thread venkata munnangi
Hey all, We are planning to make some bidding updates (Shopping Campaign - offerids) through Google Adwords API. We have multiple accounts. One of our biggest account's mettrics appear to be ~50 campaigns, 20k adgroups in each, very small # of offerids (max. 25) in each adgroup - might add up

Re: Product Partition Tree for some campaigns take a while. Suggestions?

2019-02-13 Thread venkata munnangi
Reviving an old conversation. If I download the product partition report, then I would assume to update the bids based on the product partition id, I will have to construct the ProductPartitionTree internally and send the mutatable operations? Any suggestions on how to update ProductPartitionNo

Re: Product Partition Tree for some campaigns take a while. Suggestions?

2018-11-14 Thread venkata munnangi
Hello Sreelakshmi, Thanks for the reply. Sorry, I got distracted to a different project, and I came back to this problem today morning. The core objective for the process is to make updates within an ad group (e.g, add / remove offerIds within a campaign). I'll look into the reports, but I am

Product Partition Tree for some campaigns take a while. Suggestions?

2018-11-01 Thread venkata munnangi
Hi, I have a process, that requires to run every 15 minutes. But, the retrieving the product partition tree for big campaigns take a long time (170 adgroups - 44 mins). Any suggestions to speed it up using the API? Currently, I am thinking of caching the product partition tree during the fir

I have been encountering SSLHandshakeException: Remote host closed connection during handshake

2018-10-11 Thread venkata munnangi
.. javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake http://xml.apache.org/axis/";>javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at sun.security.ssl.SSLSocketImpl.read

I am getting this error ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE

2018-02-08 Thread venkata munnangi
Hello, I am experiencing this error *HTTP Response Code: 500, Trigger: Unable to > create report, Type: ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE* I got the exception at this point of my code while it was attempting to download the report. ReportDownloadResponse response = new ReportD

Re: MutateBatchJobservice is slow?

2017-11-27 Thread venkata munnangi
Hey Peter, Thanks for the reply. Essentially my job has a varying limit of items from 1 to 20,000. 2 being not so common. On average, possibly 1000-2000. For the worst case, Would 2 additions/remvals of product partitions still not necessitate the usage of BatchOperations? Currently,

Re: Product Partition Tree Size and Limit

2017-11-01 Thread venkata munnangi
if I have a list of productPartition names(offerIds), then out of curiousity can I use that query to retrieve that list? On Wed, Nov 1, 2017 at 7:28 AM, 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum wrote: > Hi Venkata, > > Yes, there can be a maximum of 20,000 ad group targeting it

Re: Product Partition Tree Size and Limit

2017-10-31 Thread venkata munnangi
, October 31, 2017 at 2:16:30 PM UTC-7, venkata munnangi wrote: > > Hello, > > I have been using this code > <https://developers.google.com/adwords/api/docs/samples/csharp/shopping-campaigns> > as > a template for creating a product partition tree for a given ad-group.

Product Partition Tree Size and Limit

2017-10-31 Thread venkata munnangi
Hello, I have been using this code as a template for creating a product partition tree for a given ad-group. Context: I have a list of *offerIds* that I use to essentially remove ProductPartitions with that sp