Hi, We have a Google Ads script that is trying to access one of our private HTTP server running in AWS. We set the security group for the EC2 instance that hosts the HTTP server to allow CIDR block 107.178.192.0/18 (which expands to 107.178.192.0 - 107.178.255.255). This seems to be the range of IPs that Google Ads script is calling from, based on inspecting the server request logs. We're using UrlFetchApp.fetch() to make the HTTP calls to the HTTP server. We notice that for Ads scripts calls from IP range *107.178.194-5.150-160*, the request would time out. Other Google IP ranges seem to work fine. Do you know why this might be happening? Also I noticed this IP range is not listed in any docs online.
Thanks, Michael Xue -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/c0004a96-a7c1-47f0-9a76-1431dd7657fd%40googlegroups.com.
