-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(reference): act-1447 - added capture events to reference pages #1394
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
export const trackClickForSegment = ({ | ||
eventName, | ||
clickType, | ||
userExperience, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TrofimovAnton85 Just out of curiousity what info does this provide in the analytics. Does it give us insight into loading metrics, or customer satisfaction, etc...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joaniefromtheblock Hey!
We have several types of events/metrics (they are described in the ticket) that we would like to collect for analytics. Based on them, we can test: what percentage of users use our updated reference pages and how convenient they are for them (do they use the parameter configurator, sending requests).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I meant specifically the userExperience
? I can see how the event, response status, and timestamp are used, but just wondering what the userExperience
translates to in Mixpanel @TrofimovAnton85
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First, we plan to release updated pages for 10% of users (based on the feature flag condition). For them, this userExperience
metric will take the value “new”, and the remaining 90% users => old pages will be displayed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Page Viewed
", "Request Sent
", "Request Configuration Started
", "Customize Request
" ) to new reference pagesLinks:
JIRA Issue