Your auth.ini settings, for the sandbox, seem to be correct. It doesn't appear that you have any problems with your setup. The UNEXPECTED_INTERNAL_API_ERROR is typically a Google server-side issue. It's not something you can do anything about. You have to wait until they fix it.
In August I experienced the same thing when trying to create some adGroupCriterion and the issue lasted for about 2 weeks before it was resolved. Even so the campaign and adGroup creation process worked fine. Do a search for UNEXPECTED_INTERNAL_API_ERROR in the forum and you'll find others reporting the same problem. -Sam On Sep 9, 6:39 am, Noddy <[email protected]> wrote: > Hello all, > > Today I have started working on google adwords for one of my client.I > have already gone through with all the forums and threads on this > group and found nothing useful.Every where I found just a small > message that "Please find more about this problem at some link". > > I have made changes in the auth.ini and setting.ini respectively and > uploaded all the files on my testing server (Live server).Now when I > am trying to run example(provided by google with api) they are not > working and throwing errors for SOAP.I am providing all the > information here so please kindly give me a solution. > > 1>I have gone through with the official video on youtube and found > that after downloading the latest version (v200909) I must make some > change in auth.ini and settings.ini and I did that which is as > follows. > > auth.ini : > > email = "[email protected]" > password = "***********" > userAgent = "Itgenesys adword test" > applicationToken = "ignored" > developerToken = "[email protected]++usd" > > ; Uncomment to make requests against a client account. > clientId = "[email protected]" > > settings.ini : > > [LOGGING] > ; Log directory is either an absolute path, or relative path to the > ; AdWordsUser.php file. > PATH_RELATIVE = "1" > LIB_LOG_DIR_PATH = "../../../../../../logs" > > [SERVER] > DEFAULT_VERSION = "v200909" > > ; Change tohttps://adwords-sandbox.google.comto work in the sandbox > ; environment. > DEFAULT_SERVER = "https://adwords-sandbox.google.com" > > [SOAP] > ; Enable/disable gzip compression on SOAP requests and responses. > COMPRESSION = 1 > > ; The level of gzip compression to use, from 1 to 9. The higher the > level the > ; greater the compression and time needed to perform the compression. > The > ; recommended and default value is 1. > COMPRESSION_LEVEL = 1 > > ; The type of WSDL caching to use. The possible values are 0 (none), 1 > (disk), > ; 2 (memory), or 3 (disk and memory). The default value is 0. > WSDL_CACHE = 0 > > ; Other WSDL caching settings can be set in php.ini. See the following > page for > ; the complete list:http://www.php.net/manual/en/soap.configuration.php > > [PROXY] > ; Proxy settings to be used by HTTP (and therefore SOAP) requests. > ; HOST = "<HOST>" > ; PORT = "<PORT>" > ; USER = "<USER NAME>" > ; PASSWORD = "<PASSWORD>" > > [AUTH] > ; The server to use when making ClientLogin or OAuth requests. This > normally > ; doesn't need to be changed from the default value "https://www.google.com". > ; AUTH_SERVER = "<SERVER>" > > 2>Now after making these changes I uploaded the files on my server > (www.itgenesys.com/adwords) and try to run the examples but some how > they are not working and giving me following error. > > ERROR: > > SoapFault Object ( [message:protected] => > [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ] [string:private] > => [code:protected] => 0 [file:protected] => /home/itgenesy/ > public_html/adword/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php > [line:protected] => 179 [trace:private] => Array ( [0] => Array > ( [file] => /home/itgenesy/public_html/adword/src/Google/Api/Ads/ > Common/Lib/AdsSoapClient.php [line] => 179 [function] => __soapCall > [class] => SoapClient [type] => -> [args] => Array ( [0] => mutate > [1] => Array ( [0] => CampaignServiceMutate Object ( [operations] => > Array ( [0] => CampaignOperation Object ( [biddingTransition] => > [operand] => Campaign Object ( [id] => [name] => Interplanetary Cruise > #1284027304 [status] => PAUSED [servingStatus] => [startDate] => > [endDate] => [budget] => Budget Object ( [period] => DAILY [amount] => > Money Object ( [microAmount] => 50000000 [ComparableValueType] => > [_parameterMap:private] => Array ( [ComparableValue.Type] => > ComparableValueType ) ) [deliveryMethod] => STANDARD ) > [biddingStrategy] => ManualCPC Object ( [BiddingStrategyType] => > [_parameterMap:private] => Array ( [BiddingStrategy.Type] => > BiddingStrategyType ) ) [autoKeywordMatchingStatus] => [stats] => > [adServingOptimizationStatus] => [frequencyCap] => ) [operator] => ADD > [OperationType] => [_parameterMap:private] => Array ( [Operation.Type] > => OperationType ) ) ) ) ) [2] => [3] => Array ( [0] => SoapHeader > Object ( [namespace] =>https://adwords.google.com/api/adwords/cm/v200909 > [name] => RequestHeader [data] => SoapVar Object ( [enc_type] => 301 > [enc_value] => SoapRequestHeader Object ( [applicationToken] => > ignored [authToken] => DQAAAJ4AAACwp_dSZAVN5nK0cf0HjIWQWR65zyd9EM_nSp- > > if you need any more details then do let me know, I will be happy to > provide in order to solve this error and make it work. > > Thank you in advance > Noddy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
