简体   繁体   English

在Google Analytics(分析)电子商务中跟踪新数据

[英]Tracking a new data in Google Analytics Ecommerce

I use Google analytics tracking code to track my orders as in 我使用Google Analytics(分析)跟踪代码来跟踪订单

<pre>

    <script type="text/javascript" lang="javascript">
    {literal}
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '-------']);
    _gaq.push(['_trackPageview']);
</pre>

I want to pass additional variable (Service information) to analytics and view it under Ecommerce > Overview > As list under Top Revenue Sources. 我想将其他变量(服务信息)传递给分析,然后在“电子商务”>“概述”>“按顶部收入来源”下的列表中进行查看。 I tried to edit the script by defining custom variable, but this appears in the Audience > Custom > Custom Variables section 我试图通过定义自定义变量来编辑脚本,但这出现在“受众”>“自定义”>“自定义变量”部分中

Let me know how to add the new details under ecommerce overview. 让我知道如何在“电子商务概述”下添加新的详细信息。

Thanks! 谢谢! Farhath 法哈斯

You can't (not programmatically in any case). 您不能(无论如何都不以编程方式)。 You'd have to store your value as a custom variable and then create a custom report that includes the value, or set the custom variable as secondary dimension in a standard report and create a shortcut. 您必须将值存储为自定义变量,然后创建包含该值的自定义报告,或者将自定义变量设置为标准报告中的次级维度并创建快捷方式。

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

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