Hi there,
I'd like to have a way to retrieve the e.g. 'top ten' of keywords that
google saved for a specific URL. Sorted by relevance. I tried around
with RelatedToUrlSearchParameter, but it seems it is not sorted in any
way and there are 'many' suggestions with does not have to much to do
with th
Hi,
Please see my response on your other thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/b65a608798caa7c8/
Best,
- Eric Koleda, AdWords API Team
On Mar 19, 11:02 am, shaselton wrote:
> Hello All,
>
> Right to the situation on hand...
>
> $url = 'www.example.com';
>
>
Hello All,
Right to the situation on hand...
$url = 'www.example.com';
$selector = new TargetingIdeaSelector();
$selector->requestType = 'IDEAS';
$selector->ideaType = 'KEYWORD';
$selector->requestedAttributeTypes = array('KEYWORD');
$paging = new Paging();
$paging->startIndex = 0;
$paging->num
Hello All,
Right to the situation on hand...
$url = 'www.example.com';
$selector = new TargetingIdeaSelector();
$selector->requestType = 'IDEAS';
$selector->ideaType = 'KEYWORD';
$selector->requestedAttributeTypes = array('KEYWORD');
$paging = new Paging();
$paging->startIndex = 0;
$paging->num