Hi Francesco, Do you have the request ID from one of these failed requests? Also, a similar example was added to the .NET client library, so you might want to try that out:
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v200909/GetRelatedPlacements.cs Best, - Eric Koleda, AdWords API Team On Dec 11, 8:34 am, phatzimo <francescosimones...@gmail.com> wrote: > HI, > > I'm using the .net api client to query the RelatedToUrlSearchParameter > as described in this sample for pyton: > > selector = { > 'searchParameters': [ > { > 'type': 'RelatedToUrlSearchParameter', > 'urls': ['http://finance.google.com'], > 'includeSubUrls': 'False' > }, > { > 'type': 'LanguageTargetSearchParameter', > 'languageTargets': [ > {'languageCode': 'en'}, > ] > }, > { > 'type': 'CountryTargetSearchParameter', > 'countryTargets': [ > {'countryCode': 'US'}, > ] > } > ], > 'ideaType': 'PLACEMENT', > 'requestType': 'IDEAS', > 'paging': { > 'startIndex': '0', > 'numberResults': '100' > }} > > targeting_idea_service.Get(selector) > > The web service is responding me with the following obscure error: > > InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ > > Do you know what is wrong with my request? > > Thanks, > > Francesco -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.