Questions tagged [analytics]

For questions related to analytics methods and tools. Use it together with the programming language used

Analytics is typically the application of descriptive statistical methods to large data sets. This is usually in contrast to predictive methods, which relate to unseen data or to tasks that are dependent on the outcome of a model. Analytics is often related to reporting on databases and frequently arises in the context of "web analytics" - a field that encompasses analysis of site traffic, online revenue, site usage, and other interests.

Typical languages used for analytics are R , Python (especially Pandas), SPSS and SAS

4895 questions
1
vote
1 answer

What IP will google analytics see for internally hosted site

One of our sites that we want to use google analytics on is hosted inside our network. We would like to exclude the administrators own traffic from the reports, but I am wandering how analytics obtains the users IP address. If it uses the address…
Nick Downton
  • 178
  • 7
1
vote
1 answer

Consolidate duplicate URLs analytics with Canonical URLs when using Google Tag Manager

I have GTM installed on my site. We already have canonical URLs on all of our pages, but Google Analytics is not tracking the canonical URLs, so the analytics are getting duplicate pages where the capitalization or querystrings are different. I've…
1
vote
0 answers

How to do a PERCENT_RANK in KINESIS ANALYTICS

I am trying to learn how to do simple analysis such as calculating the percentile rank of price volatility in real-time with Kinesis Analytics , I calculate the price volatility of each Ticker over 1 minute sliding window and then try to percent…
1
vote
2 answers

Subdomain overwriting the google analytics cookie values

I am stuck here. What I am trying to attain is: Suppose someone searches for my website on google and then he is redirected to my site via google. So in the utmz cookie the source, medium etc are saved as organic, google.com and the keyword by…
Khalid
  • 31
  • 1
  • 2
1
vote
1 answer

What's the correct way in Node to run something once per a user's visit to a site?

I should say this is purely a statistical thing that needs to be 99% accurate and directionally correct. In other words, there's a little room for error. I'm currently doing this with a piece of middleware that checks req.headers.referer and updates…
1
vote
1 answer

How to get the order of complexity of a while/for loop with different ways of updating an index?

I am checking simple order of complexity problems and I found this one: int example(int max) { int i = 0; double x = 0.0; while ( i <= max ) { x = doStuff(x , i); //doStuff is O(i) i = i + 10 ; } } We know…
Lightsong
  • 312
  • 2
  • 8
1
vote
1 answer

Google Analytics Custom dimension is undefined in gtag

I have set up 4 dimensions. My code as follows,