import React, { useEffect } from "react"; export default function RequestConfirmation() { useEffect(() => { // Function to retrieve the GA Client ID const getGAClientId = () => { const trackers = window.ga?.getAll?.(); if (trackers && trackers.length) { return trackers[0].get('clientId'); } return null; }; const timer = setTimeout(() => { const vid = window?.gaGlobal?.vid; console.log("gaClientId", vid) // If GA Client ID is found, append it to the URL const redirectUrl = vid ? `https://cloozdoors.nl?gaClientId=${vid}` : "https://cloozdoors.nl"; // fallback if GA Client ID is not found window.location.href = redirectUrl; }, 20000); return () => clearTimeout(timer); }, []); return (
Binnen 48 uur neemt onze verkoop binnendienst contact met u op om deze online aanvraag volledig te optimaliseren en u van de juiste offerte te voorzien.