Hi Raj,

You can simply add more keywords into the $keyword_array variable.

Best,
- Eric Koleda, AdWords API Team

On Apr 9, 1:25 pm, Raj <rajanikant...@gmail.com> wrote:
> Hello AdWords API Team,
>
> Can you tell me How to pass an array of keywords to
> RelatedToKeywordSearchParameter in TargetingIdeaService?
>
> I can call this service by sending one keyword at a time
> syntax is
> $keywordService = $user->GetTargetingIdeaService();
>
>         $keyword= new Keyword();
>         $keyword->text ='birthday'
>         $keyword->matchType = 'BROAD';
>
>  $keyword_array=array($keyword);
>
>  $relatedToKeywordSearchParameter = new
> RelatedToKeywordSearchParameter
> ($keyword_array);
>
> But I read in API description that we can send an array of keywords at
> a time. Please tell me how to do that.
>
> Thanks,
> Raj

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to