关于Omniture的问题(SiteCatalyst或Adobe Analytics) [英] Questions about Omniture (SiteCatalyst or Adobe Analytics)

查看:158
本文介绍了关于Omniture的问题(SiteCatalyst或Adobe Analytics)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为我的网站实施SiteCatalyst并准备 AppMeasurement.js

I am implementing SiteCatalyst for my site and preparing AppMeasurement.js.

在文档中,我是告诉我应该在默认的 AppMeasurement.js 中粘贴以下代码。

Within the documentation, I am told that I should paste the following code in the default AppMeasurement.js.

s = new AppMeasurement()
s.account="my-report-suite"
s.visitorNamespace = "INSERT-NAMESPACE-HERE"

/******** VISITOR ID SERVICE CONFIG - REQUIRES VisitorAPI.js ********/
s.visitor = Visitor.getInstance("INSERT-NAMESPACE-HERE") // same as s.VisitorNamespace

/************************** CONFIG SECTION **************************/
/* You may add or alter any code config here. */
/* Link Tracking Config */
s.trackDownloadLinks=true
s.trackExternalLinks=true
s.trackInlineStats=true
s.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx"
s.linkInternalFilters="javascript:" //optional: add your internal domain here
s.linkLeaveQueryString=false
s.linkTrackVars="None"
s.linkTrackEvents="None"


s.trackingServer="INSERT-TRACKING-SERVER-HERE"

我的问题是: -


  • 我是否只需将 AppMeasurement中的上述代码复制到 AppMeasurement()`函数上面?

  • 我在哪里可以找到我的Sitecatalyst管理员中的 VisitorNameSpace

  • 如何找到 trackingServer

  • Should I just copy the above code in AppMeasurement above theAppMeasurement()` function?
  • Where can I find the VisitorNameSpace in my Sitecatalyst Admin?
  • How can I find the trackingServer?

非常感谢。

推荐答案

我这样做的方式效果很好,但可能不是绝对正确的方法。我相信新实现的概念应该使用Tag管理,因此这些将为您填写。但我对该领域没有多少经验,大多使用旧的s_code方法。这也将为您提供使用AppMeasurement.js的正确值。

The way I do it works well, but may not be the absolute right way. I believe that the concept for new implementations should use Tag management and thus these would get filled in for you. But I don't have much experience with that area and mostly use the old s_code method. This will also get you the right values for using AppMeasurement.js.

您可以在代码管理器中自动生成您需要的3个值。

The 3 values you need can be auto-generated in Code Manager.


  1. 转到Adobe Marketing Cloud-> Reports&分析 - >管理工具选择

  2. 左侧菜单中的代码管理器

  3. 在表格下方是遗留代码管理器的链接点击此处

  4. 保留默认值,但报告套件除外,需要设置您要定位的报表套件。

  5. 点击生成代码,单击确定以显示警告。

  6. 单击选项卡核心Javascript文件

  1. Go to Adobe Marketing Cloud->Reports & Analytics->Admin Tools Select
  2. Code Manager from the left-hand menu
  3. Under the table is a link to the "legacy code manager" "click here"
  4. Leave the defaults except for the Report Suite, which needs to be set the report suite you are targeting.
  5. Click "Generate Code", click "Ok" to the warning.
  6. Click the tab "Core Javascript File"

这是Report Suite的旧版s_code文件。它仍然是当今客户最常用的选择。

This is the legacy s_code file for your Report Suite. It is still the most used option by customers today.


  • s_account是您的帐户。

  • vistorNamespace和trackingServer就在请勿更改之上。 ..行,是你的另外两个值。

上面的代码片段需要显示在源代码的顶部分析。

The code fragment you have above needs to appear at the top of your source for Analytics.

同时了解使用Adobe的Tag Management,这是最好的前进方式,而且是免费的。以下是一些链接:
http: / b
https://microsite.omniture.com/t2/help/en_US/dtm/index.html#Deploy_Adobe_Analytics

Also look into Tag Management with Adobe, it is the best way forward, and is free. Here are some links: http://blogs.adobe.com/digitalmarketing/analytics/common-questions-about-dynamic-tag-management/ https://microsite.omniture.com/t2/help/en_US/dtm/index.html#Deploy_Adobe_Analytics

这篇关于关于Omniture的问题(SiteCatalyst或Adobe Analytics)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