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