Jump to content

Googly Analytics API Error 400


danieller21

Recommended Posts

Hi everyone.

 

My webshop is life but is still not visible in the google search engine. So i have been trying to set up a google analytics account and integrating analytics with Prestashop. Works fine, Google analytics is now set up correctly.. So now i installed the module called: Googly Analytics API.

 

I tried to set up the module and i followed the instructions very carefully, but i still get an error.

 

I checked 'puplic_html/modules/gapi' to see if the 'oauth2callback.php' file was there, and it was. Everything seems to be finde, yet it is not.

 

-------------------------------------------------------------------------------------------------------------------------

 

This is the error i get when i hit the "Save and Authenticate" button:

 

Error: invalid_request

Invalid parameter value for redirect_uri: Missing scheme: modules/gapi/oauth2callback.php

-------------------------------------------------------------------------------------------------------------------------

 

This is my webshop: www.bosslife.dk

 

 

I hope you can help

 

Any help is highly appreciated.

 

Thanks in advance

 

- Daniel 

post-1027752-0-28008600-1436476277_thumb.png

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

a mi también  me da el mismo error yo os puedo asegurar que lo tengo bien configurado gooble analyti API estoy seguro q el problema es del modulo del prestachop analytic API habra que espera que alla una actualizacion para corregir este error  

Link to comment
Share on other sites

Tengo el mismo problema. Pero no tengo claro como hay que completar los apartados: 

 

Orígenes de JavaScript autorizados

- URIs de redireccionamiento autorizados

 

Gracias y si alguien puede ayudarme.

 

I have the same problem. But I don't have any idea of how to complete theses parts:

 

Orígenes de JavaScript autorizados

- URIs de redireccionamiento autorizados

 

Thanks and please help

Link to comment
Share on other sites

Hi RedPig, yesterday before posting my problem I found that suggestion but it gaved me another problem when I tried to link prestashop to analytics.

If you have another solution or could explain to me how to complete the credentials values correctly it would be awesome. 

 

Thanks 

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

Solucionado!! Lo configure como en este video de Youtube pero me dio error 400, para solucionarlo teneis que cambiar esto

 

el problema Error 400 está en el modulo API Google Analytics. Hay que cambiar en modules/gapi/gapi.php las siguientes 2 lineas:

en la linea 135:

$shop = new Shop(Shop::getContextShopID(true));

y en la linea 164:

$shop = new Shop(Shop::getContextShopID(true));

 

Solo hay que quitar el true

$shop = new Shop(Shop::getContextShopID());

 

Espero haberos ayudado, saludos desde España! ;) 

Link to comment
Share on other sites

  • 9 months later...

a mi también  me da el mismo error yo os puedo asegurar que lo tengo bien configurado gooble analyti API estoy seguro q el problema es del modulo del prestachop analytic API habra que espera que alla una actualizacion para corregir este error  

Una pregunta, como puedes saber cual es tú Orígenes JavaScript autorizados? para poder hacer el cliente y obtener tus credenciales API.

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...