Omniture is a real-time web and app tracking and analytics tool that, on the web side is implemented on the client-side via Javascript and cookies.

learn more… | top users | synonyms

0
votes
1answer
10 views

Omniture site catalyst for RDP application

Can we implement omniture site catalyst for Remote desktop login of an application like MS dynamics NAV? There is a requirement such that adobe site catalyst had to be implemented to MS- NAV, an ERP ...
0
votes
1answer
23 views

Omniture implementation: Fallback visitor ID vs first party cookies

Beginning with code version H.25.3, Omniture introduced a new cookie that will serve as a fallback method in case your third-party cookies are not accepted. Can anyone tell me if there are any ...
0
votes
0answers
25 views

Omniture implementation in Fragments - Android

I have an activity which calls the fragment's. I am trying to implement Omniture in Android. I do see documentation for implementing omniture in Activity. But i want to have omniture implementend in ...
0
votes
1answer
29 views

How to track vedio tracking through omniture in android

In my application I am implementing video tracking. I have used the following code public static void Videotracking (String AppState,String Mappingevent1,String Mappingevent2,String Mappingevent3) ...
1
vote
2answers
26 views

check if sitecatalyst / Omniture s.t() has been called

I want to to check if the s.t() or page load has already been called on a site. I control when it gets called, but I want a very generic way to ask if it has already been called. The main purpose is ...
0
votes
1answer
24 views

Why should I configure any tracking library in the AppDelegate?

This is a very specific question. Its not very clear to me why do we initialize or configure the external libraries such as Google-Analytics or Adobe-Omniture, in the didFinishLaunching method ...
1
vote
1answer
149 views

SiteCatalyst : Tracking Custom links on Webkit browsers

My query is that I have a link that redirects to another page. In webkit browsers, how to force the sitecatalyst server call (script execution) to finish before the redirect happens? I am using ...
2
votes
1answer
54 views

will Omniture s.tl() function result in 0% bounce rate

Will the Omniture s.tl() function count as an additional 'visit', therefore resulting in a non-bounce for that visitor?
1
vote
1answer
34 views

How to track which search results are displayed to users

A client wants to track after a user searches for store location, which stores are displayed to the user. Is this something omniture can track? On the client's website, after filling out zip code and ...
1
vote
1answer
95 views

Omniture not capturing iPad app data

I am using Omniture in my iPad application to capture the data. I am using the ADMS library which can be downloaded from this page: ...
0
votes
2answers
137 views

how to verify a omniture tag fired correctly using tamper data

Sorry for asking a newbie question here. I've searched on the web but everyone else seems to know the answer so I can't find any definite words. I need to verify my omniture tag fires correctly in ...
0
votes
1answer
109 views

Omniture code issue in IE

We are trying to implement Omniture tracking for our site which involves lot of ajax calls. So we send the omniture code with the response of the ajax request. This works perfectly for chrome and ...
1
vote
1answer
93 views

how to get adjusted bounce rate in Omniture sitecatalyst

adjusted bounce is defined as 'bounces excluding the single page visits that have finished some interactions on the page'; for instance, single page visits that stay longer than 15 seconds, or trigger ...
0
votes
2answers
144 views

SiteCatalyst: New vs Repeat visitors plugin query

I am tracking visitors not by the cookies but by explicitly populating the s.visitorID variable with unique visitor IDs on all pageviews. Now, I want to get a New vs Repeat visitors report. I am ...
0
votes
1answer
112 views

Omniture SiteCatalyst and jQuery conflict issue

I am using a SiteCatalyst tracking script that works great without the presence of a jQuery plugin I want to use with jQuery version 1.7.1. On the contrary, of course, the jQuery plugin works fine ...
0
votes
1answer
44 views

omniture fake page load tracking for scrolling / achored content

Looking through my business requirements, the web analytics team wants to make s.T() 'page load' calls when a user navigates to different sections on the same long ass page. This is also supposed to ...
0
votes
1answer
59 views

Omniture tag within frameset not working

I am implementing omniture tags in one of my projects. The omniture tags are being provided by a client. The problem is the web application loads a and the omniture tag is inside that . Now, for some ...
0
votes
1answer
42 views

