Hi Daan. Where is open tickets in bug tracker it can be helpful for you: http://code.google.com/p/google-api-adwords-php/issues/detail?id=22&can=1 http://code.google.com/p/google-api-adwords-php/issues/detail?id=22&can=1
Other way to diagnose your problem is: 1. Open file: src\Google\Api\Ads\Common\Util\CurlUtils.php 2. Edit function CreateSession($url) $ch = curl_init($url); // Default options. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // ADD this string curl_setopt($ch, CURLOPT_VERBOSE, 1); 3. After that run your script via CLI mode (you should get log of interaction your script with Google Adwords API) 4. If you can't run it via CLI, run with webserver and check your logs file. This will be more clear to your to understand the problem with this log. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en