Skip to content

Commit

Permalink
analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
coopermaruyama committed Jun 20, 2017
1 parent c99104c commit 2646cf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/exchange/components/Exchange.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ class Exchange extends React.Component {
if (this.interval && nextProps.orderStatus === 'complete') {
clearInterval(this.interval);
delete this.interval;
if (window.ga) {
window.ga('send', 'event', 'Exchange', 'Completed Shapeshift Exchange');
}
}

// Fetch new limits if the selected coins change.
Expand Down

0 comments on commit 2646cf0

Please sign in to comment.