Hi,

I have strange problem with getNewKeywordListEstimate function in
APIlity. When I use sandbox I get some results. But when I switch
account to non-sandbox mode I get following error:
"Warning: Invalid argument supplied for foreach() in C:\wamp\www
\adwordsapi\lib\TrafficEstimate.php on line 83"

Of course there is no difference in file calling this API service. It
looks like this:
$keyword1 = array(
  'text' => "baterie",
  'type' => "Broad",
  'maxCpc' => 3,
  'isNegative' => false
);
$keyword2 = array(
  'text' => "nieruchomosci",
  'type' => "Broad",
  'maxCpc' => 3,
  'isNegative' => false
);
$x = array($keyword1, $keyword2);
$newKeywordEstimates = $user->getNewKeywordListEstimate( $x );

Example directly copied from APIlity reference I get the same error.
What I missed? What went wrong?

Thanks in advance for any 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to