Support
From SeeVolution Wiki
Installing SeeVolution
To install SeeVolution, sign up and register your domain at SeeVolution.com. Once signed up, you can add a domain my clicking on the Add Domain Now button.
Once you’ve registered the domain you simply need to install the following script at the BOTTOM of your HTML before the </body> on all pages you wish to track:
<!-- BEGIN: SeeVolution -->
<script type="text/javascript">
(function()
{
var ms = document.createElement("script");
var site = ("https:" == document.location.protocol) ? "https://c.svlu.net/cjs.aspx" : "http://c.svlu.net/cjs.aspx";
ms.src = site;
ms.setAttribute("async", "true");
document.documentElement.firstChild.appendChild(ms);
})();
</script>
<!-- END: SeeVolution -->
This can be done by adding it to your global footer. To track conversion, add the following code to your conversion / success page:
<!-- BEGIN: SeeVolution Conversion Page -->
<img alt="" width="0" height="0" src="https://c.svlu.net/pixel.aspx"/>
<script type="text/javascript">
svluArea="Conversion";
(function()
{
var ms = document.createElement("script");
var site = ("https:" == document.location.protocol) ? "https://c.svlu.net/cjs.aspx" : "http://c.svlu.net/cjs.aspx";
ms.src = site;
ms.setAttribute("async", "true");
document.documentElement.firstChild.appendChild(ms);
})();
</script>
<!-- END: SeeVolution Conversion Page -->
This page can be the success page a buyer may see once they’ve completed a purchase. For blog sites, this may be the page that users visit once they’ve registered for an RSS feed. For Media sites, site owners may want to place the script on the page users visit once they’ve registered an account.
Changing the color of the _ on your website
You can change the color of the underscore on your website by adding the line svluStyle="color:red" or svluStyle="color:#ff0000"; to the java script. See below for an example of where to put that line.
<!-- BEGIN: SeeVolution -->
<script type="text/javascript">
svluStyle="color:#ff0000";
(function()
{
var ms = document.createElement("script");
var site = ("https:" == document.location.protocol) ? "https://c.svlu.net/cjs.aspx" : "http://c.svlu.net/cjs.aspx";
ms.src = site;
ms.setAttribute("async", "true");
document.documentElement.firstChild.appendChild(ms);
})();
</script>
<!-- END: SeeVolution -->
Installing SeeVolution on a WordPress site
Easy Way: search for SeeVolution in the plugin menu. Install the plugin and activate it. IMPORTANT: Make sure you set up an account at seevolution.com!
Hard Way:
Installing Seevolution on Wordpress is easy.. you just have to add the seevolution code to the footer.php file in the editor.
THIS INSTALLATION WORKS IF YOUR FOOTER.PHP FILE IS CLEARLY PHP CODE... NOT
THE CACHE OF THE PHP CODE.
Step 1: Open your wp-admin backend to your blog (login)
Step 2: Under "appearance" tab you will see "editor" - click that
Step 3: On the right you will see "footer.php - click that
Step 4: Go to the bottom of that code and RIGHT ABOVE the </body> tag put the seevolution code.
Step 5: Update the file and your done.
IF YOUR BLOG SHOWS THE PHP CODE IN SOME STRANGE CHARACTERS THIS WILL NOT
WORK - some templates show you the cache file instead of the real code. This
will not work if you do it that way. Also adding the code as a footer widget
or a text widget will not work either.
Installing SeeVolution in Tumblr
Step 1. Open the Tumblr Dashboard
Step 2. Click on the Customize link
Step 3. Click on the Info tab
Step 4. Paste the SeeVolution code into the Description area
Step 5. Click Save
Installing SeeVolution in Blogger
Click on the design tab in the admin screen. Then add a gadget and select the HTML/JavaScript gadget tool on Blogger as shown in the Blogspot Layout Guide:
http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=43708
Logging into SeeVolution to see the toolbar
Once the SeeVolution script has been installed and you’ve registered the domain on seevolution.com then you’ll be able to login to the toolbar directly from your website. The SeeVolution Script will insert a small hidden “_” on the bottom left of your site.
Simply click the underscore to pull up a SeeVolution login screen. Then login with theusername and password you registered with.
Finding the underscore on a website
If you are unable to find the underscore on your website their is an alternate way to login. Simply type visit your website and type in /?seevolution_login into the address bar after your domain name.
Example: www.yourwebsite.com/?seevolution_login
If this does not bring up the login screen then you may have installed the script incorrectly. Please send us an email at suppport@seevolution.com with your domain name so help you out.
If you are using a WordPress template, please reference the WP documentation.
Domain not registered error
Getting a Domain Not Registered error can be attributed to 1 of 2 things:
- The domain was never registered at seevolution.com
- You are trying to log into a sub-domain that was never registered. This includes registering a domain with a www in the address bar, but then trying to log into a domain without it.
Example: if www.mydomain.com is registered and you try to log into http://mydomain.com, you will get the domain not registered error. This only applies to sub-domain. Any pages that come after the suffix (.com, ,org, etc. do not need to be registered. example: www.mydomain.com/anypage.
Add and edit users
The SeeVolution application allows you to add up to 8 users per domain. To add a user simply click on the Edit User button on the SeeVolution dashboard then click on the Add New button.
Is private user information captured and stored?
While browsing history is stored (but not shared), private data such as credit card numbers is never stored. In order to prevent fields from being sent to us in the first place, you can add the following script before a field and it will be sent to us in the form of "xxx-xxx-xxx":
<script> svluObscureFields="verisign_cc_number"; </script>
Setting user permissions and permission definitions
When adding a user you can set three types of access:
- The first type of access is button based. You can set which of the SeeVolution features a specific user has access to by selecting or deselecting an icon. If the Quality icon for instance is deselected, a user will not have access to the quality overlay window.
- Another way to set permissions is by URL access. You can give the full toolbar access to a user, but limit where on the site they can view stats. If a user is a category manager for instance, you can set their level of access to include URL’s that include that category.
Example: www.electronicsstore.com/camera
If that URL was inserted into the URL access field the user created will have access to data for all URL’s that have /camera including eclectronicsstore.com/camera/Nikon… - The third level of access of word based. Blog sites and Media sites may find this permission especially helpful. This access field allows users to have access only to pages that contain certain words in the actual page. The field IS case sensitive and requires an exact match.
Example: written by John Smith
Putting that in the field would give this user access to all pages that the words, “written by John Smith” in them.
Reporting an error or bug
Contact us at info@seevolution.com
Additional support
SeeVolution is like having a personal web page assistant. If you have any questions about your new assistant or require technical support contact us at support@seevolution.com.
Other contact options:
Partnership Inquiries: partners@seevolution.com
Media Inquiries: media@seevolution.com
Everything Else (including compliments): info@seevolution.com