Questions tagged [clickstream]

A clickstream is the recording of the parts of the screen a computer user clicks on while web browsing or using another software application.

A clickstream is the recording of the parts of the screen a computer user clicks on while web browsing or using another software application.A clickstream is a record of a user's activity on the Internet.

50 questions
0
votes
1 answer

Problem tracking outbound links using TagManager

Hope somebody can help me. I'm a newby and have a website, using Google Analytics. I now want to track outbound links from my website to a third party website. Based on what I found on internet, I have set up tag manager, sas you can see…
0
votes
0 answers

For loop for clickstream sequence in R

This is a sample dataset. I would like to write a for-loop for this sequence such that the loop starts at create and ends at a submit or cancel. If there is a create, after which there isn't a submit or cancel, then that create request was…
user2845095
  • 465
  • 2
  • 9
0
votes
0 answers

Time difference between sessions in clickstream data in R

I need help calculating the time difference between sessions for users with multiple sessions. A sample of my dataset: df <- structure(list( sess_id = c(189, 189, 189, 167, 167, 118, 118, 118, 124, 124, 124, 124), user_id = c("504", "504",…
user2845095
  • 465
  • 2
  • 9
0
votes
2 answers

Populating one column based on two columns in R

I have the below dataset, and I am trying to create a more meaningful…
user2845095
  • 465
  • 2
  • 9
0
votes
1 answer

Creating clickstream sequence from data frame

I have the following table: User ID Session ID Time…
user2845095
  • 465
  • 2
  • 9
0
votes
0 answers

Click stream and similarity matrix

I have a list of sequences that represent a user navigation path thru a website. The have the form of: S1 = [2,5,3,7,3] S2= [2,7,3,9,4,3,5,6,1] And so on… As you can see the length of the sequences does not have to be the same. I am trying to…
0
votes
1 answer

Data preprocessing of click stream data in real time

I am working on a project to detect anomalies in web users activity in real-time. Any ill intention or malicious activity of the user has to be detected in real-time. Input data is clickstream data of users. Click data contains user-id ( Unique user…
0
votes
1 answer

Oracle SQL: Counting consecutive site visits based on a sub-string and previous (lag) row

Using Oracle SQL, I’m trying to calculate total unique visits to a website. The table I’m using to write the query does not have a timestamp which includes minutes and seconds just DDMMYY and every row in the table represents a customer click on…
user2270911
  • 195
  • 1
  • 5
  • 18
0
votes
0 answers

What is the best way or tool to open to read a raw clickstream blob storage data in azure

I have clickstream blob storage about 800mb average file sizes and when i open the file it defaults to text file. How do i open and read the data possibly json format or column format. I would also like to understand if i can build an API to consume…
Ina gurey
  • 19
  • 7
0
votes
2 answers

Replace x-axis label from the plot of a MarkovChain object

Here is some code to generate a 0th order Markov Chain plot. I'd like to replace the plot's x-axis labels (c, d, h, i, o, p) with 45 degree rotated labels showing the first six months of the year. However, using xaxt="n" in the plot call doesn't…
meenaparam
  • 1,949
  • 2
  • 17
  • 29
0
votes
1 answer

How to setup divolte.io for multiple websites on the same server?

I've setup a data pipeline using divolte.io to stream click data from website to a server. I'm not sure how can I do this for multiple websites because all the streams can get mixed up. Any ideas on how to do this?
Jaskaran Singh Puri
  • 729
  • 2
  • 11
  • 37
0
votes
1 answer

Creating sessions on clickstream data if the duration on a page is bigger than a certain value

I have click-stream data. Below, I have provided sample data for one user: user_id page time duration 1 A 12:15 5 1 B 12:21 3 1 C 12:25 22 1 D 12:48 5 1 B 12:54 2 1 A …
renakre
  • 8,001
  • 5
  • 46
  • 99
0
votes
0 answers

Solr how to add/update the fields

I have a requirement , where I am storing the product data to Solr , along with the product data , I would like to store the click stream signals . In one core I have all the product data indexed . And I am planning to store click stream signal in…
NAVNEET MATHPAL
  • 170
  • 1
  • 1
  • 10
0
votes
2 answers

Log producer object in Scala

I am new to scala and java altogether and trying to run a sample producer code. All it does is, takes some raw products and referrers stored in csv files and uses rnd to generate some random log. Following is my code: object LogProducer extends App…
Omkar
  • 2,274
  • 6
  • 21
  • 34
0
votes
1 answer

Export clickstream data from Google Analytics

I am trying to download clickstream data from Google Analytics but I am not able to get it in correct format i.e. time stamp, page-path etc. I have seen some post on BigQuery but I have never used SQL. Is there an easy way to do this?
chintan s
  • 6,170
  • 16
  • 53
  • 86