I found what I'm doing wrong. It's because of the ExcludedKeywordSearchParameter. Each keyword is returning all 3 versions instead of just the match type I specify. Looking for a solution on implementing that Search Parameter but wanted to update the thread.
On Apr 16, 2:06 pm, BrandonHall <[email protected]> wrote: > I'm using the PHP code supplied by Google for exposing > GetRelatedKeywords. > > I updated the one line: > > $page = $targetingIdeaService->get($selector); > > To: > > $page = $targetingIdeaService->getBulkKeywordIdeas($selector); > > It throws this error: > > SoapFault Object > ( > [message:protected] => > [TargetingIdeaError.INSUFFICIENT_SEARCH_PARAMETERS @ > selector.selector] > > By the way, the original code $page = $targetingIdeaService->get($selector); > works fine but only returns 3 keywords. I'm not sure > > what I'm doing wrong here. > > From the documentation, it seems both operations are exactly the same > but I'm not seeing that. I've tried the same call using the > SearchParameter() - RelatedToUrlSearchParameter and it doesn't work > either. > > Thanks for any help or ideas? > > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Have you migrated to v200909 yet? > The v13 sunset is on April 22, 2010. > > Also find us on our blog and discussion > group:http://adwordsapi.blogspot.comhttp://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 > athttp://groups.google.com/group/adwords-api?hl=en -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. 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
