Search the Community
Showing results for tags 'gapi'.
-
Hola, Quiero implementar el ecommerce mejorado en mi prestashop. De momento he hecho esto: - el código de analytics está implementado con google tag manager - pero para recoger los datos del ecommerce mejorado, me recomendaron instalar la API de Analytics mediante el módulo Google Analytics API v1.0.3 - by PrestaShop, cosa que está hecha también. Mi duda es, tengo que implementar ahora la librería de los scripts de analítica ga(‘require’, ‘ec’); en tag manager? O el módulo instalado ya lo hace? No estoy segura de qué función tiene ese módulo. Lo he instalado hoy y de momento no hay información sobre ecommerce mejorado. Gracias por vuestra ayuda, ya no sé por donde tirar
- 1 reply
-
- ecommerce mejorado
- analytics
-
(and 2 more)
Tagged with:
-
Hi, When I try to configure gapi I'm receiving this error Google API Authorization granted Cannot retrieve test results I've made the configuration last week but it still not working. Prestashop version 1.6.0.5 Thanks in advance for your feedback.
-
GAPI module not working, I configure module in v3.0 mode and the data correctly, but I get in green "Google API Authorization granted" and in red "Cannot retrieve test results", I check the data send from analytics to my web, and I receibe this: {"kind":"analytics#gaData","id":"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:XXXXXXXX&metrics=ga:visits,ga:uniquePageviews&sort=ga:visits,ga:uniquePageviews&start-date=2014-06-18&end-date=2014-06-18&start-index=1&max-results=1","query":{"start-date":"2014-06-18","end-date":"2014-06-18","ids":"ga:XXXXXXXX","dimensions":"","metrics":["ga:visits","ga:uniquePageviews"],"sort":["ga:visits","ga:uniquePageviews"],"start-index":1,"max-results":1},"itemsPerPage":1,"totalResults":0,"selfLink":"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:XXXXXXXX&metrics=ga:visits,ga:uniquePageviews&sort=ga:visits,ga:uniquePageviews&start-date=2014-06-18&end-date=2014-06-18&start-index=1&max-results=1","profileInfo":{"profileId":"XXXXXXXX","accountId":"XXXXXXXX","webPropertyId":"UA-XXXXXXXX-1","internalWebPropertyId":"XXXXXXXX","profileName":"Todos los datos de sitios web","tableId":"ga:XXXXXXXX"},"containsSampledData":false,"columnHeaders":[{"name":"ga:visits","columnType":"METRIC","dataType":"INTEGER"},{"name":"ga:uniquePageviews","columnType":"METRIC","dataType":"INTEGER"}],"totalsForAllResults":{"ga:visits":"0","ga:uniquePageviews":"0"[spam-filter] but gapi module check for if (isset($response['rows']) && is_array($response['rows'])) How fix it?