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
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
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.
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
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
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
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
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