Re: ideaTextMatchesSearchParameter - included not functioning as expected

2011-06-03 Thread Eric Koleda
Hi Will, Unfortunately the problem is still present in v201101, however there is a workaround you can use. If you include an empty element in your request then the values will be interpreted correctly: $ideaTextMatchesSearchParameter->excluded = array(''); Best, - Eric -- =~=~=~=~=~=~=~=~

Re: ideaTextMatchesSearchParameter - included not functioning as expected

2011-06-01 Thread William Vicary
Hmm, seems I replied to Author by mistake! We are still experiencing this issue using the include functionality of the IdeasTextMatchesSearchParameter, the exclude functionality appears to be working perfectly but the include does not at all. Can you confirm if we update from v201008 API to v20

Re: ideaTextMatchesSearchParameter - included not functioning as expected

2011-03-07 Thread Eric Koleda
Hi William, I tried testing this with my own account, it does appear that the TargetingIdeaService is ignoring the IdeaTextMatchesSearchParameter at the moment. I'll open an issue with the core engineering team and see if they can track down the cause. Best, - Eric Koleda, AdWords API Team -

ideaTextMatchesSearchParameter - included not functioning as expected

2011-03-06 Thread William Vicary
Hey I'm having troubles using code similar to this: # Create paging class $paging = new Paging(); $paging->startIndex = 0; $paging->numberResults = 25; # Create selector class $selector = new TargetingIdeaSelector(); $selector->requestType = 'IDEAS'; $selector->ideaType = 'KEYWORD'; $select