foreach (TargetingIdea idea in page.entries)
{
foreach (Type_AttributeMapEntry entry in
idea.data)
{
if (entry.key == AttributeType.KEYWORD)
{
KeywordAttribute kwdAttribute =
entry.value as KeywordAttribute;
}
}
}
}
else
{
Response.Write("No related keywords were found for
your keyword.");
}
}
catch (Exception ex)
{
Response.Write(ex.Message);
}
Any help please??
AdWords API Advisor
unread,
Jun 21, 2010, 5:50:10 PM6/21/10
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,
You can request either the TARGETED_MONTHLY_SEARCHES or
AVERAGE_TARGETED_MONTHLY_SEARCHES attributes to get this information.
Best,
- Eric Koleda, AdWords API Team
Jeremy Brooks
unread,
Dec 9, 2010, 8:12:33 PM12/9/10
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 adwor...@googlegroups.com
Eric,
I cannot seem to find, in the documentation, how to specify either a metro code or coordinates for a geo target in the TargetingIdeaService. Is this even possible?
I need to be able to check volume for local businesses.
Thanks,
Jeremy
AdWords API Advisor
unread,
Dec 10, 2010, 6:39:25 PM12/10/10
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 Jeremy,
Only CountryTargets can be used in the TargetingIdeaService.
Best,
- Eric
Benjamin Aadalen
unread,
Mar 4, 2011, 7:55:31 AM3/4/11
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 adwor...@googlegroups.com
Hi,
What is the correct code to get the global monthly searches of the keyword?
I recieve following exception: "An API exception has occurred. See ApiException and InnerException fields for more details."
Thanks!
Eric Koleda
unread,
Mar 6, 2011, 8:15:37 PM3/6/11
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 adwor...@googlegroups.com
Hi Benjamin,
The global monthly search volume can be retrieved with the attribute GLOBAL_MONTHLY_SEARCHES: