How to get closest value on click using adobe launch?
How to get closest value on click using adobe launch? In this case I want to capture product detail in evar when "add to cart" button is clicked. I used the below code. I can see "add to cart" button value and not the product detail value. Also pls share some content to read on this concept. I guess this is called dom traversal?
s.prop48 = "Button"+" | "+$(this).closest("div.product-name").find("p.limit").text()+" | "+$(this).text();
s.eVar109 = "D=c48";
s.events = "event313";
s.linkTrackVars = "events,prop48,eVar109";
s.linkTrackEvents = "event313";
s.ActivityMap = function(){return false};
