Post by vdavidmarques » Thu Apr 26, 2018 3:58 am

I can not get data in Analytics for ecommerce for the store deployed on the Opencart platform. The data entered appears to be correct. I acquired a module that has the function:

Add data from order,
Data Product: ID, Name, quantity, Category, Price, Currency
Transaction Data: Transaction ID, Store Name, Total Value, and Real Currency

These are the data entered in the platform header:

Code: Select all

Code: Select all

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108846363-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-xxxxxxxx-1');
</script>
and also added this scprit in the header, besides the one informed above:

Code: Select all

Code: Select all

<script> (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-xxxxxxxx-1', 'auto'); ga('require', 'linkid', 'linkid.js'); ga('require', 'ecommerce'); ga('send', 'pageview'); </script><!-- ANALYTICS -->
Os dados em Conversões/Comércio Eletrônico/Visão Geral aparecem zerados. Minha loja já possui uma grande movimentação de compras. Retirei a exclusão o IP interno afim de verificar se há conflitos porém sem sucesso, inclusive nenhum IP é identificado em meu Analytics.

Can anyone help me receive the e-commerce data from my site?

Newbie

Posts

Joined
Thu Mar 01, 2018 9:48 pm
Who is online

Users browsing this forum: No registered users and 446 guests