Snoop

Download

Snoop streams website and blog events to you live, in real-time. Available for both Mac and PC.


Setup Instructions
Download Mac or PC client to your Desktop. Once downloaded, run the .zip file on your desktop to extract Snoop. Run Snoop application to begin.
Real-time Notification
A dedicated asynchronous (non-polling) connection is maintained with Reinvigorate. You'll know the instant someone makes a comment on your blog, posts in your forum, purchases an item, gets referred from another site, etc..
Audible Events
Each event triggers a unique sound. If you're caught up in your work, or in another room, you don't have to worry about missing events.
Name Tag Integration
Snoop features automatic integration with Name Tags so you'll know exactly who your visitors are.

Snoop Preview

About Snoop

Running in the System Tray (Windows) / System Status Bar (Mac) you no longer need to endlessly flip between your work and stats. When something happens, Snoop will let you know.

Snoop will run on any website or blogging platform that allows JavaScript. Simply insert the tracking snippet on any page you want tracked and we take care of the rest.

Custom Event Setup

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.

Figure 1

<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script> <script type="text/javascript"> // <![CDATA[ var re_purchase_tag = true; re_("your-tracking-id-here"); // ]]> </script>

Figure 2 demonstrates how to trigger the New User event.

Figure 2

<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script> <script type="text/javascript"> // <![CDATA[ var re_new_user_tag = true; re_("your-tracking-id-here"); // ]]> </script>