Book With Ramiro

 

 

 

 

 

 


// Gets the client ID and let LiveSite know about it

ga(function(tracker) {

var clientId = tracker.get(‘clientId’);

var timestamp = new Date().getTime()

var setClientIdUrl = ‘https://www.vcita.com/widgets/tracking/bmsportal/set_client_id?client_id=’ + clientId + ‘&timestamp=’ + timestamp;

var ifrm = document.createElement(“iframe”);

ifrm.setAttribute(“src”, setClientIdUrl);

ifrm.setAttribute(“style”, “width:1px;height:1px;position:fixed;bottom:-1px;left:-1px;display:none;”);

document.body.appendChild(ifrm);

});