NewNew Posted April 24, 2017 Share Posted April 24, 2017 I did exactly as prestashop says to do. I've looked around but i didn't find anything that works. I'm on prestashop 1.6 Link to comment Share on other sites More sharing options...
NewNew Posted April 27, 2017 Author Share Posted April 27, 2017 Please? Anyone? Link to comment Share on other sites More sharing options...
olallaspt Posted May 16, 2017 Share Posted May 16, 2017 I have the same exact problem and cannot find an answer anywhere. If someone helps you could you share it here please?! Link to comment Share on other sites More sharing options...
olallaspt Posted May 16, 2017 Share Posted May 16, 2017 SOLVED! Leave the ''profile'' box empty and save. 3 Link to comment Share on other sites More sharing options...
Eurosig96 Posted May 31, 2017 Share Posted May 31, 2017 SOLVED! Leave the ''profile'' box empty and save. Didn't work for me, just keeps coming back with 'Authentication failed' - anyone? Link to comment Share on other sites More sharing options...
NewNew Posted May 31, 2017 Author Share Posted May 31, 2017 Yep, i did that too but even if i don't have the error message anymore, there's absolutely nothing in my analytics, it's empty, no activity that is tracked ... Link to comment Share on other sites More sharing options...
vrijndesteede Posted June 1, 2017 Share Posted June 1, 2017 Try to use the code from the Analytics tab instead of the 'profile' in the URL. You should use the ID and Secret (in blue): You should take the red numbers for PROFILE: 1 Link to comment Share on other sites More sharing options...
silencersm Posted June 14, 2017 Share Posted June 14, 2017 Go to modules/gapi/gapi.php line 391 and change the lines: if (isset($response['rows']) && is_array($response['rows']))foreach ($response['rows'] as $row) to: if (isset($response) && is_array($response))foreach ($response as $row) that should fix the issue. 1 Link to comment Share on other sites More sharing options...
kamppa Posted July 3, 2017 Share Posted July 3, 2017 Go to modules/gapi/gapi.php line 391 and change the lines: if (isset($response['rows']) && is_array($response['rows'])) foreach ($response['rows'] as $row) to: if (isset($response) && is_array($response)) foreach ($response as $row) that should fix the issue. Thank you! I no longer get the error, but I still can't see any activity in the real time tracking page. I will wait for 24 hours to see if this actually fixes anything or just masks the error away. Link to comment Share on other sites More sharing options...
silencersm Posted July 3, 2017 Share Posted July 3, 2017 Hmm tried that 24 hour waiting and didn't work. It seems that it is broken more than expected. I am on vacation at the moment and plan to investigate when I'll be back. In the meantime just plant the GA code to the header to get things moving 1 Link to comment Share on other sites More sharing options...
weasam Posted July 18, 2017 Share Posted July 18, 2017 Hmm tried that 24 hour waiting and didn't work. It seems that it is broken more than expected. I am on vacation at the moment and plan to investigate when I'll be back. In the meantime just plant the GA code to the header to get things moving I having the same issue like your situation. google analytics had set my tracking ID in it and turn global tracking user ID;;;;;; the google analytics API module, if I put my View ID in the profile. it keep notifying me "cannot retrieve test results" so I leaved the Profile blank. My opinion is that the problem not the prestashop itself, I had waiting it 24 hours, still can not get the real-time report in my google analytics. PS: my another website in the same google account working good with Real-time report. Have you solved it? could you share how you solve it? Link to comment Share on other sites More sharing options...
kdmonk1 Posted August 6, 2017 Share Posted August 6, 2017 I was having the same issue so I downloaded the lasted version: https://addons.prestashop.com/en/natif/4168-ganalytics.html It only requires only the tracking id and once I added it, the Real Time section in Google Analytics started to work! Link to comment Share on other sites More sharing options...
tcladin Posted October 8, 2017 Share Posted October 8, 2017 (edited) do not work for me Go to modules/gapi/gapi.php line 391 and change the lines:if (isset($response['rows']) && is_array($response['rows']))foreach ($response['rows'] as $row)to:if (isset($response) && is_array($response))foreach ($response as $row)that should fix the issue. do not work for me SOLVED! Leave the ''profile'' box empty and save. work I was having the same issue so I downloaded the lasted version: https://addons.prestashop.com/en/natif/4168-ganalytics.htmlIt only requires only the tracking id and once I added it, the Real Time section in Google Analytics started to work! This 4168-ganalytics module working with API Google Analytics module at BO>Dashboard>Trafic box. I use API Google Analytics v1.2.2 - PrestaShop at index.php?controller=AdminModules&module_name=gapiPrestashop 1.6.1.11 with Google Analytics Module Trick for working dashboard is simly, wait : https://www.prestashop.com/forums/topic/443499-cannot-retrieve-test-results/?p=2522873 Edited October 12, 2017 by tcladin (see edit history) Link to comment Share on other sites More sharing options...
remyyyyy Posted December 8, 2017 Share Posted December 8, 2017 Bonjour à tous. Ne pas mettre le "p" au début de l'identifiant du profil et tout devrait fonctionner. Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted December 22, 2017 Share Posted December 22, 2017 "Cannot retrieve test results" mean no data yet, and it can be happen if Google Analytics (ganalytics) module yet installed & configured. If you just install the Google Analytics API (gapi) module but yet install Google Analytics (ganalytics) module then there wont be any analytics data. You have to install Google Analytics (ganalytics) module first and make sure it working well then wait for a few days until the analytics data gathered. Next Google Analytics API (gapi) module can be installed & configured and and you will get the result. 1 Link to comment Share on other sites More sharing options...
Tatsuo Posted May 24, 2020 Share Posted May 24, 2020 On 12/22/2017 at 11:24 AM, gonebdg - webindoshop.com said: "Cannot retrieve test results" mean no data yet, and it can be happen if Google Analytics (ganalytics) module yet installed & configured. If you just install the Google Analytics API (gapi) module but yet install Google Analytics (ganalytics) module then there wont be any analytics data. You have to install Google Analytics (ganalytics) module first and make sure it working well then wait for a few days until the analytics data gathered. Next Google Analytics API (gapi) module can be installed & configured and and you will get the result. THANK YOU SO MUCH! for the information. it solved all the problem imediatelly as I installed the right module. BUT!! this is so wrong that two different Modules have almost the same names "Google Analytics" and "Google Analytics API" and SAME LOGOS!!! which I think confuses many people. So for those who has this problems: 1) You need to install the "Google Analytics" module and NOT the "Google Analytics API" 2) "API google analytics: Cannot retrieve test results" - just Leave the ''profile'' box empty and save. I have spent a whole day solving this problem (#><) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now