simbor / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

QuotaCheckError.ACCOUNT_DELINQUENT #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of the library are you using?

aw_api_php_lib_2.2.0

Which version of PHP are you using?

5.2.5

What steps will reproduce the problem?

Details for live site
DEFAULT_SERVER = "https://adwords.google.com" in setting.ini.
and
email = "myemailaddress@gmail.com"
password = "mypass"
userAgent = "myname"
applicationToken = "ignored"
developerToken = "validtokenfrommccaccount"

; Uncomment to make requests against a client account.
clientId = "***-***-****"

in auth.ini

What is the expected output? What do you see instead?

This is the output

Fatal error: Uncaught SoapFault exception: [soap:Server] 
QuotaCheckError.ACCOUNT_DELINQUENT @ in 
/home/obbm/public_html/v2010/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:179
 Stack trace: #0 
/home/obbm/public_html/v2010/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php(179
): SoapClient->__soapCall('get', Array, NULL, Array, Array) #1 
/home/obbm/public_html/v2010/src/Google/Api/Ads/AdWords/v201003/o/TargetingIdeaS
ervice.php(6974): AdsSoapClient->__soapCall('get', Array) #2 
/home/obbm/public_html/modules/mod_suggest/administrator/globalmonthly.php(19): 
TargetingIdeaService->get(Object(TargetingIdeaSelector)) #3 
/home/obbm/public_html/modules/mod_suggest/administrator/keywords.php(46): 
include('/home/obbm/publ...') #4 
/home/obbm/public_html/modules/mod_suggest/administrator/list_a.php(36): 
include('/home/obbm/publ...') #5 
/home/obbm/public_html/modules/mod_suggest/administrator/list.php(192): 
include_once('/home/obbm/publ...') #6 
/home/obbm/public_html/modules/mod_suggest/administrator/index.php(70): 
include_once('/home/ob in 
/home/obbm/public_html/v2010/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on 
line 179

Please provide any additional information below.

Original issue reported on code.google.com by e3jer...@gmail.com on 16 Aug 2010 at 3:10

GoogleCodeExporter commented 8 years ago
This error is being returned by the API and is not a problem with the client 
library.    Please follow up on the forum where it appears you've already 
started a thread: 
http://groups.google.com/group/adwords-api/browse_thread/thread/79a4a115ed450a30
/

Original comment by api.ekol...@gmail.com on 16 Aug 2010 at 8:14