Solved

Visual Labeling - only selecting specific section (feat. CSS selector)

  • 19 August 2023
  • 2 replies
  • 58 views

Userlevel 2
Badge +1

Hi, 

For our mobile web, I’d like to collect the clicks for each of the Bottom Menu:

  • Home / New in / Shop / Bag / Account  - icon and text

 

As you can see above, I can do it for ‘Home’ botton.

But the rest buttons only select as whole. (picture below)

 

Is there a way to define each without modifying the code? Or would adding a distinct CSS selector for each be the only solve?

 

Thanks!

icon

Best answer by Preetam Barik 22 August 2023, 22:45

View original

2 replies

Userlevel 2
Badge +1

Adding one more question (I can’t seem to edit the post from mobile) — we also have mobile HYBRID app and the bottom buttons are part of native. Would that change anything when we track the clicks from mobile web and app? 

Thanks!

 

Badge +1

Hi @jinahlee1234 ,

 

Hope you are doing well.

If the below elements does not have anything unique you can still add one additional filter of text while defining the events .

 

This would help you define each event specifically for those buttons without the need to add unique elements to the buttons. Answering your next question “Would that change anything when we track the clicks from mobile web and app? “ ideally it won’t affect the data capture. 

You can also find more about the Hybrid Mobile Apps Installation here

 

Please let me know if this helped .

 

Thanks and Regards,

 

Reply