Adding Visual Visitor Script on DotNetNuke website

Adding Visual Visitor Script on DotNetNuke website

Note: The steps for installing Visual Visitor on dotnetnuke websites differs from website to website. The installation procedure varies, depending on how your website is built.

The best way of putting the tracking code into your website is by putting the code directly into the skin of your website. This will add the code automatically on all the DNN pages. This means that you will only have to add the code to each skin that you use and then the code will be placed in all the pages on your website. You can do this by putting the code at the end of a skin. The html code in a skin does not include the html and body tags, so all you do is paste this code at the end of the skin.

The traditional Visual Visitor code looks like this:

<script type="text/javascript">
var vv_account_id = 'abcde12345';
var vv_BaseURL = (("https:" == document.location.protocol) ? "https://frontend.id-visitors.com/FrontEndWeb/%22 : "http://frontend.id-visitors.com/FrontEndWeb/");
(function () {
var va = document.createElement('script'); va.type = 'text/javascript'; va.async = true;
va.src = vv_BaseURL + 'Scripts/liveVisitAsync.js';
var sv = document.getElementsByTagName('script')[0]; sv.parentNode.insertBefore(va, sv);
})();
</script>

 

Note: Whenever you update your dotnetnuke site, always remember updating the file SiteAnalytics.config as well. Otherwise, it will be updated to its default version.

    • Related Articles

    • Installing Visual Visitor on Square Space

      Step 1: Go to your Account Dashboard on Square Space. Step 2: Select "Settings". Step 3: From settings go to "Developer Tools" under the Website tab. Step 4: Select "Code Injection." Step 5: Paste your Visual Visitor script into either the header or ...
    • Where to Find Your Installation Script

      What is your tracking script? The installation script is a critical component for your website to enhance visitor identification and analytics capabilities. Embedded into the backend of your site, this code works silently yet efficiently, operating ...
    • Installing Visual Visitor to Wix

      Installing Visual Visitor on Wix: Start in your Wix Dashboard and go to Settings. 1. Scroll down and select </> Custom Code 2. Click the + Add Custom Code button in the top right corner. 3. Add your script in the Code Snippets box. Make sure the code ...
    • How do I install Visual Visitor in WordPress?

      Installing Visual Visitor in WordPress is a fairly straightforward process. Please follow the steps listed below - Login into your WordPress site in your Dashboard go to Appearance Then click Theme File Editor There you will find the file named Theme ...
    • How long does a person need to be on my website to be identified?

      Visual Visitor's identification software works in real-time. Within seconds of a visitor clicking on your website, Visual Visitor captures their information and feeds it into your Dashboard: ...and Leads page: However, it's worth noting that you have ...