我该如何修复 Google analytics WP 插件错误 23?

How could I fix Google analytics WP plugin error 23?

有人遇到过以下错误吗?我该如何解决这个问题?预先感谢您的建议

<pre>Error Details Count: 1 Last Error: 2020-08-09 11:37:48: Deconfin_Service_Exception: Error calling GET <a href="https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A185858750&start-date=today&end-date=today&metrics=ga%3Ausers&dimensions=ga%3Ahour&quotaUser=u1s1p185858750&samplingLevel=HIGHER_PRECISION" rel="nofollow noreferrer">https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A185858750&start-date=today&end-date=today&metrics=ga%3Ausers&dimensions=ga%3Ahour&quotaUser=u1s1p185858750&samplingLevel=HIGHER_PRECISION</a>: (503) There was a temporary error. Please try again later. in /home/u462343431/public_html/wp-content/plugins/ga-in/tools/src/Deconfin/Http/REST.php:110</p> <p>Stack trace: #0 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/src/Deconfin/Http/REST.php(62): Deconfin_Http_REST::decodeHttpResponse(Object(Deconfin_Http_Request), Object(Deconfin_Client))</p> <p>#1 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/src/Deconfin/Task/Runner.php(174): Deconfin_Http_REST::doExecute(Object(Deconfin_Client), Object(Deconfin_Http_Request))</p> <p>#2 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/src/Deconfin/Http/REST.php(46): Deconfin_Task_Runner->run()</p> <p>#3 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/src/Deconfin/Client.php(611): Deconfin_Http_REST::execute(Object(Deconfin_Client), Object(Deconfin_Http_Request))</p> <p>#4 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/src/Deconfin/Service/Resource.php(240): Deconfin_Client->execute(Object(Deconfin_Http_Request))</p> <p>#5 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/src/Deconfin/Service/Analytics.php(2052): Deconfin_Service_Resource->call('get', Array, 'Deconfin_Servic...')</p> <p>#6 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/gapi.php(361): Deconfin_Service_Analytics_DataGa_Resource->get('ga:185858750', 'today', 'today', 'ga:users', Array)</p> <p>#7 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/gapi.php(457): GAINWP_GAPI_Controller->handle_corereports('185858750', 'today', 'today', 'ga:users', Array, 'qr2_3095809337')</p> <p>#8 /home/u462343431/public_html/wp-content/plugins/ga-in/tools/gapi.php(950): GAINWP_GAPI_Controller->get_areachart_data('185858750', 'today', 'today', 'users', false)</p> <p>#9 /home/u462343431/public_html/wp-content/plugins/ga-in/admin/ajax-actions.php(116): GAINWP_GAPI_Controller->get('185858750', 'users', 'today', 'today', false, 'sessions')</p> <p>#10 /home/u462343431/public_html/wp-includes/class-wp-hook.php(288): GAINWP_Backend_Ajax->ajax_item_reports('')</p> <p>#11 /home/u462343431/public_html/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters('', Array) #12 /home/u462343431/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #13 /home/u462343431/public_html/wp-admin/admin-ajax.php(175): do_action('wp_ajax_gainwp_...') #14 {main}</p> <p>GAPI Error: Array ( [0] => 503 [1] => Array ( [0] => Array ( [message] => There was a temporary error. Please try again later. [domain] => global [reason] => backendError )</p> <pre><code> )

)

这是 Google 发出的临时错误。它与插件没有密切关系,它来自 Google 的 API 暂时中断。

此 Google Analytics API 错误表明处理您的查询请求时出现问题。如果您在短时间内进行了过多的错误查询,或者如果您用完了当天的配额,就会发生这种情况。在某些情况下,这可能表明服务器太忙而无法处理您的请求(通常是针对非常大的查询)。

太多的尝试会导致即使是好的查询也会以这种方式被阻止。

唯一的解决办法是等待一段时间(第二天),直到 API 让您重试。