简体   繁体   English

在Google Analytics(分析)中实施增强型电子商务

[英]Implementation of Enhanced Ecommerce in Google Analytics

I am confused while trying to implement enhanced Google analytic code for my Magento website. 在为我的Magento网站实施增强的Google分析代码时,我感到困惑。 I have few things in my mind which is not resolved till yet after reading lots of Internet pages: 在我读完许多互联网页面后,心中几乎没有解决的几件事:

  1. On which page should i put the code? 我应该在哪一页上输入代码? in all pages or only thank you page. 在所有页面中或仅在“谢谢”页面中。
  2. What code should be implemented to track revenues from various sources live classic analytic. 应该执行什么代码来跟踪来自各种来源的收入进行经典分析。
  3. What are the code which can take the values form Magento? 可以从Magento取值的代码是什么?

The enhanced E-commerce plugin allows tracking of many things. 增强的电子商务插件允许跟踪许多事物。 The main tracking is off course your order which is only on the thank you page. 主要跟踪是偏离订单的,仅在“谢谢”页面上。 But that is basic E-commerce tracking. 但这是基本的电子商务跟踪。

The enhanced means tracking every step of the way, meaning tracking from product imporessions (viewing the product page), adding/remove from basket and all steps of the checkout. 增强功能意味着跟踪整个过程的每个步骤,这意味着从产品缺陷跟踪(查看产品页面), 从购物篮添加/删除以及结帐的所有步骤。

Basically before the Enhanced Ecommerce module you had to implement Events into your code which did these things, but now with the ecommerce plugin you can track a lot more data about products and coupons and your checkout. 基本上,在增强型电子商务模块之前,您必须在执行这些操作的代码中实现事件,但是现在,通过电子商务插件,您可以跟踪有关产品和优惠券以及结帐的更多数据。

So in short: 简而言之:

1) On almost all pages of your website 1)在您网站的几乎所有页面上

2) Revenue is simply the order completion/thank you page code (transactions) 2)收入仅仅是订单完成/谢谢您的页面代码(交易)

3) This I can not answer since I have never worked with Magento before. 3)我以前从未与Magento合作过,所以我无法回答。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM