Whitelist Editor from being tracked by GA.

Whitelist Webflow's Editor and Designer from Google Analytics to ensure accurate data by removing respective mode activities. Follow our steps for seamless GA tracking.

<!-- Disable GA tracking in designer/editor mode --> <script> var measurementID = 'MEASUREMENT-ID'; // Function to check if the user is in Webflow Editor or Designer mode function isWebflowEditorOrDesigner() { return window.location.search.includes('?edit') || window.WebflowEditor; } // If in Editor or Designer mode, disable Google Analytics if (isWebflowEditorOrDesigner()) { window['ga-disable-' + measurementID] = true; console.log('Google Analytics disabled for Webflow Editor/Designer mode.'); } </script>
Copy Script
Copied!

Get exclusive access

Our team has put in a considerable amount of time and effort to develop these resources, and we are excited to share them with our premium followers.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

By subscribing, you'll stay ahead of the curve and gain valuable insights into cutting-edge WebFlow techniques.

By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.