RE: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Vijaysinh, In your UI screenshot, only the Target CPA can be set via API as below: TARGET_CPA http://www.w3.org/2001/XMLSchema-instance"; xsi:type="TargetCpaBiddingScheme"> TargetCpaBiddingScheme Money 177 I will pass on request to my team to have the other fields be available via

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2019-02-07 Thread Mahavir
as your message I have changed bidding strategy so its working now. I have attached screenshot from adwords UI.. Could you please let me know how to set those value which is in screenshot using adwords api? On Tuesday, February 5, 2019 at 4:24:20 PM UTC+5:30, googleadsapi-forumadvisor wrote: >

RE: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2019-02-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Vijaysinh, The UNEXPECTED_INTERNAL_API error could indicate a temporary issue in the AdWords servers or could be due to a bug. That said, could you confirm if you encountered this

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while associating sitelink(feed item) to adgroup

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
Hi Hlmanshu, Apologies for the delayed response. Your request looks fine to me. Just to make sure, can you please try the same request with the v201309 version? As far as I remember AdGroupFeedService used to beta in v201306. I'd like to make sure if it was not due to the beta restriction (If

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while associating sitelink(feed item) to adgroup

2013-10-25 Thread Himanshu Bansal
Any updates on this? On Monday, October 21, 2013 8:34:57 AM UTC+5:30, Himanshu Bansal wrote: > > Hi, > > here are the request and response SOAP logs > > In message: xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd=" > http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" > http://ww

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while associating sitelink(feed item) to adgroup

2013-10-21 Thread Himanshu Bansal
Hi, here are the request and response SOAP logs In message: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" xmlns:ns1="https

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while associating sitelink(feed item) to adgroup

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please share the request and response SOAP logs to spot the issue. (please remove the sensitive info) Best, - Takeshi, AdWords API Team On Wednesday, October 16, 2013 10:53:32 AM UTC+9, Himanshu Bansal wrote: > > Hi, > > I am getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while >

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2012-02-16 Thread Yuriy Kharchenko
I am also seeing this issue. MutateJobService is not creating text ads either. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2012-02-16 Thread Ovid
Yes, this has been going on for several days now and it's tremendously hampering my development. Does anyone know if there is some place where the AdWords Sanbox API status is reported? It would be nice to have *some* feedback on this. Cheers, Ovid -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2012-02-16 Thread Damian
Same problem here, as reported by myself and 7 others here: http://groups.google.com/group/adwords-api/browse_thread/thread/4d4a9c27a2352ec6 On 16 feb, 05:19, Pranav Dubey wrote: > Hello, > > From last two days, while adding text ad in sandbox I am getting this > error: > > [InternalApiError.UNEX

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when doing TargetingIdeaService request using C# library

2010-06-29 Thread portentint
Nevermind, I figured it out! Sorry for the confusion. I didn't have Attribute.KEYWORD included. Thanks again! On Jun 29, 10:48 am, portentint wrote: > Hey Eric, > > Thanks for the help. I took a look at the forum post you linked me to, > and I thought I was on the right track, but now I can't se

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when doing TargetingIdeaService request using C# library

2010-06-29 Thread portentint
Hey Eric, Thanks for the help. I took a look at the forum post you linked me to, and I thought I was on the right track, but now I can't seem to get all the results for all the keywords I'm passing in. Here is my setup code: TargetingIdeaSelector selector = new TargetingIdeaSelector();

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when doing TargetingIdeaService request using C# library

2010-06-28 Thread AdWords API Advisor
Hi, Please remember that you can batch together multiple up to 2500 keywords when getting STATS with the TargetingIdeaService. This would allow you to reduce your request frequency, which may reduce the risk of getting these errors. More information is available here: http://bit.ly/bh7k3a Be

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when doing TargetingIdeaService request using C# library

2010-06-28 Thread portentint
Hey guys, This is pretty similar to what I've been getting as well. I've now seen a combination of either the UNEXPECTED_INTERNAL_API_ERROR or java.net.ConnectException: connection timeout on this line: TargetingIdeaPage page = targetingIdeaService.get(selector); Granted I am doing a pretty larg

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when doing TargetingIdeaService request using C# library

2010-06-25 Thread MK_Dev
Thank you, Eric. Sandbox service came back and has been working since. Good to know that the requests were fine :-) On Jun 23, 8:58 am, AdWords API Advisor wrote: > Hi, > > This appears to have been a temporary outage for the service in the > sandbox.  Please retry your request now and let me k

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when doing TargetingIdeaService request using C# library

2010-06-23 Thread AdWords API Advisor
Hi, This appears to have been a temporary outage for the service in the sandbox. Please retry your request now and let me know if you have any further issues. Best, - Eric Koleda, AdWords API Team On Jun 21, 9:09 pm, MK_Dev wrote: > I was experimenting with TargetingIdeaService to load keyword