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

Log video hint clicks to firehose #19854

Merged
merged 6 commits into from Jan 12, 2018
Merged

Log video hint clicks to firehose #19854

merged 6 commits into from Jan 12, 2018

Conversation

balderdash
Copy link
Contributor

@balderdash balderdash commented Jan 8, 2018

Send video hint clicks to firehose, including user, script, level, and video hint IDs.

@@ -1,5 +1,5 @@
import {showVideoDialog} from "@cdo/apps/code-studio/videos";
import React, {PropTypes, Component} from 'react';
import React, {Component, PropTypes} from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

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

😄

{ includeUserId: true }
);
},

render() {
return (
<ChatBubble borderColor={this.props.borderColor} ttsUrl={this.props.ttsUrl} ttsMessage={this.props.ttsMessage}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we also want to track that the user asked to see the hint? I think this data is already in the DB, but maybe easier to correlate with hint video clicks if we log it to Firehose as well. @bencodeorg any preference?

@balderdash balderdash merged commit 3e54d8a into staging Jan 12, 2018
@balderdash balderdash deleted the log-video-clicks branch January 18, 2018 00:31
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