AdWords API RelatedToUrlSearchParameter

2010-04-06 Thread icecoke
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

Re: AdWords API RelatedToUrlSearchParameter--TargetingIdeaSelector (PHP)

2010-03-22 Thread AdWords API Advisor
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'; > >

AdWords API RelatedToUrlSearchParameter--TargetingIdeaSelector (PHP)

2010-03-19 Thread shaselton
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

AdWords API RelatedToUrlSearchParameter--TargetingIdeaSelector (PHP)

2010-03-18 Thread shaselton
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