Re: Getting error when using RelatedToUrlSearchParameter

2012-03-06 Thread Kevin Winter
Hi, I believe I responded to this complaint off-list. I think the issue is that your RelatedToUrlSearchParameter is being constructed by passing in the string URL rather than an array of strings (as the RelatedToKeywordSearchParameter is). - Kevin Winter AdWords API Team On Monday, March 5,

Re: Getting error when using RelatedToUrlSearchParameter

2012-03-05 Thread Michael T
Hi, could someone help? I need to use the RelatedToUrlSearchParameter to limit my results by URL. Thanks! On Monday, February 27, 2012 4:04:25 PM UTC-7, Michael T wrote: > > Hi, I am trying to get some data using tergetingIdeaService with keywords, > url and country as the search parameters. Th

Getting error when using RelatedToUrlSearchParameter

2012-02-27 Thread mtanj...@acronym.com
Hi, I am trying to get some data using tergetingIdeaService with keywords, url and country as the search parameters. The code works just fine if I exclude the url. error: [CollectionSizeError.TOO_MANY @ selector.selector.searchParameters[2].urls; errorDetails:actual: 1, max: 0] Any ideas? Than