Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Aceptar
Let's start with your name.

Please fill in the details below so that we can get in
contact with you about our product.

What best describes you?

Please let us know what type of business describes you.

What services are you looking for?

Please let us know what role best describes you.

Please select your budget.

Please let us know the budget for your project.

Complete Submission

Thanks for taking the time to complete this form.
Please enter your email below and we will be in contact within 24 hours.

Previous
Next step
Thanks! I have received your form submission, I'll get back to you shortly!
Oops! Something went wrong while submitting the form
// Ajoutez cette fonction à la fenêtre pour pouvoir l'appeler manuellement window.checkAndSetUserId = function() { // Exemples de sélecteurs qui pourraient indiquer qu'un utilisateur est connecté // Ajustez ces sélecteurs en fonction de votre site var userElements = document.querySelectorAll('.logged-in-indicator, .user-profile, .account-info, .logout-button'); if (userElements.length > 0) { // Utilisateur connecté détecté // Générer un ID temporaire basé sur l'URL ou la date var tempId = 'user_' + new Date().getTime(); return window.setUserIdForGA4(tempId); } return false; }; // Exécuter la vérification automatiquement console.log('Checking for logged in user:', window.checkAndSetUserId()); });