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

Session-ID and Search-Session-ID for search table #478

Open
2 tasks
mulundapm opened this issue Oct 28, 2024 · 0 comments
Open
2 tasks

Session-ID and Search-Session-ID for search table #478

mulundapm opened this issue Oct 28, 2024 · 0 comments
Assignees

Comments

@mulundapm
Copy link
Contributor

mulundapm commented Oct 28, 2024

  • Add session id and search session id to search table
  • Add search session id to search clicked table

I propose to add 2 headers to the search requests:

X-Session-ID, X-Search-Session-ID

X-Session-ID: This is the session id that the Frontend is sending to rudderstack. This enables easier correlation of events from backend with events in frontend (for example, tracking of "clicks" on search results)

X-Search-Session-ID: New ID that gets reset every time user opens the search page, so one search session may consist of many partial search queries like "He", "Her", "Hero". This is logically speaking one search and if user gets a desired result on any of this we can probably consider it a success even if they type "Herox", and then correct it back to "Hero", because "Herox" did not deliver any (good) results.

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

No branches or pull requests

2 participants