You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: