Hello, We used to have APIlity working for are API adword calls (getting campaign statistics, getting keyword (ex: searchVolume), etc.) informations. Unfortunately, the sunset of v13 made all are scripts useless... :(
We are trying to switch to the new version and followed http://code.google.com/p/google-api-adwords-php/ video. But after configuring auth.ini and settings.ini, we get a general error (with all examples) : <code> InvalidArgumentException Object ( [message:protected] => The login request used a username or password that is not recognized. [string:private] => [code:protected] => 0 [file:protected] => /share/ www/tree/adwds_api/src/Google/Api/Ads/Common/Util/AuthToken.php [line:protected] => 80 [trace:private] => Array ( [0] => Array ( [file] => /share/www/tree/adwds_api/src/Google/Api/Ads/Common/Util/ AuthToken.php [line] => 91 [function] => GetToken [class] => AuthToken [type] => -> [args] => Array ( ) ) [1] => Array ( [file] => /share/ www/tree/adwds_api/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php [line] => 443 [function] => GetAuthToken [class] => AuthToken [type] => -> [args] => Array ( ) ) [2] => Array ( [file] => /share/www/tree/ adwds_api/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php [line] => 141 [function] => RegenerateAuthToken [class] => AdWordsUser [type] => -> [args] => Array ( ) ) [3] => Array ( [file] => /share/www/tree/ adwds_api/examples/v200909/GetOperationCount.php [line] => 45 [function] => __construct [class] => AdWordsUser [type] => -> [args] => Array ( ) ) ) ) </code> Funny part is that our old APIlity is still successfully going through authentication with our regular credentials (configured in new auth.ini). We've been trying some other examples like : http://code.google.com/p/adwords-api-php-samples/source/browse/trunk/src/get_keyword_variations.php And there, it says the developerToken is invalid... Thank you google for making all this so easy to use. Is there anything to do / to change in the credentials to have this new version to work???? thx in advance. micobros -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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