How to capture changes on dynamic text?

New

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 dimensionality card that can eventually show me how often users select ‘x’ number of checkboxes.

0

Comments

5 comments

  • Hi @DataSeed99! Good question. You’ll want to test this in your org since setup may depend on your particular site, but I think a Watched Element could work here. I have something similar in a demo site on my end.

    We have dynamic text that displays many pieces of fruit are in a shopping cart.
     

     

    I use a Watched Element to find sessions where this was rendered, then filter by Element Text to find sessions where 6 fruits were in the cart, for example.

    A dimensionality card that looks for the Watched Element and groups results by “Text” should also help you show trends in how often each number renders; though you may also see other text like “Your” or “cart” or “fruits” pop up depending on how the element is configured. 

    0
  • so in my case it would be just a number….so what I’m doing is adding the possible numbers in an OR statement like this. I’m thinking that should give me an idea which value is the most common, right?

     

    0
  • also, is there a good way to find out if a customer clicked the browser’s Back button?

    0
  • @DataSeed99 Yep, and a dimensionality card could help you rank them. There isn’t a good way to see if a user clicked the back button today, but I do know this is a request that our Product Team has heard before. I’ll make sure to pass your ask along as well! 

    0
  • thank you @megan  I knew it was a long shoot, :) thank you for passing that to your product team.

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post