Retrieve the traffic variable in RankedReport of Adobe Sitecatalyst

Is it possible to fetch a traffic variable sProp1 along with PageName and Url when issuing a GetReport request of a Ranked report? Let us say I have the following passed to SiteCatalyst (Omniture) ...
1
vote
1answer
145 views

How to get the most popular page under a section using Site Catalyst (Omniture)?

I want to use the site catalyst api to get the most popular page (page that has maximum pageviews) under a given site-section? Let me explain better with an example. My website has multiple channels ...
1
vote
2answers
74 views

How to pass a list (comma separated) to a traffic variable in Omniture?

I have a field "taxonomy" and I would like to pass it to Omniture. This Taxonomy field can have multiple values and I would like to calculate the count for each of the taxonomy separately. Let me ...
0
votes
1answer
122 views

What is a “friendly third-party” cookie?

I hear that some web analytics solutions or consultants recommand the use of "friendly third party cookies". How do they differ from "regular" 3rd party cookies? What are there pro & cons ...
1
vote
2answers
121 views

Omniture capture a traffic variable without associated visit or page metrics

I need to track a single traffic variable (a "prop") on a 3rd party site that is embedding our content. We don't want the Omniture call to increment a visit or page view or any other metric that is ...
3
votes
1answer
86 views

How to track type-ahead internal search in SiteCatalyst

I'm planning out how to track internal search data in Omniture/SiteCatalyst. It's a fairly straight-forward plan for a standard "enter a term and get a page of results" model: set sProps and eVars ...
1
vote
1answer
77 views

track error dialogs using omniture app measurement

I am not familiar with omniture tracking, so hoping that someone who has worked on that would be able to help. What I want is to track the number of times an error dialog is displayed. For example if ...
1
vote
1answer
185 views

How to track Omniture Custom Traffic Variable in Android?

In Site Catalyst we have defined Custom Traffic Variable "Item Bought". Now how do i send request to update this custom variable from Android library? i don't find much help here Please find my code ...
1
vote
1answer
34 views

How to set a filed number to a prop when user leave the page without submitting the form in Omnitrue?

I'm new to Omniture implementation. I'm having a task right now which I'm kinda of lost. In a form page, I need to be able to set a unique number for each filed in the form, and when a user close ...
1
vote
0answers
230 views

Jackson/JAXB serialize List without the wrapper element

I am trying to use Jackson's XML annotations to serialize a Map to XML. I am converting the Map to a List in order to use the map keys as the element names and the values as the element values, and I ...
0
votes
1answer
217 views

Omniture SiteCatalyst Instances/Search metric and conversion variables

We have a weird reporting inconsistency between two Report Suites in Omniture's SiteCatalyst. Currently we have a conversion variable that is tracking keyword values that are coming from search ...
1
vote
2answers
123 views

Omniture form complete tracker currently fires twice

I am currently using Omniture analytics for form tracking. when i paste the following text on the button click event on the registration.cshtml page it fires only once which is right. var s = ...
1
vote
4answers
692 views

Suppress Omniture s.t() call from generating a pageview

I have a project that has the standard, borderline unreadable Omniture JavaScript tracking code in it that is below. <script language="JavaScript"> var s_account = "{MY ACCOUNT}"; ...
0
votes
0answers
100 views

minimum length video for tracking milestones with sitecatalysts

We are tracking videos with the media plugin and have configured it to track events at start, 25%, 50%, 75% and 100%. This works fine for our longer videos (2+ minutes), but short videos (<30s) are ...
3
votes
2answers
46 views

Tracking a product's web interface with Google Analytics

My company creates hardware products that are sold throughout the world. They have an embedded webserver that allows for users to configure the product via a web interface. I wanted to enhance the ...
1
vote
1answer
47 views

Inserting Site Catalyst in web sites — Using XML only

In one website i need to insert SiteCatalyst tag by using XML. I cannot use JavaScript. Could any one can help me? BR, Praji
3
votes
1answer
352 views

Omniture sends double metrics on Safari browser

I use omniture analytics for tracking when is product is viewed when shopping on the site. These reports are send normally in FF, Chrome, IE browsers, but somehow when using Safari the reports are ...
3
votes
0answers
111 views

