Featured

5 Key Ways to Improve
Mental Health in the Office

Featured

5 Key Ways to Improve Mental Health in the Office

If you are in danger or in an emergency situation, do not use this web.
Call 112 for immediate help.

function checkPageView() { const currentURL = window.location.href; // No disparar si contiene alguna de estas palabras/fracciones if ( !currentURL.includes('online-therapy') && !currentURL.includes('/es/') && !currentURL.includes('/fr/') && !currentURL.includes('/de/') ) { // Generar el evento de GA4 original (B2C_pageview_EN) gtag('event', 'B2C_pageview_EN', { 'event_category': 'Page View', 'event_label': currentURL }); } }