Ok, I tried
_satellite.setVar('MyID', this.getAttribute('data-id'))
in condition and then I call set variables as below screenshot
It didn't work.
Is it due to my "data-id" attribute is not at the same level as my click class. It is the attribute of it's 3rd parent as I wrote in my initial questio...