Maturing: a journey back from Neverland

couple bike 1

In our previous post we visited Netherland, the island of our childhood, and we talked about the process of maturing in the wake of two so-called syndromes that, without a doubt, complement each other: the Peter Pan syndrome and the Wendy syndrome. The first is basically associated with a pattern of immaturity: someone who, for […]

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 }); } }