Jump to content

Bug ganalytics ver 2.0.2


teo_g

Recommended Posts

Yesterday I upgrade module ganalytics from version 1.8.2 at 2.0.2 (PS 1.6.0.9).

From that moment google analytics can't see anything. Is blind.

My code GA from home page is:

<script type="text/javascript">
	(window.gaDevIds=window.gaDevIds||[]).push('d6YPbH');
	(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
	ga('create', 'UA-XXXXXX-my.identity', 'auto');
				
	ga('require', 'ec');
</script>
Link to comment
Share on other sites

Unfortunately I have the same problem. Furthermore, Google Analytics API rejects the API key generated through the Google Developers Console. 

This is the warning:

The redirect URI in the request: http://gubra-bg.com/modules/gapi/oauth2callback.php did not match a registered redirect URI.

Learn more

Request Details
Edited by dorosa (see edit history)
Link to comment
Share on other sites

 

Yesterday I upgrade module ganalytics from version 1.8.2 at 2.0.2 (PS 1.6.0.9).

From that moment google analytics can't see anything. Is blind.

My code GA from home page is:

<script type="text/javascript">
	(window.gaDevIds=window.gaDevIds||[]).push('d6YPbH');
	(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
	ga('create', 'UA-XXXXXX-my.identity', 'auto');
				
	ga('require', 'ec');
</script>

Same problem

Edited by sfvaleriano (see edit history)
Link to comment
Share on other sites

Hello,

 

I downloaded the file gapi.php - gapi version : 1.0.3 - and I can read inside (line 66) :

$online = (in_array(Tools::getRemoteAddr(), array('127.0.0.1', '::1')) ? false : true);

Why this is not my web site URL ?

 

Do I need to change the value and add my url web site ?

 

Somebody can explain me if this is correct

 

¨Thank you.

 

*Edit : I think it's about security reason when we are working on local...Ganalytics can't be installed on local computer !

Edited by myselfidem (see edit history)
Link to comment
Share on other sites

Have you checked Google Analytics Ecommerce category if you are monitorized conversions? Since the upgrade to version 2.0.2 (version 2.0.4 same problem) I no longer see any conversion in Google Analytics.
You can see conversions in Google Analytics?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...