Questions tagged [adobe-analytics]

Adobe Analytics provides real-time analytics for users across many marketing channels. Use this tag for all questions related to the user interface, interpretation of reports, and implementation coding, including Adobe Dynamic Tag Manager (DTM), and Adobe Launch.

Adobe Analytics is a set of tools for predictive and real-time analytics as part of the Adobe Marketing Cloud. It includes Reports & Analytics (formerly SiteCatalyst), Ad Hoc Analysis (formerly Discover), and Data Workbench (formerly Insight).

With simple and interactive dashboards + reports, a user can manage and share real-time information which helps identify issues, discover opportunities and measure key performance indicators (KPIs).

For more information, see Adobe Analytics on adobe.com.

736 questions
5
votes
1 answer

Adobe analytics - can I call _satellite.pageBottom() on dom ready?

I'm working on a wordpress site, and have been tasked with integrating with Adobe Analytics. The instructions are to include a script at the top of the page:
Jack
  • 472
  • 6
  • 13
5
votes
1 answer

Where is 's' object cached when using AppMeasurement in DTM

Omniture's basic page tracking function, s.t(), was not crafted for AJAX implementation. Unlike the onclick s.tl() function which has some gating instructions with s.linkTrackVars and s.linkTrackEvents, the s.t() function just perpetuates every…
5
votes
0 answers

App references non-public selectors in payload/AppName:consume

I am facing issue where it shows warning below while uploading an App to Appstore App references non-public selectors in payload/AppName:consume Any help is appreciated. I have uploaded the app with above warning, will my App be rejected by Apple…
Brjv
  • 1,054
  • 1
  • 8
  • 24
5
votes
1 answer

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?
d-_-b
  • 21,536
  • 40
  • 150
  • 256
5
votes
1 answer

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 send twice. Safari isn't making two calls, what is…
zcuric
  • 83
  • 5
4
votes
4 answers

javascript / omniture - how to clear all properties of an object (s object)

I'm using omniture and tracking various properties to the "s" variable for tracking. The example code I'm following calls a function called s.clearVars() after each tracking event. But I get an error saying that clearVars is not a valid function.…
mheavers
  • 29,530
  • 58
  • 194
  • 315
4
votes
1 answer

R 3.4.1 - Intelligent use of while loop for RSiteCatalyst enqueued reports

Actual I have been using the RSiteCatalyst package for a while right now. For those who do not know it, it makes the process of obtaining data from Adobe Analytics over the API easier. Until now, the workflow was as follow: Make a request, for…
agustin
  • 1,311
  • 20
  • 42
4
votes
2 answers

Omniture tracking in iPhone

I want to implement Omniture tracking in an iPhone application. I just have a basic clue on Omniture, that it is third party software that helps you to track keyword searches by your users in your application, and it also helps to present similar…
Ameya
  • 1,914
  • 4
  • 29
  • 55
4
votes
4 answers

Difference between a visit in Omniture and Google Analytics

GA : « A period of interaction between a visitor's browser and a particular website, ending when the browser is closed or shut down, or when the user has been inactive on that site for a specified period of time. » Omniture : «A visit is a term…
drenocartero
  • 4,941
  • 7
  • 26
  • 26
4
votes
1 answer

Why DTM Data Element is being called twice?

I have a data element using a custom script with a default value of "_Not_Set_". The code in the data element is: var elemNavValue = _satellite.readCookie('navElemName'); console.log("spot 1 - cookie value is " + elemNavValue); if ((elemNavValue !==…
Michael Johns
  • 419
  • 3
  • 21
4
votes
1 answer

Omniture events is not firing/sending data via DTM when using s.tl tracking methods

I am using Adobe Dynamic Tag Manager (DTM). I have a Direct Call Rule. I have set evars and props using the GUI I am using "custom page code" option to send events to AA using javascript. The javascript has some case statements and uses a data…
Zed Dawg
  • 43
  • 1
  • 3
4
votes
0 answers

Adobe Omniture - make a test account

I need to use the Adobe Oauth2 API to develop the functionality to query our clients Omniture traffic data (after they have given access to it using 3 legged OAuth : WebServer). However for testing I require an Adobe ID and SiteCatalyst account,…
4
votes
1 answer

Adobe Omniture For Android

i am new to adobe Omniture,i get Started from this link here,what should i enter in the below mention two id's in TrakingHelper.java private static final String TRACKING_RSID = "rsid";//---->this private static final String TRACKING_SERVER =…
appukrb
  • 1,507
  • 4
  • 24
  • 53
4
votes
3 answers

How to implement Omniture custom link tracking for on click event?

I'm looking to implement Omniture custom link tracking code on 3 links of one page. I've been provided some javascript code but not sure if I need this in the page or if I just need to incorporate it into the onclick portion of the link. I have not…
Terri Swiatek
  • 489
  • 2
  • 11
  • 21
4
votes
3 answers

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 sitecatalyst for a portal. I have configured the custom…
1
2
3
49 50