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
1
vote
1 answer

Replacing the source in click-stream data

I have clickstream data for an ecommerce website. Some customers can opt to buy the product using a loan / finance option. Unfortunately this creates a new referral source - in the reprex below labeled 'finance'. It also creates a new session or…
nycrefugee
  • 1,629
  • 1
  • 10
  • 23
1
vote
1 answer

Using lag in mutate() for rolling values forward for the created column

I am trying to specify sessions in a click stream data. I group rows based on months and userId and try to create another variable session, that looks at diff_days column, and increase by on if thats > 0.00209 and stays as the previous value…
user2843669
  • 123
  • 1
  • 1
  • 9
1
vote
1 answer

Clickstream: PostgreSQL Crosstab for UTM Path by User_ID

I have some Clickstream data I would like to analyze to determine what paid campaigns are contributing to the most conversions. I have a table in the database that has the following: user_id | sent_at | campaign_name | …
Dys_Lexi_A
  • 343
  • 4
  • 11
1
vote
0 answers

Click Stream with image pixel

I am working with capturing click stream variable on click. For example i want to capture value like size,color, amount once user adds any item to cart. For this I m using jQuery("body").append(jQuery('<* img…
dpkcs
  • 91
  • 1
  • 4
1
vote
1 answer

Plot clickstream clusters in R

I got the clusters for clickstreams using following code library(clickstream) clkstrm <- read.csv("C:clickstream.csv", sep = ",", header = TRUE) newchar <- as.character(clkstrm$clkstrm) csf <- tempfile() writeLines(newchar, csf) cls <-…
Sagar
  • 23
  • 3
1
vote
0 answers

How the quality of clusters made in SPSS can be evaluated?

How the quality of clusters made in SPSS with the method "Two-step clustering" can be evaluated? Which test should be applied to be sure that the quality is good.
Alexey
  • 7,127
  • 9
  • 57
  • 94
0
votes
1 answer

Clickstream analytics on Azure - End to End

I am trying to create a POC for an end to end Clickstream analytics solution using Azure products. The plan would be: write a simple JS that captures the event I want to send to Azure. This will be part of the client side browser. Let's say an…
Davide
  • 11
  • 1
0
votes
0 answers

How to track button click in Veeva clm using callClickStream

I am creating a veeva CLM and I have slides that contain buttons whose clicks I would like to track, for example I would like to know the name of the clicks that there are on the "References" button of slide 1 Any help please ?
DjemsD
  • 76
  • 2
0
votes
0 answers

Adobe Clickstream Data Modeling

I'm currently working on a project that involves modeling Adobe Clickstream data, and I'm hoping to get some help and guidance from the experts in this forum. I'm relatively new to Adobe Clickstream data modeling and would appreciate any advice or…
0
votes
0 answers

how to capture and store clickstream data in flutter mobile applications?

how to store clickstream data for user in flutter mobile apps and store them in a cloud backend for performing analytics and recommendations. I have looked into azure stream analytics and multiple analytics tools but most of them offer only web…
user1866308
  • 145
  • 9
0
votes
1 answer

How to create a key:value pair or 2 sets of lists returning item ids and corresponding number of purchases in sql (or snowflake to be more specific)?

I have an enormous clickstream data which I can pull the timestamp, user_ids corresponding item_ids that customers clicked. I am trying to create a dataset that will have the unique customer ids (user_id) on each row and another column that has…
0
votes
1 answer

How do I fork clickstream data from adobe or google analytics tracking to another source?

Context: I wish to collect real-time, hit-level clickstream data from a website that will ideally pushed into an AWS kinesis data stream (or elsewhere). This is to build a machine learning software for a client that already has Adobe analytics and…
0
votes
0 answers

How to generate clickstream data in React website and write to Kinesis Data Streams

I have a react website that i want to deploy in AWS. We have requirement to generate the clickstream data and write to Kinesis streams. I found some examples with Amplify but we are not using Amplify. Also, i looked at some tracker apps calling REST…
Srini
  • 3,334
  • 6
  • 29
  • 64
0
votes
1 answer

Pairwise sequence list matching in R

I have a problem in doing sequence alignment/matching in R for lists. Let me explain better, my data are clickstream data and i have sequences divided in n-grams. The sequence looks something like 1. ABDCGHEI... NaNa 2. ACSNa.... NaNa and so on…
0
votes
1 answer

R: Categorizing nested sequences in sequential data into a block or set

I am trying to create a block/set of nested sequences for a user. Following is a sample dataset of one user with multiple sessions: df<- structure(home(serial_num = 1:155, session_id = c("a8b5", "a8b5", "1e37", "1e37", "a8b5", "a8b5", "c568",…
user2845095
  • 465
  • 2
  • 9