PerficientDigital / AEM-DataLayer

Simple DataLayer API for Adobe Experience Manager
Apache License 2.0
34 stars 13 forks source link

AEM Datalayer and event tracking #16

Open PreethiPanuganti opened 5 years ago

PreethiPanuganti commented 5 years ago

Hi , I am currently exploring Datalayer and trying to check if I can track an event in Datalayer . For ex, on a page if I have a button as mentioned below <input type="button" name="submitpage" id="submit2" value="Send" senddata = '{"id":58'} />

I would like to track the button event in Datalayer along with the senddata value captured. Is this a feasible scenario? Please help me understand