Re: How to get Volume (statistical information) about Keywords.

2010-05-12 Thread iosif feygin
Hi Eric, Thank you very much. It works. Joseph. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this messag

Re: How to get Volume (statistical information) about Keywords.

2010-05-12 Thread AdWords API Advisor
Hi Joseph, When you request multiple attributes targetingIdea.getData() will contain more than one value. The attribute for AVERAGE_TARGETED_MONTHLY_SEARCHES will contain the information you need. Best, - Eric On May 11, 3:24 pm, iosif feygin wrote: > Hi Eric, > > My problem is - also to dispa

Re: How to get Volume (statistical information) about Keywords.

2010-05-11 Thread iosif feygin
Hi Eric, My problem is - also to dispaly "average search volume". I see methods - keyword.getText(), keyword.getMatchType(). What do I have to use for "average search Volume". I would really appreciate if you can give me advice how to modify this: // Display related keywords. if (page.

Re: How to get Volume (statistical information) about Keywords.

2010-05-05 Thread AdWords API Advisor
Hi Joseph, You need to modify the following line: selector.setRequestedAttributeTypes(new AttributeType[] {AttributeType.KEYWORD}); to be: selector.setRequestedAttributeTypes(new AttributeType[] {AttributeType.KEYWORD, AttributeType.AVERAGE_TARGETED_MONTHLY_SEARCHES}); This will add an add

Re: How to get Volume (statistical information) about Keywords.

2010-05-04 Thread iosif feygin
Hi Eric, This is from My Code (it is - your example to find related keywords). Where I have to put - AVERAGE_TARGETED_MONTHLY_SEARCHES. Is it will give extra fields for a volume?. I can not see volume class in keyword.java in library. Is it possible to give a full example? I think it can be useful

Re: How to get Volume (statistical information) about Keywords.

2010-04-28 Thread AdWords API Advisor
My apologies, The URL I included had a typo. The correct URL is: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.AttributeType.html Best, - Eric On Apr 28, 2:58 pm, AdWords API Advisor wrote: > Hi Joseph, > > You can get this information using the AttributeTyp

Re: How to get Volume (statistical information) about Keywords.

2010-04-28 Thread AdWords API Advisor
Hi Joseph, You can get this information using the AttributeTypes AVERAGE_TARGETED_MONTHLY_SEARCHES, GLOBAL_MONTHLY_SEARCHES, or TARGETED_MONTHLY_SEARCHES. http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.AttributeType.html3 Best, - Eric Koleda, AdWords API Team O

How to get Volume (statistical information) about Keywords.

2010-04-27 Thread iosif feygin
I am using java Code from the example getRelatedKeywords.java. This example returns a list of keywords. Is it possible to get a statistic about these keywords (the volume per month)? Thanks, Joseph. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sun