Eric,

I can run some of the samples just fine. I am just not seeing anything
close to what I am trying to accomplish.

I'd like to be able to pass a category to a function and get the bulk
download of ALL of the keywords that belong in that category. Ideally
I would also like to do the opposite as well. Pass a keyword as an
EXACT match and retrieve the possible categories that the particular
key word can belong to.

I can get categories for related keywords:
            RelatedToKeywordSearchParameter
relatedToKeywordSearchParameter = new
RelatedToKeywordSearchParameter();
            relatedToKeywordSearchParameter.keywords = new Keyword[]
{ keyword };

But I would like to get the category for only an exact match on the
specific keyword.

Let me know if you have any questions regarding any of this.

Thanks,

Tony


On Jul 25, 10:21 am, Eric Koleda <eric.kol...@google.com> wrote:
> Hi Tony,
>
> Are you having problem running the sample code?  Is it throwing an error?
>
> Best,
> - Eric Koleda, AdWords API Team

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

Reply via email to