Hi, First can you please try this example<https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201302/Optimization/GetKeywordIdeas.php>of get keyword ideas and see if it's suceessful?
Best, - Takeshi, AdWords API Team On Saturday, April 27, 2013 8:02:19 PM UTC+9, [email protected] wrote: > > Hi, > > I try to create a really simple API call to get related keywords, but I'm > not successful with it. > I create this array and send it via PHP SoapClient: > > Array > ( > [get] => Array > ( > [TargetingIdeaSelector] => Array > ( > [searchParameter] => Array > ( > [relatedToQuerySearchParameter] => Array > ( > [queries] => Array > ( > [0] => 'sample keyword' > ) > ) > ) > > [ideaType] => KEYWORD > [requestType] => IDEAS > [requestedAttributeTypes] => Array > ( > [0] => KEYWORD > [1] => SEARCH_VOLUME > [2] => TARGETED_MONTHLY_SEARCHES > [3] => CATEGORY_PRODUCTS_AND_SERVICES > ) > [paging] => Array > ( > [startIndex] => 0 > [numberResults] => 20 > ) > ) > ) > ) > > > but I get back "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR" > > I guess it's a stupid mistake, but I have no clue what I'm doing wrong. > I'm new to SOAP, so please bear with me. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
