Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for VWO #88

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

ujjwalguptaofficial
Copy link

@ujjwalguptaofficial ujjwalguptaofficial commented May 24, 2024

Fix Support for VWO

This pull request introduces several enhancements to support Visual Website Optimizer (VWO) within extension codebase. The updates include the following key changes:

  • Host Calculation Fixes: Adjusted the host calculation logic to ensure the correct host code is executed.
  • Campaign Data Integration: Implemented functionality to fetch campaign data from VWO.
  • SRM Calculation: Added logic to calculate Sample Ratio Mismatch (SRM) after retrieving data.
  • Element Selection Logic: Improved the element selection logic to accurately select and highlight the correct elements.
  • URL Change Handling: Added support to handle URL changes effectively.
  • SRM Calculation Blocking: Prevented SRM calculations in personalize and deploy scenarios.
  • Unflag API Enhancement: Updated the unflag API to include the SRM value.
  • Tooltip Display: Enabled tooltips to show on element hover for better user interaction.
  • Element Highlighting: Elements are now highlighted in green or red based on the SRM value to provide visual feedback.

These updates enhance the functionality and usability of our VWO integration, ensuring more accurate data handling and improved user experience.

@ankneo ankneo mentioned this pull request May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant