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

analytics: initialize autoTrackPageVisitTime deps #827

Merged
merged 2 commits into from Apr 9, 2019

Conversation

markwolff
Copy link
Contributor

Add missing initialization for autoTrackPageVisitTime

*/
private trackPageVisitTime(pageName: string, pageUrl: string, pageVisitTime: number) {
var properties = { PageName: pageName, PageUrl: pageUrl };
this.trackMetric({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this metric?, is this something available before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markwolff markwolff merged commit 0ff1264 into master Apr 9, 2019
@markwolff markwolff mentioned this pull request Apr 11, 2019
@MSNev MSNev deleted the markwolff/add-autotrackpagevisittime branch February 19, 2021 01:51
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.

None yet

2 participants