Add Google Analytics
This commit is contained in:
@@ -109,6 +109,11 @@ export default withRouter(class EditSet extends Component {
|
||||
setInaccessible: true,
|
||||
});
|
||||
});
|
||||
|
||||
this.props.logEvent("select_content", {
|
||||
content_type: "edit_set",
|
||||
item_id: this.props.match.params.setId,
|
||||
});
|
||||
}
|
||||
|
||||
componentWillUnmount = () => {
|
||||
|
||||
Reference in New Issue
Block a user