I would not use a Data Element for this case. In an event based rule when you have set up the selector to correctly identify the element on the page that you are referencing above, you are then able to use the "this" scope. (this.id, this.href, (this).parents('.listing').data(); , etc) Note: to u...