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
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
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
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
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
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