I’m trying to add logged in users names into a co-browsing app called Median. Currently the UI screen shows me unique serial numbers but I can replace it with javascript code using this command:
// Use a string reconizable by your agents, such as an email address
var bName = document.getElementById(‘fullName’).innerHTML
Median.identify(bName);
In seo/metatags>script in the body (to load on every page) I added a script so that I can generate a new id to co-browse:
I created an HTML box and set it’s ID with dynamic data like so:
For some reason the javascript code will not read that data and let me use it.