Hi, I'm developing an integration with Adwords API using .NET client library in the latest version (23.5.1), but when I call the method TargetingIdea I receive the error UNEXPECTED_INTERNAL_API_ERROR.
I created to accounts to authenticate de request, the first is an admin of Adwords Project GSuite, the second is a test account, both have the same domain and belong to the same organization. I'm using the developer token generated in admin account and the PrnEmail and Client Id from test account. The data passed on request is the same of the documentation provided here, <https://developers.google.com/adwords/api/docs/guides/targeting-idea-service> the only difference it's the content of tag <searchParameters>, I did the request usgin both versions distributed in .NET library (v201802 and v201806) and I received the same error. Here is the request captured with Fiddler <?xml version="1.0" encoding="UTF-8"?> <s:Envelope xmlns:s= "http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <RequestHeader xmlns ="https://adwords.google.com/api/adwords/o/v201802"> <clientCustomerId xmlns ="https://adwords.google.com/api/adwords/cm/v201802">MyClientCustomerId</ clientCustomerId> <developerToken xmlns= "https://adwords.google.com/api/adwords/cm/v201802">MyDeveloperToken</ developerToken> <userAgent xmlns= "https://adwords.google.com/api/adwords/cm/v201802">MyUserAgent(AwApi-DotNet/23.5.0, Common-Dotnet/9.3.0, .NET CLR/4.0.30319.42000, , gzip)</userAgent> </ RequestHeader> </s:Header> <s:Body xmlns:xsd= "http://www.w3.org/2001/XMLSchema" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"> <get xmlns= "https://adwords.google.com/api/adwords/o/v201802"> <selector> < searchParameters xsi:type="RelatedToQuerySearchParameter"> <queries>armário </queries> <queries>cozinha</queries> </searchParameters> <requestType>IDEAS </requestType> <requestedAttributeTypes>KEYWORD_TEXT</ requestedAttributeTypes> <requestedAttributeTypes>SEARCH_VOLUME</ requestedAttributeTypes> <requestedAttributeTypes>AVERAGE_CPC</ requestedAttributeTypes> <requestedAttributeTypes>COMPETITION</ requestedAttributeTypes> <paging> <startIndex xmlns= "https://adwords.google.com/api/adwords/cm/v201802">0</startIndex> < numberResults xmlns="https://adwords.google.com/api/adwords/cm/v201802">15</ numberResults> </paging> <currencyCode>BRL</currencyCode> </selector> </get> </s:Body> </s:Envelope> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@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 --- 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 adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/9e1aa6c8-bbb6-4815-b7df-162ee7310fe3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.