â
Essential Cookies (always active)
Used to ensure the website works correctly.
- session_id: Maintains user session across pages.
- csrf_token: Provides security for form submissions.
- cookie_consent: Stores user's consent decision about cookies.
đïž Preference Cookies (require consent)
Used to remember user choices and improve experience.
- language_pref: Saves user’s language selection (e.g., English/Hindi).
- country_interest: Stores selected country of interest (e.g., Germany, France).
- form_progress: Retains progress in multi-step forms or applications.
đ Analytics Cookies (require consent)
Used to analyze site performance and user interaction.
- _ga: Google Analytics cookie to track site usage.
- _gid: Another GA cookie to distinguish users.
- utm_campaign: Tracks source of users from ads or email campaigns.
đŻ Marketing Cookies (require explicit consent)
Used to serve and measure personalized ads.
- _fbp: Facebook Pixel – for retargeting users on Facebook/Instagram.
- ads_user_id: Google Ads – tracks conversions and user behavior.
đ Optional Enhancements (for future scaling):
You can consider these only if needed:
- hotjar_id: For behavior tracking with heatmaps/surveys (if using Hotjar).
- chat_user_id: If you're integrating live chat or WhatsApp widgets.
- referral_code: If you add referral-based tracking for agents or partners.