Hi Sawyer,

You can filter the results be using the
KeywordMatchTypeSearchParameter:

  
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.KeywordMatchTypeSearchParameter.html

Best,
- Eric Koleda, AdWords API Team

On Mar 29, 6:36 am, Sawyer <tuxdevi...@gmail.com> wrote:
> Dear all,
>
> I have perfectly install sample code of Adwords API 2009 :
> GetRelatedKeywords.php
> and tried to modified a little bit of it and got this result :
>
> origami crane >> PHRASE
> origami crane >> EXACT
> origami crane >> BROAD
> origami instructions >> EXACT
> origami instructions >> BROAD
> origami instructions >> PHRASE
> origami paper >> BROAD
> origami paper >> PHRASE
> origami paper >> EXACT
> origami folding >> PHRASE
>
> and I believe this result created by this following code :
>
>   // Display related keywords.
>   if (isset($page->entries)) {
>     foreach ($page->entries as $targetingIdea) {
>           $keyword = $targetingIdea->data[0]->value->value;
>           print "$keyword->text >> $keyword->matchType <br>";
>     }
>   } else {
>     print "No related keywords were found.\n";
>   }
>
> my question is how to display BROAD MATCH keywords only? or EXACT
> MATCH only... so that I don't have 3 same keywords all the time...
>
> thanks!

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