// source --> https://www.zahnarztpraxis-sollingtor.de?rest_route=%2Fdrflex%2Fv1%2Fdrflex-callback.js&amp;ver=20260311150632 
function __drflex_callback(data) {
	if (typeof window.dataLayer !== 'undefined') {
if (typeof data == 'object') {
window.dataLayer.push({
'event': 'Terminbuchung',
'category': data.eventAction,
'label': data.eventLabel,
'consultation': data.consultation,
'therapist': data.therapist
});
}
}
};