Keyword statistics without active campaign

2010-07-07 Thread David S
Hello, First of all, thanks for taking the time to read & respond. I'm trying to gather information for keywords such as: monthly searches per keyword competition per keyword monthly ad click rates per keyword average ad cost per click per keyword Using the TargetingIdeaService I am able to retr

Re: Please help - RelatedToUrlSearchParameter

2011-07-19 Thread David S
Hello.. Yes, I see this exact problem too. I'm using v201101 with the aw_api_php_lib_2.6.3 lib. To be sure it wasn't something in my code, I started a test from a clean slate and used the test script found at: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101

Re: Please help - RelatedToUrlSearchParameter

2011-07-19 Thread David S
One other thing worth noting: I ran my test case with the following php libs: aw_api_php_lib_2.2.0 aw_api_php_lib_2.5.1 aw_api_php_lib_2.6.3 And against the following versions of targetingIdeaService: v201003 v201008 v201101 And got the same results for all. And in my previous post I forgot

getBulkKeywordIdeas not returning all requestedAttributeTypes

2011-08-17 Thread David S
Hello, My requestedAttributeTypes look like this: $selector->requestedAttributeTypes = array('CRITERION', 'GLOBAL_MONTHLY_SEARCHES', 'TARGETED_MONTHLY_SEARCHES', 'AVERAGE_TARGETED_MONTHLY_SEARCHES', 'COMPETITION', 'EXTRACTED_FROM_WEBPAGE'); And when I make a call to get() all of those attributes

Re: getBulkKeywordIdeas not returning all requestedAttributeTypes

2011-08-19 Thread David S
Hello, Just wanted to write a followup to my original post. It has been a couple days and I am still experiencing the same problem. I have continued debugging the issue without success. If anyone is having the same problem or has suggestions for a fix PLEASE let me know.. Thank you! I turne