_ga
and _GA_XXXXXXXX
cookies are added by Google Analytics via GTM, not Webflow, and are used for tracking user behavior.The cookies _ga
and _GA_XXXXXXXX
are not stored by Webflow itself—they are set by Google Analytics when implemented, often through Google Tag Manager (GTM). These cookies are used for user behavior tracking and can have GDPR implications.
_ga
: Used by Google Analytics to distinguish users by assigning a unique client ID. It helps track user sessions and behavior over time on a website._GA_XXXXXXXX
: This is a more granular identifier used by Google Analytics 4 (GA4) to persist session state and track user interactions within a specific property._ga
and _GA_XXXXXXXX
are considered non-essential (used for analytics and tracking), so:The cookies _ga
and _GA_XXXXXXXX
are set by Google Analytics via GTM, not Webflow itself. They track user behavior for analytics and require explicit consent under GDPR. To comply, implement a proper cookie consent mechanism and configure GTM accordingly.