All Questions
4 questions with no upvoted or accepted answers
2
votes
1
answer
1k
views
Implementing Enhanced Ecommerce: How to Retrieve Product Data?
Can someone please help me on how to implement the data retrieval from my shopping cart to be sent to UA? This would include product data, transaction, impression, etc. I'm using Magento.
From my ...
1
vote
1
answer
529
views
Enhanced Ecommerce GA
I am trying to implement EC GA code into my site created with Magento.
As you can see I added my analytics JS into header.phtml for every page.
<!-- Google Analytics -->
<script>
(...
0
votes
1
answer
94
views
What is the impact of Universal analytics deprecation on Magento 2
To send ecommerce data from Magento 2 to analytics, we have out of the box configuration in admin Magento 2. In which we are adding universal tracking ID (UA-XXXXXXX-1), then its starts sending ...
0
votes
2
answers
3k
views
Magento: Google Analytics Ecommerce tracking
I am using Magento 1.7.0.2 and in the past I have added the following code to my success.phtml page and Google was tracking my conversions:
<?php
//-------------------------------------------
// ...