Hello,

I have seen this error reported previously and it was always solved by
"try again now" method.

I am trying to access the Sandbox API using the PHP library. I filled
in my sandbox details in auth.ini


email = "netretail.sand...@gmail.com"
password = "*******"
userAgent = "NRH"
applicationToken = "ignored"
developerToken = "netretail.sand...@gmail.com++czk"

; Uncomment to make requests against a client account.
clientId = "client_1+netretail.sand...@gmail.com"


I try to run the example files, whichever of them, and am getting
this:

$ php GetUnitCount.php

SoapFault Object
(
    [message:protected] =>
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
    [string:private] =>
    [code:protected] => 0
    [file:protected] => /var/www/html/mtaborsky/lab/adwords/
aw_api_php_lib_2.1.0/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php
    [line:protected] => 179
    [trace:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/html/mtaborsky/lab/adwords/
aw_api_php_lib_2.1.0/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php
                    [line] => 179
                    [function] => __soapCall
                    [class] => SoapClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => get
                            [1] => Array
                                (
                                    [0] => InfoServiceGet Object
                                        (
                                            [selector] => InfoSelector
Object
                                                (
                                                    [serviceName] =>
                                                    [methodName] =>
                                                    [operator] =>
                                                    [dateRange] =>
DateRange Object
                                                        (
                                                            [min] =>
20100401
                                                            [max] =>
20100428
                                                        )

                                                    [clientEmails] =>
                                                    [apiUsageType] =>
UNIT_COUNT
                                                )

                                        )

                                )

                            [2] =>
                            [3] => Array
                                (
                                    [0] => SoapHeader Object
                                        (
                                            [namespace] =>
https://adwords.google.com/api/adwords/info/v200909
                                            [name] => RequestHeader
                                            [data] => SoapVar Object
                                                (
                                                    [enc_type] => 301
                                                    [enc_value] =>
SoapRequestHeader Object
                                                        (
 
[applicationToken] => ignored
 
[authToken] => ***********
 
[clientCustomerId] =>
 
[clientEmail] => client_1+netretail.sand...@gmail.com
 
[developerToken] => netretail.sand...@gmail.com++czk
 
[userAgent] => AwApi-PHP-2.1.0-NRH
 
[validateOnly] =>
                                                        )

                                                    [enc_stype] =>
RequestHeader
                                                    [enc_ns] =>
https://adwords.google.com/api/adwords/cm/v200909
                                                )

                                            [mustUnderstand] =>
                                        )

                                )

                            [4] => Array
                                (
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /var/www/html/mtaborsky/lab/adwords/
aw_api_php_lib_2.1.0/src/Google/Api/Ads/AdWords/v200909/info/
InfoService.php
                    [line] => 1857
                    [function] => __soapCall
                    [class] => AdsSoapClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => get
                            [1] => Array
                                (
                                    [0] => InfoServiceGet Object
                                        (
                                            [selector] => InfoSelector
Object
                                                (
                                                    [serviceName] =>
                                                    [methodName] =>
                                                    [operator] =>
                                                    [dateRange] =>
DateRange Object
                                                        (
                                                            [min] =>
20100401
                                                            [max] =>
20100428
                                                        )

                                                    [clientEmails] =>
                                                    [apiUsageType] =>
UNIT_COUNT
                                                )

                                        )

                                )

                        )

                )

            [2] => Array
                (
                    [file] => /var/www/html/mtaborsky/lab/adwords/
aw_api_php_lib_2.1.0/examples/v200909/GetUnitCount.php
                    [line] => 60
                    [function] => get
                    [class] => InfoService
                    [type] => ->
                    [args] => Array
                        (
                            [0] => InfoSelector Object
                                (
                                    [serviceName] =>
                                    [methodName] =>
                                    [operator] =>
                                    [dateRange] => DateRange Object
                                        (
                                            [min] => 20100401
                                            [max] => 20100428
                                        )

                                    [clientEmails] =>
                                    [apiUsageType] => UNIT_COUNT
                                )

                        )

                )

        )

    [faultstring] => InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
    [faultcode] => soap:Server
    [detail] => stdClass Object
        (
            [ApiExceptionFault] => stdClass Object
                (
                    [message] =>
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
                    [ApplicationException.Type] => ApiException
                    [errors] => SoapVar Object
                        (
                            [enc_type] => 0
                            [enc_value] => InternalApiError Object
                                (
                                    [reason] =>
UNEXPECTED_INTERNAL_API_ERROR
                                    [fieldPath] =>
                                    [trigger] =>
                                    [ApiErrorType] => InternalApiError
                                    [_parameterMap:private] => Array
                                        (
                                            [ApiError.Type] =>
ApiErrorType
                                        )

                                )

                            [enc_stype] => InternalApiError
                            [enc_ns] => 
https://adwords.google.com/api/adwords/cm/v200909
                        )

                )

        )

)

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

Reply via email to