Eshop >> Google Analytics Ecommrce tracking
- Clifton Murphy
-
Topic Author
- Offline
- Premium Member
-
For isntance most ecommerce shops now have plugins to enable Ecommerce tracking with Google Analytics, such as woocommerce, shopify, weebly, etc.
This is not a difficult feature to build as it builds right into the default Eshop Thanks you page that customers are directed to right after they place their order.
The problem is that as good a sho as Eshop is, it lacks most of the more advanced tools that store owners want, like basic accounting, I cant even use a report in Eshop to pull up sales only in my own state, so that i can figure out how much state sales tax to pay! I also cant use google analytics, or even something basic to most cart systems, like Manually adding an order into it when customers call into our office to place orders.
As much fun as ive had trying to get this store to be what myself and MANY other poeple want, it just doesnt seem to be moving in that direction.
You can get the developer docs here guys and build this out in a week time! developers.google.com/analytics/devguide...nalyticsjs/ecommerce
Clifton Murphy - Owner
Funny Bug Bees And Wood Works
252-933-4840
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
I think that EShop has already supported this. Please go to EShop -> System -> Configuration -> Option tab, at "Conversion Tracking Code", enter your tracking code there, then it will be added to the complete page of checkout after order is placed.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- Clifton Murphy
-
Topic Author
- Offline
- Premium Member
-
Clifton Murphy - Owner
Funny Bug Bees And Wood Works
252-933-4840
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
It should be whole of site tracking code. Then it will put under script tag in the complete page of EShop.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- Gaspar Attila
- Offline
- New Member
-
- Posts: 2
- Thank you received: 0
your suggested method does not work with e-commerce tracking, because we can't add item informations to that tracking code.
If you saw the documentation the adding items part is dynamic so we cant add a static code here.
Code example from documentation:
ga('ecommerce:addItem', {
'id': '1234', // Transaction ID. Required.
'name': 'Fluffy Pink Bunnies', // Product name. Required.
'sku': 'DD23444', // SKU/code.
'category': 'Party Toys', // Category or variation.
'price': '11.99', // Unit price.
'quantity': '1' // Quantity.
});
Can you estimate when this supported on Eshop?
Thanks, Attila
Please Log in or Create an account to join the conversation.
- Gaspar Attila
- Offline
- New Member
-
- Posts: 2
- Thank you received: 0
in the meantime I got the Eshop - Google Analytics plugin that do the same as I requested, so I am fine with this.
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
Gaspar Attila wrote: Hello Giang,
your suggested method does not work with e-commerce tracking, because we can't add item informations to that tracking code.
If you saw the documentation the adding items part is dynamic so we cant add a static code here.
Code example from documentation:
ga('ecommerce:addItem', {
'id': '1234', // Transaction ID. Required.
'name': 'Fluffy Pink Bunnies', // Product name. Required.
'sku': 'DD23444', // SKU/code.
'category': 'Party Toys', // Category or variation.
'price': '11.99', // Unit price.
'quantity': '1' // Quantity.
});
Can you estimate when this supported on Eshop?
Thanks, Attila
Hello Attila,
Currently, this is not supported by our extension and I am not sure when it will be.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
Gaspar Attila wrote: Hi there,
in the meantime I got the Eshop - Google Analytics plugin that do the same as I requested, so I am fine with this.
OK Attila!
Please Log in or Create an account to join the conversation.
- Impression eStudio
- Offline
- Premium Member
-
- Posts: 104
- Thank you received: 10
(I suppose the plugin "Eshop - Google Analytics" doesn't exist any more in the latest versions because I can't find it.)
I noticed that when a coupon is used in an order, the discount is not included in the data sent to Google Analytics, so the product appears in full price.
Also, the "Order Coupon Code" section in Google Analytics has no data. Shouldn't the coupons be tracked as well?
(I think details such as the above give an extra value to an eshop.)
Thanks
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.