Israel Bautista
Posts
-
Multiple scrolling events
In FS we can measure how far down the page users would scroll, but I was wondering if it is possible to measure when users scroll up/down multiple times? On recordings often times I see users scrol...
-
Heatmaps - Avoiding header & footer
Hello, I was wondering if there is a way to prevent the header and footer of a page(s) to be measured by a heatmap so I can only measure the content of the page.We know our header and navigation li...
-
User Journey By IP address
I currently don’t see a way to create a Journey based on IP address….maybe in the future? We have different types of customers and we are trying to understand the journey of someone conducting rese...
-
Issue using [id^=a] to target ID "starting with"
I have a page that has a table and on each row we have a button. We have 25 row so each ID is different. Something like this:button#plusMoreImagesText_1button#plusMoreImagesText_2 …..etc.I was tryi...
-
How to find out the number of rows on a dynamic table
I have a table that customers can add items when they click ‘Add Line’ to it. I’m trying to find out how many lines (rows) on average customers add. Is this possible in FS?
-
How to capture changes on dynamic text?
I have a text number that changes depending how many checkboxes the user checked.Since this text doesn’t really changes the DOM, is there any way to detect the number? I’m thinking about using a di...
-
How to find out if a toggle was clicked ON or OFF?
I have several toggles that I’d like to know when they get turn on or off. I created a new element attribute since the <input> has an aria-checked which is false or true depending the interaction. ...
-
How to target a page that is the result of a keyword search?
When customers perform a keyword search on the site, the URL could be something like this: www.awesome-site.com/c/?q=BabyYoda If I want to find pages that are the result of a keyword search I know...
-
Find click events on filters that required horizontal scrolling to be viewed
We have some pages where like this one were there are many filters that depending your browser window may required you to scroll horizontally to the right in order to see the rest. I’m trying to fi...
-
Answered
Find the number of orders per month
I’m trying to find the number of orders placed in a month by users that are logged out vs those that are logged in. I have segments created for each of those two groups but not sure the events I ha...