حدث خطأ: Client error: `POST https://oauth2.googleapis.com/token` resulted in a `400 Bad Request` response: { "error": "invalid_grant", "error_description": "Bad Request" }
GuzzleHttp\Exception\ClientException Object
(
    [message:protected] => Client error: `POST https://oauth2.googleapis.com/token` resulted in a `400 Bad Request` response:
{
  "error": "invalid_grant",
  "error_description": "Bad Request"
}

    [string:Exception:private] => 
    [code:protected] => 400
    [file:protected] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
    [line:protected] => 111
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/guzzle/src/Middleware.php
                    [line] => 72
                    [function] => create
                    [class] => GuzzleHttp\Exception\RequestException
                    [type] => ::
                    [args] => Array
                        (
                            [0] => GuzzleHttp\Psr7\Request Object
                                (
                                    [method:GuzzleHttp\Psr7\Request:private] => POST
                                    [requestTarget:GuzzleHttp\Psr7\Request:private] => 
                                    [uri:GuzzleHttp\Psr7\Request:private] => GuzzleHttp\Psr7\Uri Object
                                        (
                                            [scheme:GuzzleHttp\Psr7\Uri:private] => https
                                            [userInfo:GuzzleHttp\Psr7\Uri:private] => 
                                            [host:GuzzleHttp\Psr7\Uri:private] => oauth2.googleapis.com
                                            [port:GuzzleHttp\Psr7\Uri:private] => 
                                            [path:GuzzleHttp\Psr7\Uri:private] => /token
                                            [query:GuzzleHttp\Psr7\Uri:private] => 
                                            [fragment:GuzzleHttp\Psr7\Uri:private] => 
                                            [composedComponents:GuzzleHttp\Psr7\Uri:private] => https://oauth2.googleapis.com/token
                                        )

                                    [headers:GuzzleHttp\Psr7\Request:private] => Array
                                        (
                                            [User-Agent] => Array
                                                (
                                                    [0] => GuzzleHttp/7
                                                )

                                            [Host] => Array
                                                (
                                                    [0] => oauth2.googleapis.com
                                                )

                                            [Cache-Control] => Array
                                                (
                                                    [0] => no-store
                                                )

                                            [Content-Type] => Array
                                                (
                                                    [0] => application/x-www-form-urlencoded
                                                )

                                            [x-goog-api-client] => Array
                                                (
                                                    [0] => gl-php/8.1.33 auth/1.47.0 auth-request-type/at cred-type/u
                                                )

                                        )

                                    [headerNames:GuzzleHttp\Psr7\Request:private] => Array
                                        (
                                            [user-agent] => User-Agent
                                            [host] => Host
                                            [cache-control] => Cache-Control
                                            [content-type] => Content-Type
                                            [x-goog-api-client] => x-goog-api-client
                                        )

                                    [protocol:GuzzleHttp\Psr7\Request:private] => 1.1
                                    [stream:GuzzleHttp\Psr7\Request:private] => GuzzleHttp\Psr7\Stream Object
                                        (
                                            [stream:GuzzleHttp\Psr7\Stream:private] => Resource id #177
                                            [size:GuzzleHttp\Psr7\Stream:private] => 279
                                            [seekable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [readable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [writable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [uri:GuzzleHttp\Psr7\Stream:private] => php://temp
                                            [customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
                                                (
                                                )

                                        )

                                )

                            [1] => GuzzleHttp\Psr7\Response Object
                                (
                                    [reasonPhrase:GuzzleHttp\Psr7\Response:private] => Bad Request
                                    [statusCode:GuzzleHttp\Psr7\Response:private] => 400
                                    [headers:GuzzleHttp\Psr7\Response:private] => Array
                                        (
                                            [Expires] => Array
                                                (
                                                    [0] => Mon, 01 Jan 1990 00:00:00 GMT
                                                )

                                            [Pragma] => Array
                                                (
                                                    [0] => no-cache
                                                )

                                            [Cache-Control] => Array
                                                (
                                                    [0] => no-cache, no-store, max-age=0, must-revalidate
                                                )

                                            [Date] => Array
                                                (
                                                    [0] => Thu, 11 Dec 2025 01:12:54 GMT
                                                )

                                            [Content-Type] => Array
                                                (
                                                    [0] => application/json; charset=utf-8
                                                )

                                            [Vary] => Array
                                                (
                                                    [0] => X-Origin
                                                    [1] => Referer
                                                    [2] => Origin,Accept-Encoding
                                                )

                                            [Server] => Array
                                                (
                                                    [0] => scaffolding on HTTPServer2
                                                )

                                            [X-XSS-Protection] => Array
                                                (
                                                    [0] => 0
                                                )

                                            [X-Frame-Options] => Array
                                                (
                                                    [0] => SAMEORIGIN
                                                )

                                            [X-Content-Type-Options] => Array
                                                (
                                                    [0] => nosniff
                                                )

                                            [Alt-Svc] => Array
                                                (
                                                    [0] => h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
                                                )

                                            [Accept-Ranges] => Array
                                                (
                                                    [0] => none
                                                )

                                            [Transfer-Encoding] => Array
                                                (
                                                    [0] => chunked
                                                )

                                        )

                                    [headerNames:GuzzleHttp\Psr7\Response:private] => Array
                                        (
                                            [expires] => Expires
                                            [pragma] => Pragma
                                            [cache-control] => Cache-Control
                                            [date] => Date
                                            [content-type] => Content-Type
                                            [vary] => Vary
                                            [server] => Server
                                            [x-xss-protection] => X-XSS-Protection
                                            [x-frame-options] => X-Frame-Options
                                            [x-content-type-options] => X-Content-Type-Options
                                            [alt-svc] => Alt-Svc
                                            [accept-ranges] => Accept-Ranges
                                            [transfer-encoding] => Transfer-Encoding
                                        )

                                    [protocol:GuzzleHttp\Psr7\Response:private] => 1.1
                                    [stream:GuzzleHttp\Psr7\Response:private] => GuzzleHttp\Psr7\Stream Object
                                        (
                                            [stream:GuzzleHttp\Psr7\Stream:private] => Resource id #185
                                            [size:GuzzleHttp\Psr7\Stream:private] => 68
                                            [seekable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [readable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [writable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [uri:GuzzleHttp\Psr7\Stream:private] => php://temp
                                            [customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
                                                (
                                                )

                                        )

                                )

                            [2] => 
                            [3] => Array
                                (
                                )

                            [4] => GuzzleHttp\BodySummarizer Object
                                (
                                    [truncateAt:GuzzleHttp\BodySummarizer:private] => 240
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/promises/src/Promise.php
                    [line] => 209
                    [function] => GuzzleHttp\{closure}
                    [class] => GuzzleHttp\Middleware
                    [type] => ::
                    [args] => Array
                        (
                            [0] => GuzzleHttp\Psr7\Response Object
                                (
                                    [reasonPhrase:GuzzleHttp\Psr7\Response:private] => Bad Request
                                    [statusCode:GuzzleHttp\Psr7\Response:private] => 400
                                    [headers:GuzzleHttp\Psr7\Response:private] => Array
                                        (
                                            [Expires] => Array
                                                (
                                                    [0] => Mon, 01 Jan 1990 00:00:00 GMT
                                                )

                                            [Pragma] => Array
                                                (
                                                    [0] => no-cache
                                                )

                                            [Cache-Control] => Array
                                                (
                                                    [0] => no-cache, no-store, max-age=0, must-revalidate
                                                )

                                            [Date] => Array
                                                (
                                                    [0] => Thu, 11 Dec 2025 01:12:54 GMT
                                                )

                                            [Content-Type] => Array
                                                (
                                                    [0] => application/json; charset=utf-8
                                                )

                                            [Vary] => Array
                                                (
                                                    [0] => X-Origin
                                                    [1] => Referer
                                                    [2] => Origin,Accept-Encoding
                                                )

                                            [Server] => Array
                                                (
                                                    [0] => scaffolding on HTTPServer2
                                                )

                                            [X-XSS-Protection] => Array
                                                (
                                                    [0] => 0
                                                )

                                            [X-Frame-Options] => Array
                                                (
                                                    [0] => SAMEORIGIN
                                                )

                                            [X-Content-Type-Options] => Array
                                                (
                                                    [0] => nosniff
                                                )

                                            [Alt-Svc] => Array
                                                (
                                                    [0] => h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
                                                )

                                            [Accept-Ranges] => Array
                                                (
                                                    [0] => none
                                                )

                                            [Transfer-Encoding] => Array
                                                (
                                                    [0] => chunked
                                                )

                                        )

                                    [headerNames:GuzzleHttp\Psr7\Response:private] => Array
                                        (
                                            [expires] => Expires
                                            [pragma] => Pragma
                                            [cache-control] => Cache-Control
                                            [date] => Date
                                            [content-type] => Content-Type
                                            [vary] => Vary
                                            [server] => Server
                                            [x-xss-protection] => X-XSS-Protection
                                            [x-frame-options] => X-Frame-Options
                                            [x-content-type-options] => X-Content-Type-Options
                                            [alt-svc] => Alt-Svc
                                            [accept-ranges] => Accept-Ranges
                                            [transfer-encoding] => Transfer-Encoding
                                        )

                                    [protocol:GuzzleHttp\Psr7\Response:private] => 1.1
                                    [stream:GuzzleHttp\Psr7\Response:private] => GuzzleHttp\Psr7\Stream Object
                                        (
                                            [stream:GuzzleHttp\Psr7\Stream:private] => Resource id #185
                                            [size:GuzzleHttp\Psr7\Stream:private] => 68
                                            [seekable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [readable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [writable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [uri:GuzzleHttp\Psr7\Stream:private] => php://temp
                                            [customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
                                                (
                                                )

                                        )

                                )

                        )

                )

            [2] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/promises/src/Promise.php
                    [line] => 158
                    [function] => callHandler
                    [class] => GuzzleHttp\Promise\Promise
                    [type] => ::
                    [args] => Array
                        (
                            [0] => 1
                            [1] => GuzzleHttp\Psr7\Response Object
                                (
                                    [reasonPhrase:GuzzleHttp\Psr7\Response:private] => Bad Request
                                    [statusCode:GuzzleHttp\Psr7\Response:private] => 400
                                    [headers:GuzzleHttp\Psr7\Response:private] => Array
                                        (
                                            [Expires] => Array
                                                (
                                                    [0] => Mon, 01 Jan 1990 00:00:00 GMT
                                                )

                                            [Pragma] => Array
                                                (
                                                    [0] => no-cache
                                                )

                                            [Cache-Control] => Array
                                                (
                                                    [0] => no-cache, no-store, max-age=0, must-revalidate
                                                )

                                            [Date] => Array
                                                (
                                                    [0] => Thu, 11 Dec 2025 01:12:54 GMT
                                                )

                                            [Content-Type] => Array
                                                (
                                                    [0] => application/json; charset=utf-8
                                                )

                                            [Vary] => Array
                                                (
                                                    [0] => X-Origin
                                                    [1] => Referer
                                                    [2] => Origin,Accept-Encoding
                                                )

                                            [Server] => Array
                                                (
                                                    [0] => scaffolding on HTTPServer2
                                                )

                                            [X-XSS-Protection] => Array
                                                (
                                                    [0] => 0
                                                )

                                            [X-Frame-Options] => Array
                                                (
                                                    [0] => SAMEORIGIN
                                                )

                                            [X-Content-Type-Options] => Array
                                                (
                                                    [0] => nosniff
                                                )

                                            [Alt-Svc] => Array
                                                (
                                                    [0] => h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
                                                )

                                            [Accept-Ranges] => Array
                                                (
                                                    [0] => none
                                                )

                                            [Transfer-Encoding] => Array
                                                (
                                                    [0] => chunked
                                                )

                                        )

                                    [headerNames:GuzzleHttp\Psr7\Response:private] => Array
                                        (
                                            [expires] => Expires
                                            [pragma] => Pragma
                                            [cache-control] => Cache-Control
                                            [date] => Date
                                            [content-type] => Content-Type
                                            [vary] => Vary
                                            [server] => Server
                                            [x-xss-protection] => X-XSS-Protection
                                            [x-frame-options] => X-Frame-Options
                                            [x-content-type-options] => X-Content-Type-Options
                                            [alt-svc] => Alt-Svc
                                            [accept-ranges] => Accept-Ranges
                                            [transfer-encoding] => Transfer-Encoding
                                        )

                                    [protocol:GuzzleHttp\Psr7\Response:private] => 1.1
                                    [stream:GuzzleHttp\Psr7\Response:private] => GuzzleHttp\Psr7\Stream Object
                                        (
                                            [stream:GuzzleHttp\Psr7\Stream:private] => Resource id #185
                                            [size:GuzzleHttp\Psr7\Stream:private] => 68
                                            [seekable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [readable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [writable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [uri:GuzzleHttp\Psr7\Stream:private] => php://temp
                                            [customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
                                                (
                                                )

                                        )

                                )

                            [2] => 
                        )

                )

            [3] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/promises/src/TaskQueue.php
                    [line] => 52
                    [function] => GuzzleHttp\Promise\{closure}
                    [class] => GuzzleHttp\Promise\Promise
                    [type] => ::
                    [args] => Array
                        (
                        )

                )

            [4] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/promises/src/Promise.php
                    [line] => 251
                    [function] => run
                    [class] => GuzzleHttp\Promise\TaskQueue
                    [type] => ->
                    [args] => Array
                        (
                            [0] => 1
                        )

                )

            [5] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/promises/src/Promise.php
                    [line] => 227
                    [function] => invokeWaitFn
                    [class] => GuzzleHttp\Promise\Promise
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [6] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/promises/src/Promise.php
                    [line] => 272
                    [function] => waitIfPending
                    [class] => GuzzleHttp\Promise\Promise
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [7] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/promises/src/Promise.php
                    [line] => 229
                    [function] => invokeWaitList
                    [class] => GuzzleHttp\Promise\Promise
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [8] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/promises/src/Promise.php
                    [line] => 69
                    [function] => waitIfPending
                    [class] => GuzzleHttp\Promise\Promise
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [9] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/guzzlehttp/guzzle/src/Client.php
                    [line] => 124
                    [function] => wait
                    [class] => GuzzleHttp\Promise\Promise
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [10] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php
                    [line] => 65
                    [function] => send
                    [class] => GuzzleHttp\Client
                    [type] => ->
                    [args] => Array
                        (
                            [0] => GuzzleHttp\Psr7\Request Object
                                (
                                    [method:GuzzleHttp\Psr7\Request:private] => POST
                                    [requestTarget:GuzzleHttp\Psr7\Request:private] => 
                                    [uri:GuzzleHttp\Psr7\Request:private] => GuzzleHttp\Psr7\Uri Object
                                        (
                                            [scheme:GuzzleHttp\Psr7\Uri:private] => https
                                            [userInfo:GuzzleHttp\Psr7\Uri:private] => 
                                            [host:GuzzleHttp\Psr7\Uri:private] => oauth2.googleapis.com
                                            [port:GuzzleHttp\Psr7\Uri:private] => 
                                            [path:GuzzleHttp\Psr7\Uri:private] => /token
                                            [query:GuzzleHttp\Psr7\Uri:private] => 
                                            [fragment:GuzzleHttp\Psr7\Uri:private] => 
                                            [composedComponents:GuzzleHttp\Psr7\Uri:private] => https://oauth2.googleapis.com/token
                                        )

                                    [headers:GuzzleHttp\Psr7\Request:private] => Array
                                        (
                                            [Host] => Array
                                                (
                                                    [0] => oauth2.googleapis.com
                                                )

                                            [Cache-Control] => Array
                                                (
                                                    [0] => no-store
                                                )

                                            [Content-Type] => Array
                                                (
                                                    [0] => application/x-www-form-urlencoded
                                                )

                                            [x-goog-api-client] => Array
                                                (
                                                    [0] => gl-php/8.1.33 auth/1.47.0 auth-request-type/at cred-type/u
                                                )

                                        )

                                    [headerNames:GuzzleHttp\Psr7\Request:private] => Array
                                        (
                                            [cache-control] => Cache-Control
                                            [content-type] => Content-Type
                                            [x-goog-api-client] => x-goog-api-client
                                            [host] => Host
                                        )

                                    [protocol:GuzzleHttp\Psr7\Request:private] => 1.1
                                    [stream:GuzzleHttp\Psr7\Request:private] => GuzzleHttp\Psr7\Stream Object
                                        (
                                            [stream:GuzzleHttp\Psr7\Stream:private] => Resource id #177
                                            [size:GuzzleHttp\Psr7\Stream:private] => 279
                                            [seekable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [readable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [writable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [uri:GuzzleHttp\Psr7\Stream:private] => php://temp
                                            [customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
                                                (
                                                )

                                        )

                                )

                            [1] => Array
                                (
                                    [synchronous] => 1
                                )

                        )

                )

            [11] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/auth/src/OAuth2.php
                    [line] => 678
                    [function] => __invoke
                    [class] => Google\Auth\HttpHandler\Guzzle6HttpHandler
                    [type] => ->
                    [args] => Array
                        (
                            [0] => GuzzleHttp\Psr7\Request Object
                                (
                                    [method:GuzzleHttp\Psr7\Request:private] => POST
                                    [requestTarget:GuzzleHttp\Psr7\Request:private] => 
                                    [uri:GuzzleHttp\Psr7\Request:private] => GuzzleHttp\Psr7\Uri Object
                                        (
                                            [scheme:GuzzleHttp\Psr7\Uri:private] => https
                                            [userInfo:GuzzleHttp\Psr7\Uri:private] => 
                                            [host:GuzzleHttp\Psr7\Uri:private] => oauth2.googleapis.com
                                            [port:GuzzleHttp\Psr7\Uri:private] => 
                                            [path:GuzzleHttp\Psr7\Uri:private] => /token
                                            [query:GuzzleHttp\Psr7\Uri:private] => 
                                            [fragment:GuzzleHttp\Psr7\Uri:private] => 
                                            [composedComponents:GuzzleHttp\Psr7\Uri:private] => https://oauth2.googleapis.com/token
                                        )

                                    [headers:GuzzleHttp\Psr7\Request:private] => Array
                                        (
                                            [Host] => Array
                                                (
                                                    [0] => oauth2.googleapis.com
                                                )

                                            [Cache-Control] => Array
                                                (
                                                    [0] => no-store
                                                )

                                            [Content-Type] => Array
                                                (
                                                    [0] => application/x-www-form-urlencoded
                                                )

                                            [x-goog-api-client] => Array
                                                (
                                                    [0] => gl-php/8.1.33 auth/1.47.0 auth-request-type/at cred-type/u
                                                )

                                        )

                                    [headerNames:GuzzleHttp\Psr7\Request:private] => Array
                                        (
                                            [cache-control] => Cache-Control
                                            [content-type] => Content-Type
                                            [x-goog-api-client] => x-goog-api-client
                                            [host] => Host
                                        )

                                    [protocol:GuzzleHttp\Psr7\Request:private] => 1.1
                                    [stream:GuzzleHttp\Psr7\Request:private] => GuzzleHttp\Psr7\Stream Object
                                        (
                                            [stream:GuzzleHttp\Psr7\Stream:private] => Resource id #177
                                            [size:GuzzleHttp\Psr7\Stream:private] => 279
                                            [seekable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [readable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [writable:GuzzleHttp\Psr7\Stream:private] => 1
                                            [uri:GuzzleHttp\Psr7\Stream:private] => php://temp
                                            [customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
                                                (
                                                )

                                        )

                                )

                        )

                )

            [12] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/auth/src/Credentials/UserRefreshCredentials.php
                    [line] => 148
                    [function] => fetchAuthToken
                    [class] => Google\Auth\OAuth2
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\Auth\HttpHandler\Guzzle7HttpHandler Object
                                (
                                    [client:Google\Auth\HttpHandler\Guzzle6HttpHandler:private] => GuzzleHttp\Client Object
                                        (
                                            [config:GuzzleHttp\Client:private] => Array
                                                (
                                                    [handler] => GuzzleHttp\HandlerStack Object
                                                        (
                                                            [handler:GuzzleHttp\HandlerStack:private] => Closure Object
                                                                (
                                                                    [static] => Array
                                                                        (
                                                                            [default] => GuzzleHttp\Handler\CurlMultiHandler Object
                                                                                (
                                                                                    [factory:GuzzleHttp\Handler\CurlMultiHandler:private] => GuzzleHttp\Handler\CurlFactory Object
                                                                                        (
                                                                                            [handles:GuzzleHttp\Handler\CurlFactory:private] => Array
                                                                                                (
                                                                                                )

                                                                                            [maxHandles:GuzzleHttp\Handler\CurlFactory:private] => 50
                                                                                        )

                                                                                    [selectTimeout:GuzzleHttp\Handler\CurlMultiHandler:private] => 1
                                                                                    [active:GuzzleHttp\Handler\CurlMultiHandler:private] => 0
                                                                                    [handles:GuzzleHttp\Handler\CurlMultiHandler:private] => Array
                                                                                        (
                                                                                        )

                                                                                    [delays:GuzzleHttp\Handler\CurlMultiHandler:private] => Array
                                                                                        (
                                                                                        )

                                                                                    [options:GuzzleHttp\Handler\CurlMultiHandler:private] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [sync] => GuzzleHttp\Handler\CurlHandler Object
                                                                                (
                                                                                    [factory:GuzzleHttp\Handler\CurlHandler:private] => GuzzleHttp\Handler\CurlFactory Object
                                                                                        (
                                                                                            [handles:GuzzleHttp\Handler\CurlFactory:private] => Array
                                                                                                (
                                                                                                    [0] => CurlHandle Object
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [maxHandles:GuzzleHttp\Handler\CurlFactory:private] => 3
                                                                                        )

                                                                                )

                                                                        )

                                                                    [parameter] => Array
                                                                        (
                                                                            [$request] => 
                                                                            [$options] => 
                                                                        )

                                                                )

                                                            [stack:GuzzleHttp\HandlerStack:private] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [0] => Closure Object
                                                                                (
                                                                                    [static] => Array
                                                                                        (
                                                                                            [bodySummarizer] => GuzzleHttp\BodySummarizer Object
                                                                                                (
                                                                                                    [truncateAt:GuzzleHttp\BodySummarizer:private] => 240
                                                                                                )

                                                                                        )

                                                                                    [parameter] => Array
                                                                                        (
                                                                                            [$handler] => 
                                                                                        )

                                                                                )

                                                                            [1] => http_errors
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [0] => Closure Object
                                                                                (
                                                                                    [parameter] => Array
                                                                                        (
                                                                                            [$handler] => 
                                                                                        )

                                                                                )

                                                                            [1] => allow_redirects
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [0] => Closure Object
                                                                                (
                                                                                    [parameter] => Array
                                                                                        (
                                                                                            [$handler] => 
                                                                                        )

                                                                                )

                                                                            [1] => cookies
                                                                        )

                                                                    [3] => Array
                                                                        (
                                                                            [0] => Closure Object
                                                                                (
                                                                                    [parameter] => Array
                                                                                        (
                                                                                            [$handler] => 
                                                                                        )

                                                                                )

                                                                            [1] => prepare_body
                                                                        )

                                                                )

                                                            [cached:GuzzleHttp\HandlerStack:private] => Closure Object
                                                                (
                                                                    [static] => Array
                                                                        (
                                                                            [handler] => GuzzleHttp\RedirectMiddleware Object
                                                                                (
                                                                                    [nextHandler:GuzzleHttp\RedirectMiddleware:private] => Closure Object
                                                                                        (
                                                                                            [static] => Array
                                                                                                (
                                                                                                    [handler] => GuzzleHttp\PrepareBodyMiddleware Object
                                                                                                        (
                                                                                                            [nextHandler:GuzzleHttp\PrepareBodyMiddleware:private] => Closure Object
                                                                                                                (
                                                                                                                    [static] => Array
                                                                                                                        (
                                                                                                                            [default] => GuzzleHttp\Handler\CurlMultiHandler Object
                                                                                                                                (
                                                                                                                                    [factory:GuzzleHttp\Handler\CurlMultiHandler:private] => GuzzleHttp\Handler\CurlFactory Object
                                                                                                                                        (
                                                                                                                                            [handles:GuzzleHttp\Handler\CurlFactory:private] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [maxHandles:GuzzleHttp\Handler\CurlFactory:private] => 50
                                                                                                                                        )

                                                                                                                                    [selectTimeout:GuzzleHttp\Handler\CurlMultiHandler:private] => 1
                                                                                                                                    [active:GuzzleHttp\Handler\CurlMultiHandler:private] => 0
                                                                                                                                    [handles:GuzzleHttp\Handler\CurlMultiHandler:private] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [delays:GuzzleHttp\Handler\CurlMultiHandler:private] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [options:GuzzleHttp\Handler\CurlMultiHandler:private] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                )

                                                                                                                            [sync] => GuzzleHttp\Handler\CurlHandler Object
                                                                                                                                (
                                                                                                                                    [factory:GuzzleHttp\Handler\CurlHandler:private] => GuzzleHttp\Handler\CurlFactory Object
                                                                                                                                        (
                                                                                                                                            [handles:GuzzleHttp\Handler\CurlFactory:private] => Array
                                                                                                                                                (
                                                                                                                                                    [0] => CurlHandle Object
                                                                                                                                                        (
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [maxHandles:GuzzleHttp\Handler\CurlFactory:private] => 3
                                                                                                                                        )

                                                                                                                                )

                                                                                                                        )

                                                                                                                    [parameter] => Array
                                                                                                                        (
                                                                                                                            [$request] => 
                                                                                                                            [$options] => 
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [parameter] => Array
                                                                                                (
                                                                                                    [$request] => 
                                                                                                    [$options] => 
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [bodySummarizer] => GuzzleHttp\BodySummarizer Object
                                                                                (
                                                                                    [truncateAt:GuzzleHttp\BodySummarizer:private] => 240
                                                                                )

                                                                        )

                                                                    [parameter] => Array
                                                                        (
                                                                            [$request] => 
                                                                            [$options] => 
                                                                        )

                                                                )

                                                        )

                                                    [allow_redirects] => Array
                                                        (
                                                            [max] => 5
                                                            [protocols] => Array
                                                                (
                                                                    [0] => http
                                                                    [1] => https
                                                                )

                                                            [strict] => 
                                                            [referer] => 
                                                            [track_redirects] => 
                                                        )

                                                    [http_errors] => 1
                                                    [decode_content] => 1
                                                    [verify] => 1
                                                    [cookies] => 
                                                    [idn_conversion] => 
                                                    [headers] => Array
                                                        (
                                                            [User-Agent] => GuzzleHttp/7
                                                        )

                                                )

                                        )

                                    [logger:Google\Auth\HttpHandler\Guzzle6HttpHandler:private] => 
                                )

                            [1] => Array
                                (
                                    [x-goog-api-client] => gl-php/8.1.33 auth/1.47.0 auth-request-type/at cred-type/u
                                )

                        )

                )

            [13] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/auth/src/UpdateMetadataTrait.php
                    [line] => 66
                    [function] => fetchAuthToken
                    [class] => Google\Auth\Credentials\UserRefreshCredentials
                    [type] => ->
                    [args] => Array
                        (
                            [0] => 
                        )

                )

            [14] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/CredentialsWrapper.php
                    [line] => 251
                    [function] => updateMetadata
                    [class] => Google\Auth\CredentialsLoader
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                )

                            [1] => https://googleads.googleapis.com/
                            [2] => 
                        )

                )

            [15] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/Transport/HttpUnaryTransportTrait.php
                    [line] => 114
                    [function] => Google\ApiCore\{closure}
                    [class] => Google\ApiCore\CredentialsWrapper
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [16] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/Transport/RestTransport.php
                    [line] => 117
                    [function] => buildCommonHeaders
                    [class] => Google\ApiCore\Transport\RestTransport
                    [type] => ::
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-api-client] => Array
                                                (
                                                    [0] => gl-php/8.1.33 gccl/26.1.0 gapic/26.1.0 gax/1.36.0 grpc/ rest/1.36.0 pb/+n
                                                )

                                            [User-Agent] => Array
                                                (
                                                    [0] => gcloud-php-new/26.1.0
                                                )

                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                            [developer-token] => Array
                                                (
                                                    [0] => -GlJkFbUTbvPhXXISc5IGA
                                                )

                                            [login-customer-id] => Array
                                                (
                                                    [0] => 5319678734
                                                )

                                        )

                                    [timeoutMillis] => 14400000
                                    [transportOptions] => Array
                                        (
                                        )

                                    [audience] => https://googleads.googleapis.com/
                                    [credentialsWrapper] => Google\ApiCore\CredentialsWrapper Object
                                        (
                                            [credentialsFetcher:Google\ApiCore\CredentialsWrapper:private] => Google\Auth\Credentials\UserRefreshCredentials Object
                                                (
                                                    [auth:protected] => Google\Auth\OAuth2 Object
                                                        (
                                                            [authorizationUri:Google\Auth\OAuth2:private] => 
                                                            [tokenCredentialUri:Google\Auth\OAuth2:private] => GuzzleHttp\Psr7\Uri Object
                                                                (
                                                                    [scheme:GuzzleHttp\Psr7\Uri:private] => https
                                                                    [userInfo:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [host:GuzzleHttp\Psr7\Uri:private] => oauth2.googleapis.com
                                                                    [port:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [path:GuzzleHttp\Psr7\Uri:private] => /token
                                                                    [query:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [fragment:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [composedComponents:GuzzleHttp\Psr7\Uri:private] => https://oauth2.googleapis.com/token
                                                                )

                                                            [redirectUri:Google\Auth\OAuth2:private] => 
                                                            [clientId:Google\Auth\OAuth2:private] => 953063958705-jkinima3atuvlcjtc0hbbt1p9f1hsurr.apps.googleusercontent.com
                                                            [clientSecret:Google\Auth\OAuth2:private] => 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
                                                            [username:Google\Auth\OAuth2:private] => 
                                                            [password:Google\Auth\OAuth2:private] => 
                                                            [scope:Google\Auth\OAuth2:private] => 
                                                            [state:Google\Auth\OAuth2:private] => 
                                                            [code:Google\Auth\OAuth2:private] => 
                                                            [issuer:Google\Auth\OAuth2:private] => 
                                                            [audience:Google\Auth\OAuth2:private] => 
                                                            [sub:Google\Auth\OAuth2:private] => 
                                                            [expiry:Google\Auth\OAuth2:private] => 3600
                                                            [signingKey:Google\Auth\OAuth2:private] => 
                                                            [signingKeyId:Google\Auth\OAuth2:private] => 
                                                            [signingAlgorithm:Google\Auth\OAuth2:private] => 
                                                            [refreshToken:Google\Auth\OAuth2:private] => 1//09nzXPgekZQwyCgYIARAAGAkSNwF-L9IrhpE25sKr6oJSQX57KTNSGD6xNJHpahacoPlnSwIl9gYlg9s2-aN43tPP0jva1vUM-2A
                                                            [accessToken:Google\Auth\OAuth2:private] => 
                                                            [idToken:Google\Auth\OAuth2:private] => 
                                                            [grantedScope:Google\Auth\OAuth2:private] => 
                                                            [expiresIn:Google\Auth\OAuth2:private] => 
                                                            [expiresAt:Google\Auth\OAuth2:private] => 
                                                            [issuedAt:Google\Auth\OAuth2:private] => 
                                                            [grantType:Google\Auth\OAuth2:private] => 
                                                            [extensionParams:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                            [additionalClaims:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                            [codeVerifier:Google\Auth\OAuth2:private] => 
                                                            [resource:Google\Auth\OAuth2:private] => 
                                                            [subjectTokenFetcher:Google\Auth\OAuth2:private] => 
                                                            [subjectTokenType:Google\Auth\OAuth2:private] => 
                                                            [actorToken:Google\Auth\OAuth2:private] => 
                                                            [actorTokenType:Google\Auth\OAuth2:private] => 
                                                            [issuedTokenType:Google\Auth\OAuth2:private] => 
                                                            [additionalOptions:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                        )

                                                    [quotaProject:protected] => 
                                                    [isIdTokenRequest:Google\Auth\Credentials\UserRefreshCredentials:private] => 
                                                )

                                            [authHttpHandler:Google\ApiCore\CredentialsWrapper:private] => 
                                            [universeDomain:Google\ApiCore\CredentialsWrapper:private] => googleapis.com
                                            [hasCheckedUniverse:Google\ApiCore\CredentialsWrapper:private] => 1
                                        )

                                )

                        )

                )

            [17] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/GapicClientTrait.php
                    [line] => 664
                    [function] => startUnaryCall
                    [class] => Google\ApiCore\Transport\RestTransport
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-api-client] => Array
                                                (
                                                    [0] => gl-php/8.1.33 gccl/26.1.0 gapic/26.1.0 gax/1.36.0 grpc/ rest/1.36.0 pb/+n
                                                )

                                            [User-Agent] => Array
                                                (
                                                    [0] => gcloud-php-new/26.1.0
                                                )

                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                            [developer-token] => Array
                                                (
                                                    [0] => -GlJkFbUTbvPhXXISc5IGA
                                                )

                                            [login-customer-id] => Array
                                                (
                                                    [0] => 5319678734
                                                )

                                        )

                                    [timeoutMillis] => 14400000
                                    [transportOptions] => Array
                                        (
                                        )

                                    [audience] => https://googleads.googleapis.com/
                                    [credentialsWrapper] => Google\ApiCore\CredentialsWrapper Object
                                        (
                                            [credentialsFetcher:Google\ApiCore\CredentialsWrapper:private] => Google\Auth\Credentials\UserRefreshCredentials Object
                                                (
                                                    [auth:protected] => Google\Auth\OAuth2 Object
                                                        (
                                                            [authorizationUri:Google\Auth\OAuth2:private] => 
                                                            [tokenCredentialUri:Google\Auth\OAuth2:private] => GuzzleHttp\Psr7\Uri Object
                                                                (
                                                                    [scheme:GuzzleHttp\Psr7\Uri:private] => https
                                                                    [userInfo:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [host:GuzzleHttp\Psr7\Uri:private] => oauth2.googleapis.com
                                                                    [port:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [path:GuzzleHttp\Psr7\Uri:private] => /token
                                                                    [query:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [fragment:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [composedComponents:GuzzleHttp\Psr7\Uri:private] => https://oauth2.googleapis.com/token
                                                                )

                                                            [redirectUri:Google\Auth\OAuth2:private] => 
                                                            [clientId:Google\Auth\OAuth2:private] => 953063958705-jkinima3atuvlcjtc0hbbt1p9f1hsurr.apps.googleusercontent.com
                                                            [clientSecret:Google\Auth\OAuth2:private] => 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
                                                            [username:Google\Auth\OAuth2:private] => 
                                                            [password:Google\Auth\OAuth2:private] => 
                                                            [scope:Google\Auth\OAuth2:private] => 
                                                            [state:Google\Auth\OAuth2:private] => 
                                                            [code:Google\Auth\OAuth2:private] => 
                                                            [issuer:Google\Auth\OAuth2:private] => 
                                                            [audience:Google\Auth\OAuth2:private] => 
                                                            [sub:Google\Auth\OAuth2:private] => 
                                                            [expiry:Google\Auth\OAuth2:private] => 3600
                                                            [signingKey:Google\Auth\OAuth2:private] => 
                                                            [signingKeyId:Google\Auth\OAuth2:private] => 
                                                            [signingAlgorithm:Google\Auth\OAuth2:private] => 
                                                            [refreshToken:Google\Auth\OAuth2:private] => 1//09nzXPgekZQwyCgYIARAAGAkSNwF-L9IrhpE25sKr6oJSQX57KTNSGD6xNJHpahacoPlnSwIl9gYlg9s2-aN43tPP0jva1vUM-2A
                                                            [accessToken:Google\Auth\OAuth2:private] => 
                                                            [idToken:Google\Auth\OAuth2:private] => 
                                                            [grantedScope:Google\Auth\OAuth2:private] => 
                                                            [expiresIn:Google\Auth\OAuth2:private] => 
                                                            [expiresAt:Google\Auth\OAuth2:private] => 
                                                            [issuedAt:Google\Auth\OAuth2:private] => 
                                                            [grantType:Google\Auth\OAuth2:private] => 
                                                            [extensionParams:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                            [additionalClaims:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                            [codeVerifier:Google\Auth\OAuth2:private] => 
                                                            [resource:Google\Auth\OAuth2:private] => 
                                                            [subjectTokenFetcher:Google\Auth\OAuth2:private] => 
                                                            [subjectTokenType:Google\Auth\OAuth2:private] => 
                                                            [actorToken:Google\Auth\OAuth2:private] => 
                                                            [actorTokenType:Google\Auth\OAuth2:private] => 
                                                            [issuedTokenType:Google\Auth\OAuth2:private] => 
                                                            [additionalOptions:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                        )

                                                    [quotaProject:protected] => 
                                                    [isIdTokenRequest:Google\Auth\Credentials\UserRefreshCredentials:private] => 
                                                )

                                            [authHttpHandler:Google\ApiCore\CredentialsWrapper:private] => 
                                            [universeDomain:Google\ApiCore\CredentialsWrapper:private] => googleapis.com
                                            [hasCheckedUniverse:Google\ApiCore\CredentialsWrapper:private] => 1
                                        )

                                )

                        )

                )

            [18] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/Middleware/CredentialsWrapperMiddleware.php
                    [line] => 62
                    [function] => Google\ApiCore\{closure}
                    [class] => Google\Ads\GoogleAds\V19\Services\Client\CustomerServiceClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-api-client] => Array
                                                (
                                                    [0] => gl-php/8.1.33 gccl/26.1.0 gapic/26.1.0 gax/1.36.0 grpc/ rest/1.36.0 pb/+n
                                                )

                                            [User-Agent] => Array
                                                (
                                                    [0] => gcloud-php-new/26.1.0
                                                )

                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                            [developer-token] => Array
                                                (
                                                    [0] => -GlJkFbUTbvPhXXISc5IGA
                                                )

                                            [login-customer-id] => Array
                                                (
                                                    [0] => 5319678734
                                                )

                                        )

                                    [timeoutMillis] => 14400000
                                    [transportOptions] => Array
                                        (
                                        )

                                    [audience] => https://googleads.googleapis.com/
                                    [credentialsWrapper] => Google\ApiCore\CredentialsWrapper Object
                                        (
                                            [credentialsFetcher:Google\ApiCore\CredentialsWrapper:private] => Google\Auth\Credentials\UserRefreshCredentials Object
                                                (
                                                    [auth:protected] => Google\Auth\OAuth2 Object
                                                        (
                                                            [authorizationUri:Google\Auth\OAuth2:private] => 
                                                            [tokenCredentialUri:Google\Auth\OAuth2:private] => GuzzleHttp\Psr7\Uri Object
                                                                (
                                                                    [scheme:GuzzleHttp\Psr7\Uri:private] => https
                                                                    [userInfo:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [host:GuzzleHttp\Psr7\Uri:private] => oauth2.googleapis.com
                                                                    [port:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [path:GuzzleHttp\Psr7\Uri:private] => /token
                                                                    [query:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [fragment:GuzzleHttp\Psr7\Uri:private] => 
                                                                    [composedComponents:GuzzleHttp\Psr7\Uri:private] => https://oauth2.googleapis.com/token
                                                                )

                                                            [redirectUri:Google\Auth\OAuth2:private] => 
                                                            [clientId:Google\Auth\OAuth2:private] => 953063958705-jkinima3atuvlcjtc0hbbt1p9f1hsurr.apps.googleusercontent.com
                                                            [clientSecret:Google\Auth\OAuth2:private] => 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
                                                            [username:Google\Auth\OAuth2:private] => 
                                                            [password:Google\Auth\OAuth2:private] => 
                                                            [scope:Google\Auth\OAuth2:private] => 
                                                            [state:Google\Auth\OAuth2:private] => 
                                                            [code:Google\Auth\OAuth2:private] => 
                                                            [issuer:Google\Auth\OAuth2:private] => 
                                                            [audience:Google\Auth\OAuth2:private] => 
                                                            [sub:Google\Auth\OAuth2:private] => 
                                                            [expiry:Google\Auth\OAuth2:private] => 3600
                                                            [signingKey:Google\Auth\OAuth2:private] => 
                                                            [signingKeyId:Google\Auth\OAuth2:private] => 
                                                            [signingAlgorithm:Google\Auth\OAuth2:private] => 
                                                            [refreshToken:Google\Auth\OAuth2:private] => 1//09nzXPgekZQwyCgYIARAAGAkSNwF-L9IrhpE25sKr6oJSQX57KTNSGD6xNJHpahacoPlnSwIl9gYlg9s2-aN43tPP0jva1vUM-2A
                                                            [accessToken:Google\Auth\OAuth2:private] => 
                                                            [idToken:Google\Auth\OAuth2:private] => 
                                                            [grantedScope:Google\Auth\OAuth2:private] => 
                                                            [expiresIn:Google\Auth\OAuth2:private] => 
                                                            [expiresAt:Google\Auth\OAuth2:private] => 
                                                            [issuedAt:Google\Auth\OAuth2:private] => 
                                                            [grantType:Google\Auth\OAuth2:private] => 
                                                            [extensionParams:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                            [additionalClaims:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                            [codeVerifier:Google\Auth\OAuth2:private] => 
                                                            [resource:Google\Auth\OAuth2:private] => 
                                                            [subjectTokenFetcher:Google\Auth\OAuth2:private] => 
                                                            [subjectTokenType:Google\Auth\OAuth2:private] => 
                                                            [actorToken:Google\Auth\OAuth2:private] => 
                                                            [actorTokenType:Google\Auth\OAuth2:private] => 
                                                            [issuedTokenType:Google\Auth\OAuth2:private] => 
                                                            [additionalOptions:Google\Auth\OAuth2:private] => Array
                                                                (
                                                                )

                                                        )

                                                    [quotaProject:protected] => 
                                                    [isIdTokenRequest:Google\Auth\Credentials\UserRefreshCredentials:private] => 
                                                )

                                            [authHttpHandler:Google\ApiCore\CredentialsWrapper:private] => 
                                            [universeDomain:Google\ApiCore\CredentialsWrapper:private] => googleapis.com
                                            [hasCheckedUniverse:Google\ApiCore\CredentialsWrapper:private] => 1
                                        )

                                )

                        )

                )

            [19] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/Middleware/FixedHeaderMiddleware.php
                    [line] => 68
                    [function] => __invoke
                    [class] => Google\ApiCore\Middleware\CredentialsWrapperMiddleware
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-api-client] => Array
                                                (
                                                    [0] => gl-php/8.1.33 gccl/26.1.0 gapic/26.1.0 gax/1.36.0 grpc/ rest/1.36.0 pb/+n
                                                )

                                            [User-Agent] => Array
                                                (
                                                    [0] => gcloud-php-new/26.1.0
                                                )

                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                            [developer-token] => Array
                                                (
                                                    [0] => -GlJkFbUTbvPhXXISc5IGA
                                                )

                                            [login-customer-id] => Array
                                                (
                                                    [0] => 5319678734
                                                )

                                        )

                                    [timeoutMillis] => 14400000
                                    [transportOptions] => Array
                                        (
                                        )

                                    [audience] => https://googleads.googleapis.com/
                                )

                        )

                )

            [20] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/Middleware/RetryMiddleware.php
                    [line] => 97
                    [function] => __invoke
                    [class] => Google\ApiCore\Middleware\FixedHeaderMiddleware
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-api-client] => Array
                                                (
                                                    [0] => gl-php/8.1.33 gccl/26.1.0 gapic/26.1.0 gax/1.36.0 grpc/ rest/1.36.0 pb/+n
                                                )

                                            [User-Agent] => Array
                                                (
                                                    [0] => gcloud-php-new/26.1.0
                                                )

                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                            [developer-token] => Array
                                                (
                                                    [0] => -GlJkFbUTbvPhXXISc5IGA
                                                )

                                            [login-customer-id] => Array
                                                (
                                                    [0] => 5319678734
                                                )

                                        )

                                    [timeoutMillis] => 14400000
                                    [transportOptions] => Array
                                        (
                                        )

                                    [audience] => https://googleads.googleapis.com/
                                )

                        )

                )

            [21] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/Middleware/RequestAutoPopulationMiddleware.php
                    [line] => 73
                    [function] => __invoke
                    [class] => Google\ApiCore\Middleware\RetryMiddleware
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                            [developer-token] => Array
                                                (
                                                    [0] => -GlJkFbUTbvPhXXISc5IGA
                                                )

                                            [login-customer-id] => Array
                                                (
                                                    [0] => 5319678734
                                                )

                                        )

                                    [timeoutMillis] => 14400000
                                    [transportOptions] => Array
                                        (
                                        )

                                    [audience] => https://googleads.googleapis.com/
                                )

                        )

                )

            [22] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/Middleware/OptionsFilterMiddleware.php
                    [line] => 61
                    [function] => __invoke
                    [class] => Google\ApiCore\Middleware\RequestAutoPopulationMiddleware
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                            [developer-token] => Array
                                                (
                                                    [0] => -GlJkFbUTbvPhXXISc5IGA
                                                )

                                            [login-customer-id] => Array
                                                (
                                                    [0] => 5319678734
                                                )

                                        )

                                    [timeoutMillis] => 
                                    [transportOptions] => Array
                                        (
                                        )

                                    [audience] => https://googleads.googleapis.com/
                                )

                        )

                )

            [23] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/Middleware/FixedHeaderMiddleware.php
                    [line] => 68
                    [function] => __invoke
                    [class] => Google\ApiCore\Middleware\OptionsFilterMiddleware
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [retrySettings] => 
                                )

                        )

                )

            [24] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V19/UnaryGoogleAdsExceptionMiddleware.php
                    [line] => 62
                    [function] => __invoke
                    [class] => Google\ApiCore\Middleware\FixedHeaderMiddleware
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                            [developer-token] => Array
                                                (
                                                    [0] => -GlJkFbUTbvPhXXISc5IGA
                                                )

                                            [login-customer-id] => Array
                                                (
                                                    [0] => 5319678734
                                                )

                                        )

                                    [timeoutMillis] => 
                                    [transportOptions] => Array
                                        (
                                        )

                                    [retrySettings] => 
                                    [audience] => https://googleads.googleapis.com/
                                )

                        )

                )

            [25] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V19/UnaryGoogleAdsResponseMetadataCallable.php
                    [line] => 53
                    [function] => __invoke
                    [class] => Google\Ads\GoogleAds\Lib\V19\UnaryGoogleAdsExceptionMiddleware
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                        )

                                    [timeoutMillis] => 
                                    [transportOptions] => Array
                                        (
                                        )

                                    [retrySettings] => 
                                    [audience] => https://googleads.googleapis.com/
                                )

                        )

                )

            [26] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/GapicClientTrait.php
                    [line] => 631
                    [function] => __invoke
                    [class] => Google\Ads\GoogleAds\Lib\V19\UnaryGoogleAdsResponseMetadataCallable
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\ApiCore\Call Object
                                (
                                    [method:Google\ApiCore\Call:private] => google.ads.googleads.v19.services.CustomerService/ListAccessibleCustomers
                                    [callType:Google\ApiCore\Call:private] => 0
                                    [decodeType:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                                    [message:Google\ApiCore\Call:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                        (
                                            [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                                (
                                                    [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                                    [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                                    [options:Google\Protobuf\Internal\Descriptor:private] => 
                                                    [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                        (
                                                        )

                                                    [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                        (
                                                            [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                        )

                                                )

                                            [unknown:Google\Protobuf\Internal\Message:private] => 
                                        )

                                    [descriptor:Google\ApiCore\Call:private] => 
                                )

                            [1] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                        )

                                    [timeoutMillis] => 
                                    [transportOptions] => Array
                                        (
                                        )

                                    [retrySettings] => 
                                    [audience] => https://googleads.googleapis.com/
                                )

                        )

                )

            [27] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/google/gax/src/GapicClientTrait.php
                    [line] => 576
                    [function] => startCall
                    [class] => Google\Ads\GoogleAds\V19\Services\Client\CustomerServiceClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => ListAccessibleCustomers
                            [1] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersResponse
                            [2] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                        )

                                    [timeoutMillis] => 
                                    [transportOptions] => Array
                                        (
                                        )

                                    [retrySettings] => 
                                )

                            [3] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                (
                                    [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                        (
                                            [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                            [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [options:Google\Protobuf\Internal\Descriptor:private] => 
                                            [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                (
                                                    [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                )

                                        )

                                    [unknown:Google\Protobuf\Internal\Message:private] => 
                                )

                            [4] => 0
                            [5] => google.ads.googleads.v19.services.CustomerService
                        )

                )

            [28] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/V19/Services/Client/CustomerServiceClient.php
                    [line] => 317
                    [function] => startApiCall
                    [class] => Google\Ads\GoogleAds\V19\Services\Client\CustomerServiceClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => ListAccessibleCustomers
                            [1] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                (
                                    [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                        (
                                            [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                            [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [options:Google\Protobuf\Internal\Descriptor:private] => 
                                            [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                (
                                                    [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                )

                                        )

                                    [unknown:Google\Protobuf\Internal\Message:private] => 
                                )

                            [2] => Array
                                (
                                    [headers] => Array
                                        (
                                            [x-goog-request-params] => Array
                                                (
                                                    [0] => 
                                                )

                                        )

                                )

                        )

                )

            [29] => Array
                (
                    [file] => /home/inv/public_html/google_ads_manager/test_connection.php
                    [line] => 40
                    [function] => listAccessibleCustomers
                    [class] => Google\Ads\GoogleAds\V19\Services\Client\CustomerServiceClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest Object
                                (
                                    [desc:Google\Protobuf\Internal\Message:private] => Google\Protobuf\Internal\Descriptor Object
                                        (
                                            [full_name:Google\Protobuf\Internal\Descriptor:private] => google.ads.googleads.v19.services.ListAccessibleCustomersRequest
                                            [field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [json_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [name_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [index_to_field:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [nested_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [enum_type:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [legacy_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [previous_klass:Google\Protobuf\Internal\Descriptor:private] => Google\Ads\GoogleAds\V19\Services\ListAccessibleCustomersRequest
                                            [options:Google\Protobuf\Internal\Descriptor:private] => 
                                            [oneof_decl:Google\Protobuf\Internal\Descriptor:private] => Array
                                                (
                                                )

                                            [public_desc:Google\Protobuf\Internal\Descriptor:private] => Google\Protobuf\Descriptor Object
                                                (
                                                    [internal_desc:Google\Protobuf\Descriptor:private] => Google\Protobuf\Internal\Descriptor Object
 *RECURSION*
                                                )

                                        )

                                    [unknown:Google\Protobuf\Internal\Message:private] => 
                                )

                        )

                )

        )

    [previous:Exception:private] => 
    [request:GuzzleHttp\Exception\RequestException:private] => GuzzleHttp\Psr7\Request Object
        (
            [method:GuzzleHttp\Psr7\Request:private] => POST
            [requestTarget:GuzzleHttp\Psr7\Request:private] => 
            [uri:GuzzleHttp\Psr7\Request:private] => GuzzleHttp\Psr7\Uri Object
                (
                    [scheme:GuzzleHttp\Psr7\Uri:private] => https
                    [userInfo:GuzzleHttp\Psr7\Uri:private] => 
                    [host:GuzzleHttp\Psr7\Uri:private] => oauth2.googleapis.com
                    [port:GuzzleHttp\Psr7\Uri:private] => 
                    [path:GuzzleHttp\Psr7\Uri:private] => /token
                    [query:GuzzleHttp\Psr7\Uri:private] => 
                    [fragment:GuzzleHttp\Psr7\Uri:private] => 
                    [composedComponents:GuzzleHttp\Psr7\Uri:private] => https://oauth2.googleapis.com/token
                )

            [headers:GuzzleHttp\Psr7\Request:private] => Array
                (
                    [User-Agent] => Array
                        (
                            [0] => GuzzleHttp/7
                        )

                    [Host] => Array
                        (
                            [0] => oauth2.googleapis.com
                        )

                    [Cache-Control] => Array
                        (
                            [0] => no-store
                        )

                    [Content-Type] => Array
                        (
                            [0] => application/x-www-form-urlencoded
                        )

                    [x-goog-api-client] => Array
                        (
                            [0] => gl-php/8.1.33 auth/1.47.0 auth-request-type/at cred-type/u
                        )

                )

            [headerNames:GuzzleHttp\Psr7\Request:private] => Array
                (
                    [user-agent] => User-Agent
                    [host] => Host
                    [cache-control] => Cache-Control
                    [content-type] => Content-Type
                    [x-goog-api-client] => x-goog-api-client
                )

            [protocol:GuzzleHttp\Psr7\Request:private] => 1.1
            [stream:GuzzleHttp\Psr7\Request:private] => GuzzleHttp\Psr7\Stream Object
                (
                    [stream:GuzzleHttp\Psr7\Stream:private] => Resource id #177
                    [size:GuzzleHttp\Psr7\Stream:private] => 279
                    [seekable:GuzzleHttp\Psr7\Stream:private] => 1
                    [readable:GuzzleHttp\Psr7\Stream:private] => 1
                    [writable:GuzzleHttp\Psr7\Stream:private] => 1
                    [uri:GuzzleHttp\Psr7\Stream:private] => php://temp
                    [customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
                        (
                        )

                )

        )

    [response:GuzzleHttp\Exception\RequestException:private] => GuzzleHttp\Psr7\Response Object
        (
            [reasonPhrase:GuzzleHttp\Psr7\Response:private] => Bad Request
            [statusCode:GuzzleHttp\Psr7\Response:private] => 400
            [headers:GuzzleHttp\Psr7\Response:private] => Array
                (
                    [Expires] => Array
                        (
                            [0] => Mon, 01 Jan 1990 00:00:00 GMT
                        )

                    [Pragma] => Array
                        (
                            [0] => no-cache
                        )

                    [Cache-Control] => Array
                        (
                            [0] => no-cache, no-store, max-age=0, must-revalidate
                        )

                    [Date] => Array
                        (
                            [0] => Thu, 11 Dec 2025 01:12:54 GMT
                        )

                    [Content-Type] => Array
                        (
                            [0] => application/json; charset=utf-8
                        )

                    [Vary] => Array
                        (
                            [0] => X-Origin
                            [1] => Referer
                            [2] => Origin,Accept-Encoding
                        )

                    [Server] => Array
                        (
                            [0] => scaffolding on HTTPServer2
                        )

                    [X-XSS-Protection] => Array
                        (
                            [0] => 0
                        )

                    [X-Frame-Options] => Array
                        (
                            [0] => SAMEORIGIN
                        )

                    [X-Content-Type-Options] => Array
                        (
                            [0] => nosniff
                        )

                    [Alt-Svc] => Array
                        (
                            [0] => h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
                        )

                    [Accept-Ranges] => Array
                        (
                            [0] => none
                        )

                    [Transfer-Encoding] => Array
                        (
                            [0] => chunked
                        )

                )

            [headerNames:GuzzleHttp\Psr7\Response:private] => Array
                (
                    [expires] => Expires
                    [pragma] => Pragma
                    [cache-control] => Cache-Control
                    [date] => Date
                    [content-type] => Content-Type
                    [vary] => Vary
                    [server] => Server
                    [x-xss-protection] => X-XSS-Protection
                    [x-frame-options] => X-Frame-Options
                    [x-content-type-options] => X-Content-Type-Options
                    [alt-svc] => Alt-Svc
                    [accept-ranges] => Accept-Ranges
                    [transfer-encoding] => Transfer-Encoding
                )

            [protocol:GuzzleHttp\Psr7\Response:private] => 1.1
            [stream:GuzzleHttp\Psr7\Response:private] => GuzzleHttp\Psr7\Stream Object
                (
                    [stream:GuzzleHttp\Psr7\Stream:private] => Resource id #185
                    [size:GuzzleHttp\Psr7\Stream:private] => 68
                    [seekable:GuzzleHttp\Psr7\Stream:private] => 1
                    [readable:GuzzleHttp\Psr7\Stream:private] => 1
                    [writable:GuzzleHttp\Psr7\Stream:private] => 1
                    [uri:GuzzleHttp\Psr7\Stream:private] => php://temp
                    [customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
                        (
                        )

                )

        )

    [handlerContext:GuzzleHttp\Exception\RequestException:private] => Array
        (
        )

)