Questions tagged [web-analytics-tools]

Web analytics software and methodology

Incudeing, but not limited to tools for:

  • Analytics Packages
  • Heat Maps
  • Clicktracking
  • Call tracking
  • Competitive analysis
  • Visulization
74 questions
0
votes
1 answer

is there any web analytic tool that can be hosted on my server?

i am wondering if there is any web analytic tool like Google analytic but that can be hosted on my own web server.. some code of php for server side with javascript for client side?! any help? thanks..
mike
  • 3
  • 1
0
votes
1 answer

How to setup a lot of domain names in one row?

I am working on a blog factory and we let the final user to use a fully customized domain name like www.myawsomeblog.com. There is a lot of people using this feature, so we cannot do a per case treatments. How we can tag our pages in a way that we…
0
votes
1 answer

Rail stat generator with Rails 3

It is possible to use Rail_stat_generator(https://github.com/lmanolov/railstat) with Ruby on Rails 3? What should I do to install it and make it work? If it is not possible, what any open source analytics apps would you suggest?
0
votes
1 answer

Web Aanlytics tool which support Rest/AJAX/WebSockets

I am looking for a Web analytics tool which supports Single page applications, Multipage Web applications, mobile applications, native mobile applicaions (iOS etc..) captures all sorts of client server communication like REST calls, AJAX or…
Chandra4You
  • 101
  • 1
  • 4
0
votes
2 answers

Monitoring Web Analytics Implementation

I would like to monitor the analytics implemented on about 20 sites over which I have no direct control. There are software solutions as well as online services which monitor websites for changes but these usually focus on images, links and text…
DavidA
  • 402
  • 3
  • 12
0
votes
1 answer

Does Open Web Analytics allow me to create reports from the data stored in our database for our web application?

I am looking for a tool that allows us to create reports from the data in our database, like Crystal Reports, and the many other Database Reporting tools out there. I came across Open Web Analytics which says it uses SQL and has a database access…
undefined
  • 5,190
  • 11
  • 56
  • 90
0
votes
1 answer

Time of stay on webpage

I want to know the time a user spends to fill a particular field in the page and want to trigger an event if the user spends more than 5 minutes to answer a question on that page. I've looking at various Web Analytical tools like Crazyegg, Lucky…
user6383179
0
votes
0 answers

Capture Filter Type or Multiple Selections in DTM

I'm working on implementing DTM & SiteCatalyst, but I'm running into a problem trying to track multiple selections, or even a single selection. The site has multiple checkboxes used to filter out the product in more detail. Here's a basic layout of…
0
votes
1 answer

Is it possible to use 1 DTM rule to send data to multiple integrated tools

This is a scenario for which i need to check the feasibility. Suppose I have 2 different analytics tools. Let say Adobe Sitecatalyst and Mixpanel. To work with DTM these tools need to be integrated with DTM. After integration, specific rules will be…
0
votes
2 answers

Are there any non-cloud web analytics platforms for IIS/.Net?

I am wondering if there exists a web analytics product that meets these criteria: Can be installed on private server, not using anything cloud-based Can be installed on IIS/.Net and does not require PHP, or any server side language beyond…
bubbleking
  • 3,329
  • 3
  • 29
  • 49
0
votes
0 answers

Instances on Merchandising Variables: Clarification

According to the "Instances on Merchandising Variables" help document (Adobe Help), three things must be present to capture an instance against a merchandising variable: A binding event is set The Products variable is set The Merchandising Evar has…
0
votes
1 answer

Adobe Dynamic Tag Manager: Event-Based Rule Upon Unordered List

If there are no Class or DIV designations for the items within this unordered list, how would you go about using the %this.innerHTML% notation to pull which link was clicked in an Event-Based rule? < div class="relatedCategories rowBottomSpace" > …
0
votes
1 answer

Automatic SiteCatalyst s_code call in-page and by DTM

I'm keeping a doubt about what, inside SiteCatalyst s_code, exactly fires the first automatic call on the page load. In fact, I faced two different scenarios that made me a little confused.Usually, the s_code library is gone with a page-bottom code…
0
votes
1 answer

Merchandising Variables: Unexpected Products

I'm using Evar2 for Internal Campaign IDs. It is set up as a Merchandising Evar Syntax: 'Conversion Variable Syntax' Allocation: 'First' Expiration: 'Purchase' Binding Events: 'Purchase Event', 'Product View Event', and 'Cart Add Event' In this…
0
votes
2 answers

Loop elements with Jquery and call Omniture s.tl() function to track

i have a page with a list of items. Each item has a print now link (a.printMe) to print each item. At the end of the list, there's a print all link (a.printAll) to print all items. I want to track number of times an item was printed. If a.printAll…