Forum Discussion
Hi TessW
You should refer to the LITHIUM.CommunityJsonObject which is present in the pages and should contain useful information for Omniture or other external web statistics / tracking systems.
I believe our documentation team is collecting some useful tips around this object and what it contains, however in the meantime you can definitely look into it and see if it has what you need.
Many Thanks,
- SuzieH10 years agoKhoros Alumni (Retired)
Hi TessW
The only information we provide for web tracking at this point is what you can see in LITHIUM.CommunityJsonObject.
[Edit - 10/22/15]
These two TKB articles describe Lithium.CommunityJsonObject and webtracking using FreeMarker.
- irach1510 years agoMaven
do you have more info on this subject or point me to any code sample I can look at,
how to get data if the user signed-in and definetely we need the user's email as well?...
For example, how to get this data so Omniture/ Adobe DTM tracks it?...
--------------------
I've seen this piece of the code in another Lithium discussion:
<#assign channel = "" />
<#list page.content.nav.breadcrumb.crumbs?reverse as crumb>
<#assign channel = channel + "${crumb.text?js_string}" />
<#if crumb_has_next>
<#assign channel = channel + "|" />
<#if>
</#list>
s.pageName="${page.content.head.title?js_string}";
s.pageType="${page.name?js_string}";
s.channel = "${chanel?js_string}";
s.prop7="<#if user.anonymous>FALSE<#else>TRUE</#if>";
s.prop8="${user.id}";
s.prop11="logged in";------------------
Related Content
- 2 years ago
- 2 years ago
- 2 years ago
- 12 months ago
- 2 years ago