You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Pavel,
Please check out the sample (JAVA). As you can see, this sample code gives you the keyword and the associated category by using the TargetingIdeaService. Please let me know if you have any other questions.
Thanks,
Sreelakshmi, AdWords API Team
Pavel Konovalov
unread,
Dec 20, 2016, 1:45:08 PM12/20/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Sreelakshmi,
понедельник, 19 декабря 2016 г., 19:00:15 UTC+2 пользователь Pavel Konovalov написал:
Please check out the sample (JAVA). As you can see, this sample code gives you the keyword and the associated category by using the TargetingIdeaService. Please let me know if you have any other questions.
Well as I can see TargetingIdeaService. returns "keywords related to a seed keyword" and the associated category of that related keywords and that are different categories for different related keywords, but how to get the category of the original "seed keywords" in this case, or category of document, or site by URL. Can you please help with this problem?
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Dec 20, 2016, 4:49:56 PM12/20/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Pavel,
Could you please try by setting the RequestType set to STATS? This should get you the specific keyword. Setting it to IDEAS will get you the related keywords.
Pavel Konovalov
unread,
Dec 21, 2016, 4:46:44 AM12/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi, Sreelakshmi
< Could you please try by setting the RequestType set to STATS? This should get you the specific keyword. Setting it to IDEAS will get you the related keywords.
Yes, this works for keywords, thank you! But what can Ido for the text or URL to see it category? I can only pass a list of keywords. What if I have a site(typicaly task), let say http://www.mercedes-benz.ua/ and what to show it category what should do?
RelatedToUrlSearchParameter "is supported by following RequestTypes: IDEAS." .So I can't use it. Also, I can't just pass plain text from that inside the queries elements. What should we do?
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Dec 21, 2016, 2:06:23 PM12/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Pavel,
Unfortunately, what you are trying to achieve might not be possible for Url and text as the SearchParameter with desired IdeaType is not supported by the API.