Snoop is the desktop app for Reinvigorate that provides real-time monitoring of website events. It would be awesome if the module could be extended to support all of the events that the app can report on.
From http://report.reinvigorate.net/accounts/l23vb-325y33j471/snoop
The 'Purchase/Donation', 'New User', and 'Comment/Post' events may require an extra line of script to setup (shown below). Doing so is extremely easy. The aforementioned events are tied to the following respective javascript variables: re_purchase_tag, re_new_user_tag, re_comment_tag.
Simply declare one of the JavaScript event variables anywhere above the function call to re_() on the page you wish to trigger the event. Figure 1 demonstrates setting up a Purchase/Donation event.
Comments
Comment #1
devkinetic commentedI have some code commented in the module where I began to work on this. It would require integration with triggers and actions, or maybe the rules module. This is on the feature list though.
Comment #2
devkinetic commented