How to troubleshoot root cause of ERROR_IO (-7) in onReceivedError

My WebView based code is too long (and scattered across several modules) to post here, and I am looking for a general technique that may be helpful to others anyway, so here goes: I have a set of ...
1
vote
1answer
207 views

Why does our SiteCatalyst Searches report of shows 'N/A' values

Our company has a "Traffic Source" report that shows "Search Keyword - All" broken down by a conversion variable that "stacks" keywords from search engines using crossVisitParticipation and ...
0
votes
2answers
292 views

Tracking actions like selecting a checkbox

I have some check boxes on my website selecting which the data on the page gets filtered but the page name remains the same. I want to capture the data for visitors selecting any of the check boxes. ...
0
votes
1answer
47 views

is This @“Test Test Sample” kind of reportSuiteId valid or invalid for Adobe omniture app tracking?

I just want to know that whether this @"Test Test Sample" is valid reportSuiteID, Does a report suit ID which have space,will be valid or invalid. When i send request, i got nothing and my client ...
0
votes
0answers
327 views

AppMeasurement.swc and the error #1023: Stack overflow occurred

I download a new AppMesaurement.swc and have been trying "Media.monitor Code Sample" on the Omniture site. ...
0
votes
0answers
231 views

Omniture AppMeasurement usage

I have two questions about Omniture AppMeasurement. The first question is I can't see anything on my dashboard after I put some data. My code is like this, in application:(UIApplication ...
1
vote
1answer
141 views

Omniture: Change page name dynamically

Is it possible to treat a tab as a new page (from an Omniture standpoint) and change the page title when the user clicks on a different (jQuery) tab? Essentially, change s.pageName when the user ...
1
vote
0answers
597 views

SiteCatalyst 15 - Video Tracking, s.Media.open() and .play() not working! I need a working example

I use SiteCatalyst 15 and installed AppMeasurement.swc in our Flash Video Player. I followed the steps in the omniture documentation. “Measuring Video for Web Analysts” ...
0
votes
0answers
150 views

Omniture Data Warehouse API Not Allowing 'hour' Value for Date_Granularity

When using the Omniture Data Warehouse API Explorer ( https://developer.omniture.com/en_US/get-started/api-explorer#DataWarehouse.Request ), the following request provides an 'Date_Granularity is ...
8
votes
1answer
579 views

Every WebKit-based browser crashes sites using Omniture. Why?

Actually, a more accurate statement is: Every WebKit-based browser crashes on http://m.allrecipes.com/ but only in a Samsung Continuum SCH-i400 phone. I am trying to implement a WebView-based ...
0
votes
0answers
236 views

Adding Omniture and Google analytics together in onClick event of a button [closed]

In my application, i am using a download button in which onClick event is handled by google analytics code. Following is codebehind for same: windowsdlButton.Attributes.Add("onClick", "javascript: ...
0
votes
2answers
841 views

Omniture App Measurement for iphone getting issue when app goes background

To Implement the Omniture Tracking in an iPhone Application, I have downloaded the AppMeasurement software from SiteCatalyst(AppMeasurement.h,libAppMeasurement.a,libAppMeasurementNoThumb.a). I am ...
0
votes
1answer
82 views

Do we need adobe Digital Marketing Suite's authentication for appMeasurement for my ios app?

I just want to use adobe's omniture for my IOS app so do i need to make an account on Digital Marketing Suite in omniture.Can any one provide me any sample source code in which omniture has been used. ...
0
votes
1answer
235 views

How to register an app in adobe app measurement or adobe omniture?

I have following question on adobe omniture How we can register an iPhone app How we can view all tracks or report of our iPhone app What is s.account and how we can get it from omiture omniture = ...
0
votes
1answer
520 views

omniture how to access s_code.js generator

I've create an account at developer.omniture.com and adobe.com. But I wasted my time because to access s_code.js generator I should login to https://my.omniture.com/login/. How to create test account ...
0
votes
1answer
361 views

Remove pageName variable of a Omniture instance

I'm using two instances of AppMeasurement for send request, with pageName variable and without the pageName variable. In my app for all pages, inside the viewDidAppear method, I send a omniture ...

1 2