I tried that and got back an array of 299 or so elements which were
all NULL. See below:
object(TargetingIdeaPage)#38 (2) {
["totalNumEntries"]=>
int(300)
["entries"]=>
array(300) {
[0]=>
object(TargetingIdea)#37 (1) {
["data"]=>
NULL
}
[1]=>
object(TargetingIdea)#36 (1) {
["data"]=>
NULL
}
[2]=>
object(TargetingIdea)#35 (1) {
["data"]=>
NULL
}
..............
I was able to get slightly better results with
TARGETED_MONTHLY_SEARCHES but all the counts are still NULL. Is this
because it is in the sandbox? I would assume the sandbox would just
return fake numbers, not null.
["value"]=>
array(12) {
[0]=>
object(MonthlySearchVolume)#4524 (3) {
["year"]=>
int(2009)
["month"]=>
int(10)
["count"]=>
NULL
}
[1]=>
object(MonthlySearchVolume)#4525 (3) {
["year"]=>
int(2009)
["month"]=>
int(9)
["count"]=>
NULL
}
[2]=>
Thank you for your help!
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en.