I need to capture as embedded data the email, name, phone and region in a website feedback.
To access to this website usually users have to log in, id like to collect this data from the ones that log in. and for the ones that don't log in i'd like to leave this field empty.
I was trying hidding this elements in HTML and capture them as HTML on site but it is not working.
Any suggestions?
Page 1 / 1
I've had our IT team surface these as Javascript variables, and then I was able to capture them in the intercept.
They have to be available on the actual page. Another option is creating cookies on page load. Your intercept just reads what’s available when each page loads.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.