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

Add an option to generate the page view ID according to changes in the page URL to account for events tracked before page views in SPAs (close #1307 and #1125) #1308

Merged
merged 9 commits into from
Jun 5, 2024

Commits on May 2, 2024

  1. Add an option to generate the page view ID according to changes in th…

    …e page URL to account for events tracked before page views in SPAs (close #1307)
    matus-tomlein committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8b3957a View commit details
    Browse the repository at this point in the history
  2. Run rush change

    matus-tomlein committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5126cd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    585f79f View commit details
    Browse the repository at this point in the history
  4. Run rush change again

    matus-tomlein committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0d01bfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fe42fd View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Generate a new page view ID on the second page view tracked on the sa…

    …me page regardless of whether preservePageViewIdForUrl is enabled
    matus-tomlein committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1a33223 View commit details
    Browse the repository at this point in the history
  2. Handle multiple trackers with shared state such that they share the p…

    …age view IDs for events tracked after each other
    matus-tomlein committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f0620b9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    093f6b3 View commit details
    Browse the repository at this point in the history
  2. Run rush change

    matus-tomlein committed May 15, 2024
    Configuration menu
    Copy the full SHA
    38786f0 View commit details
    Browse the repository at this point in the history