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
11
votes
2 answers

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 browser, mainly for learning purposes (there are way…
scatmoi
  • 1,958
  • 4
  • 18
  • 32
10
votes
3 answers

How to implement adobe analytics in Next Js (React )?

I have given the requirement to add adobe analytics in the react js application that I have built. Please apologize me that I don't have any basic idea/ understanding on how to implement it, So help from experts would be very helpful for…
user12856847
10
votes
0 answers

DTM Events are not reflecting in dashboard with new SDK version 4.x

I have used Omniture/DTM latest SDK in my iOS application, I have followed the migration document provided by marketing.adobe.com, and all logs are requesting to Adobe server as per our requirements - but events, page views and purchase items are…
Brjv
  • 1,054
  • 1
  • 8
  • 24
9
votes
5 answers

TypeError: load_pem_private_key() missing 1 required positional argument: 'backend'

I'm trying to pull adobe analytics data using adobe API2.0, I'm a newbie in this, So following this repo I did provide all details, such as APIKEY, techaccountID, org_id, client secret, modified config.ini. while generating the JWT token, I was…
subro
  • 1,167
  • 4
  • 20
  • 32
9
votes
2 answers

IOError: [Errno 2] No such file or directory: 'README.md'

When I try to install omniture using pip I receive the following error: IOError: [Errno 2] No such file or directory: 'README.md' I am basically trying to connect to the Adobe Analytics API. Can someone help me? Thanks
billysballo
  • 169
  • 1
  • 5
  • 12
8
votes
3 answers

Tracking video milestones from a custom HTML5 video player to Omniture Media Module?

I've got a mobile Javascript application that occasionally dynamically-creates a
Maciek
  • 3,322
  • 6
  • 28
  • 35
8
votes
1 answer

OAuth 2 Authorization Code - how long is it valid?

In Webserver Grant Flow After I obtain the Authorization Code from the authorization authority (after the user has authorized my access) how long is that code usually valid form? The reason i am asking is, can my webserver store that code and use it…
7
votes
0 answers

How can i track user's choice in chrome when native app install banner shows using adobe analytics

My mobile website when viewed on chrome, pops up the banner to ask the user if he/she wants to install the native app. Am able to use this by using the manifest.json. Since this pop up behavior is driven by chrome, am unsure how to track this using…
Karthik Balasubramanian
  • 1,127
  • 4
  • 13
  • 36
7
votes
2 answers

How to Automate Web Analytics testing?

Omniture/SiteCatalyst's code is integrated onto the webpage to collect the analytics in our firm. Current process: SiteCatalyst id deployed by pasting HTML code onto each page of the website. This HTML code contains variables and other identifiers…
mb963
  • 71
  • 1
  • 3
6
votes
1 answer

Adobe Analytics API request for ranked report using RSiteCatalyst package. Totals doesn't correspond to what I see in the Dashboard frontend

I'm using R with the package RSiteCatalyst to get some information about number of visits for the last month to a set of sites: # Extract data for job search visits jobSearch <- QueueRanked(myReportSuiteId, dateFrom,…
agustin
  • 1,311
  • 20
  • 42
6
votes
2 answers

DTM - s.t function and page load rules relation

It's not clear to me how Dynamic Tag Manager (DTM) executes the Adobe Analytics Page Load rules and specifically when does it fire the Adobe Analytics request (s.t function). Adobe provides this diagram…
sevvecz
  • 101
  • 4
6
votes
2 answers

Use AdobeMobileLibrary (for iOS) with cocoapods?

We are going to use Omniture-Tracking for iOS, which is part of AdobeMobileLibrary. AdobeAdobeMobileLibrary is not available via cocoapods-repo (only an older version of Omniture), but as a static-library, that you can download from the Adobe…
awBSH
  • 73
  • 1
  • 5
5
votes
2 answers

Omniture tracking and jQuery

I've been creating a few websites with content being pulled with jQuery and CSS calling to the #div containers. Does anyone know a way to use Omniture Site Catalyst tracking code while creating these types of one page websites? Possible? Previously…
Dr Upvote
  • 8,023
  • 24
  • 91
  • 204
5
votes
1 answer

analytics script is not sending data from shadow DOM

We are working on tracking a site which has components built using Shadow DOM concepts, when we are creating a rule in launch to add tagging to these components it’s not working. Can you guide us with best practice on tagging components in Shadow…
5
votes
3 answers

jQuery form submit vs document.form.submit

I have the following form:
...
I have attached the Omniture SiteCatalyst formAnalyis plugin to it, which is supposed to send back information only when the form was NOT…
drenocartero
  • 4,941
  • 7
  • 26
  • 26
1
2 3
49 50