AdWords GetCampaigns call getting timed out

2022-01-14 Thread Deepak Rane
Issue Description: API call gets timed out after 130 seconds. API calls are like fetch all campaigns, fetch campaign criteria's etc. we are already using paginations and filters etc to decrease the response payload but sometimes it can take 4-5 mins. Currently if number of campaigns are less the

Adwords CampaignCriteriaOperator API can not fetch negative keywords if they are part of a list

2021-08-16 Thread Deepak Rane
We use campaignCriterionService to fetch all campaign criteria's of any campaign. Negative keywords are also part of campaign criteria so ideally those should be fetched as part of this API. we observed that if the negative keywords are not part of list then they are fetched via API but if those

Re: AdWords API timeout issue while fetching campaigns/Ads

2021-06-17 Thread Deepak Rane
we are facing an issue with Google apis, the odd thing seems that it happens only when we are on our AWS VPN and reaching out to google using our NAT outgoing IP. We tested this by creating a public AWS machine (worked), creating a private machine in AWS VPC/subnet and different IP (worked), bu

Re: AdWords API timeout issue while fetching campaigns/Ads

2021-06-08 Thread Deepak Rane
Hello, Thank you for your reply. can you please elaborate more on your solution? What do you mean by running report on entities? I am not trying to run report. We are trying to fetch campaign/AdGroup data here On Friday, June 4, 2021 at 8:06:56 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > T

Re: AdWords API timeout issue while fetching campaigns/Ads

2021-05-28 Thread Deepak Rane
Hello, Any updates on this? On Tuesday, May 18, 2021 at 11:46:20 AM UTC+5:30 Deepak Rane wrote: > Hello, > > We are facing frequent timeout issues while fetching campaigns, Campaign > Criteria, AdGroups, Adgroup criteria or Ads using Adword APIs. We are using > 'adwords-axi

AdWords API timeout issue while fetching campaigns/Ads

2021-05-17 Thread Deepak Rane
Hello, We are facing frequent timeout issues while fetching campaigns, Campaign Criteria, AdGroups, Adgroup criteria or Ads using Adword APIs. We are using 'adwords-axis:4.8.0' lib for example: for fetching campaigns we use, CampaignServiceInterface get() method and retrieve campaigns as Campa