Snowcovered.com : Market for DotNetNuke skins and modules!
Shop for DotNetNuke modules and skinsShop for DotNetNuke creations Sell your DotNetNuke creations
Shopping CartCart
 
Help DeskHelp
  Your Account Seller Promos for DotNetNuke modules and skinsPromos
 
Search Go

  
New Versions Available
Visitor Tracking Plug-in 3.4 Enterprise Edition
Visitor Tracking Plug-in 3.3 Enterprise Edition
  posted by xiao qi on 10/15/2008
  xiao qi active since 9/10/2006
Price: 29.99
$59.99 Plus Source
Add to Cart
  Add to Watch List
  E-mail This
Categories
Tags
analytics , Business , C# , E-Commerce , Google , Google Analytics , Report , Site Track , Source Code Included , Utilities
Description 
                                                    Visitor Tracking Plug-in 3.3
1. Introduction
     With this module, you can integrate Google Analytics with your dnn website easily, both module and skin object are supplied.

2. What's new in v3.3
     :New “script position” option added
      If your pages include other calls(customize calls) Google Analytics functions, like  _trackPageview, _setAllowLinker _trackTrans(), your Analytics tracking code must be placed in your HTML code above any of these calls. In these cases, select “script position” as "Top".

3. Upgrade discount
      All modules from DnnModules.cn are customer-driven, v3.3 is the 8th generation of this product(v2.0/v2.2/v2.4/v2.5/v3.0/v3.1/v3.2/v3.3). We have received many suggestions from our customers since the first release. As a return to their favor, we carry a long term policy as to offer 99%(sometimes 100%) upgrade discount to customers who bought the previous version.

4.Module admin screen shots

4.1 Basic settings

4.2 Advanced Settings


4.3 Host Level Tracking Settings


5. Module features

      Host level tracking support

      As we know, dnn supports multiple portals in one installation. You can configure tracking so that data from multiple website installations is aggregated in one reporting profile in your Analytics account.
      For example,you have three independence portals(www.dnnmodules.cn,www.dnnskins.cn,www.dnnfree.cn) and you want to track visitor activity across those properties to your Google account "UA_12345_1" ,then you can input "UA_12345_1" in host track account textbox and select related portals in track portal list.
       If you want track all your portals, simply check “Track all portals“ option.
Note, this track has no influence to your site tracking and it is only available to host account(super user).

      Use the new Google Analytics tracking code(ga.js) instead the old urchin.js

      Tracking a page in multiple accounts support
      A single page may be significant to several accounts, enables you track a page in multiple Google Analytics accounts.

     Customize Additional search engines
     By default, Google Analytics recognizes many of the Internet's most common search engines, but you can easily customize this list by adding your own search engines.

     Customize Data sample rate
     Traffic too high? Need faster long term data trends? Simplify by specifying a sample size that's more manageable to analyze.
      By default, Google Analytics tracks every visitor. If you would like to implement a sampling rate instead, you can enter your preferred rate. For example, enter 50 to set sample rate at 50%.
   
    Restrict cookie data to a subdirectory

     It enables you control where your Google Analytics first-party cookies are set to (in case you only own a subdirectory on your domain).

     Control session timeout
      By default, Google Analytics considers a session timeout to be 30 minutes, or 1800 seconds. You have the option to modify the number of seconds.For example ,input 3600 to set seesion timeout as 60 minutes.

     Control campaign conversion timeout
     Google Analytics credits a campaign if conversion happens within six months, but you can adapt the timeout to your unique business needs.

     Control data collection settings
     By default Google Analytics will track an optimal set of data elements, such as Flash versions and web browser information. You have the option to turn this detection off meet to your needs.


     Rename page url support
     If the URLs of your pages are long and cumbersome, or if the URL doesn't change as visitors navigate your site, you can rename the pagename as you see fit.
For example, if your original url in Google analytics report is "Modules/UltraFlashPlayer/tabid/12616/Default.aspx", you can simply rename it as "UltraFlashPlayer".
      Note that this change will prevent the Site Overlay report from working properly, since the Analytics system will no longer be able to associate the pageviews in your reports with the actual link structure within the HTML on your site. For more detail, please see http://www.google.com/support/googleanalytics/bin/answer.py?answer=55485&query=page&topic=&type=

     Customer define segment support
      In addition to segmenting users along pre-defined segments such as geographic region and language preference, Google Analytics allows you to define custom segments and analyze the behavior of each segment. For more detail about Google Analytics segment benefits, please visit http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=27219.
You can segment by

    : None, don’t segment. It is the default value.
    : User roles, segment by user roles, we recommend this option.
     : User Name, segment by user log name, select this option only when your site does not have too much register users(less than 30, I think). Too much users will make your segment fussy.
     : User Display Name, segment by user display name. Once again, select this option only when your site doesn’t have too much register users.

     Track subdomains in one profile
     If you site cross more than one subdomains and you want to track them in one profile. For example, if you have three portals(help.dnnmodules.cn / sales.dnnmodules.cn/ www.dnnmodules.cn), and you want track these sites in one profile. You can specify primary domain like below.

Note, this function is not the same as host level tracking.
For more detail about track subdomains in one profile, please visit https://www.google.com/support/googleanalytics/bin/answer.py?answer=55524&topic=7295
      SSL(Secure socket layer) support
      SSL(secure cocket layer) is the most important feature introduces by DNN since 4.5.4. It can help you gaining the trust of online customers.It is vital for the success of e-commerce.For more detail ,please click here.

     Automatic hide its container
     Normally you don’t want your visitor see your module interface. now you can uncheck “Display container” option to achieve this.

     Display Module On All Pages
     Check this option to let Google track every page of your site .It's the same function as “Settings – Page Settings – Advanced Settings - Display module on all pages?” option.But it's more handy.


     Can exclude site administrator / super user / specific roles/ specific users activity
      Besides site administrator/super user, v3.2 also allows you exclude specific roles/users activities.
      Can be used as module and skin object
      You can use it like other modules. Or you can add it to your skin files as other skin objects.
     Full localization support with dnn standard help

     Multi-Portal Support


6.Use it as skin object

     Use it as skin object is another way to get the same effect as module.

(1): Open your skin file(.ascx file),register it like other skin objects
. (2) Add it to skin , Like this
    There are 20 properties (GoogleAccount/HostTrackAccount/HostTrackPortalId/PrimaryDomain/Segment/ExcludeAdministrator/ExcludeSuperUser/
AdditionalSearchEngine/CampaignConversionTimeout/CompatibleUrchin/DataSamplingRate/RestrictCookieToSubdirectory/
SessionTimeout/UncheckBrowserInfo/UncheckBrowserTitle/UncheckCookieIntegrityChecking/UncheckFlashVersion/ExcludeRoles/ExcludeUsers/ScriptPosition) corresponding the module functions. you can set as you like.

7.Faqs

     Q. What Dnn version does this module support?
    A. It works in dnn4.x and above.

    Q. How to obtain the Google Analytics Account for my site?
    A. Visit http://www.google.com/analytics.

     Q. After installed this module, where can I find the Google Analytics charts?
     A. You need visit http://www.google.cn/analytics/ ,log on with your Google Account to see the analytics charts.


      Q.I have setup the module and Google analytics. It says ‘receiving data’ but when I click view reports, I only see zero visitor and zero everything. What could be happening?
      A.Don’t worry about that. If it say “receiving data”, it means everything goes smooth. As for empty visitor data ,Google Analytics need one or two days to gather data and display it. Its statistics is not real time, but has one or two days delay. So ,just wait a few days to see what happened.

     Q. I installed this module and set its Google analytics account, but can’t see its analytics script when log out, why?
     A. Please make sure the view permission of this module is open for “All Users”. I have a customer set this module permission to “Administrator” only, result incorrect statistic.

     Q. I choose segment, where can I see the segment results?
     A. Log http://www.google.com/analytics ,you can view conversion behavior for each of your custom segments in the Marketing Optimization > Visitor Segment Performance > User-Defined report. Also, many other reports allow you to cross-analyze data according to visitor segment. To cross-analyze, click the Analysis Options button at the far left of any entry in most reports. Select User-Defined to view your custom segments.

      Q. I choose segment by user roles, what’s the segment results if user belong multi-roles?
      A. As we know, a user of dnn portal can belong to more than one roles. For example, if a user belong to Register Users/Vip Role/ Administrators, then he will be segment to Register Users | Vip Roles |Administrators (use “|” to separator roles).

     Q. What about the anonymous users segment results?
     A. They will be segment to Google standard user-defined type as “(not set)” .

     Q. How can I use this module to track download of files(how many times a specific file on my site is downloaded)?
       A. You can do it by make a little change , as followings.
     (1) Add module to page, and input track account for your web site. Make sure you change "Basic Settings - Script Position" as "Top".

   
(2)Now module can track your page. For track download of files, you need  make some change. For example, if original  download file link is "<a href="http://www.example.com/files/map.pdf" />” , you need change it as
<a href="http://www.example.com/files/map.pdf" onClick="javascript: pageTracker0._trackPageview('/downloads/map'); "> . 
     Note, the "pageTracker0" is defined by our module, you shouldn't change it.  The '/downloads/map' is the identifier , you can change it as your wish. For example, change it as 'mymap'.

    
(3)You can find more information at http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55529. Note ,the example of Google use 'pageTracker._trackPageview' ,but if you use our module, you should change it as "pageTracker0._trackPageview".

8.Product License Details
     Unlimited dnn production installation

Ask a Question
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.4 Enterprise Edition when you order Visitor Tracking Plug-in 3.3 Enterprise Edition
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.3 Enterprise Edition when you order Visitor Tracking Plug-in 3.2 Enterprise Edition
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.3 Enterprise Edition GAV33Src when you order Visitor Tracking Plug-in 3.2 Enterprise Edition GAV32Src
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.3 Enterprise Edition when you order Visitor Tracking Plug-in 3.0 Enterprise Edition
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.3 Enterprise Edition GAV33Src when you order Visitor Tracking Plug-in 3.0 Enterprise Edition GoogleAnalyticsV30Src
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.3 Enterprise Edition when you order Visitor Tracking Plug-in 2.5 Enterprise Edition
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.4 Enterprise Edition GAV34Src when you order Visitor Tracking Plug-in 3.3 Enterprise Edition GAV33Src
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.3 Enterprise Edition when you order Visitor Tracking Plug-in 3.1 Enterprise Edition
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.3 Enterprise Edition GAV33Src when you order Visitor Tracking Plug-in 3.1 Enterprise Edition GAV31Src
Upgrade Get a 100% discount on Visitor Tracking Plug-in 3.3 Enterprise Edition GAV33Src when you order Visitor Tracking Plug-in 2.5 Enterprise Edition  GoogleAnalyticsV25Src
(Purchased items include current cart items and previous orders. To qualify based on previous orders, please login with the same account used for the previous order)
 
 
Technical Support 

 For technical support, just submit the request for assistance on the Help Desk

Spotlight Reviews
Questions from other customers
Ask a Question
Q:  I purchased the product this morning on Snowcovered. When I tried to install it to my DNN site I got the following error Failure Did not find any .dnn file ??? Failure ExceptionSystem.Exception: File load failed, aborting at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.ReadZipStream() at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install() Please advise.
A:  Sorry for my delay reply, I was out yesterday and can't access internet. As the module can't be installed, it is not a big problem. The GoogleAnalytics 3.3 Enterprise Edition(Unzip First).zip package it not for directly install. You need unzip it first, after unziped ,you will see four files as below: 1.GoogleAnalytics 3.3 PA(DNN4).zip, this is the package you can install. 2.Google Analytics 3.3 User Guide.doc , the user manual 3.Enterprise Edition License EULA.txt 4.Read Me.txt. Sorry for the inconvenience , feel free to contact us if you need more detail. By the way, I also saw your review for this module(rating 1.0), can you please update it because it is just a misunderstand. Thanks. Xiao Qi from www.DnnModules.cn

Q:  How much would it be to change your module so that when an anonymous user comes to the website, it puts a cookie in their browser and when they come back to the website fills out a form it will match their registration information with their google analytics information?
A:  Do you mean trace a anonymous user become to registration user? I will search Google to see if there is some useful information. Thanks.

Q:  Does this module allow google analytics to track the download of files (how many times a specific file on my site is downloaded)?
A:  Yes, You can do it as folllowing: (1) Add module to page, and input track account for your web site. Make sure you change "Basic Settings - Script Position" as "Top". (2)Now module can track your page. For track download of files, you need make some change. For example, if original download file link is "<a href="http://www.example.com/files/map.pdf" /> , you need change it as <a href="http://www.example.com/files/map.pdf" onClick="javascript: pageTracker0._trackPageview('/downloads/map'); "> . Note, the "pageTracker0" is defined by our module, you shouldn't change it. The '/downloads/map' is the identifier , you can change it as your wish. For example, change it as 'mymap'. (3)You can find more information at http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55529. Note ,the example of Google use 'pageTracker._trackPageview' ,but if you use our module, you should change it as "pageTracker0._trackPageview". Contact us if you need more detail, thanks.
 
Related Products
 Carousel Flow Gallery 3.2
 Child Page List 2.0 (free)
 Classified Product 3.0
 Flash Media Gallery 3.7 for Dnn
 Flash Numeric Rotator 4.1
 Silverlight Carousel Magazine 4.1
 Silverlight Panorama Viewer 2.1
 Silverlight Photo Gallery 4.8
 Skin/Container Switch 3.5
 Ultra Flash Player 6.0(16-in-1)
 Ultra Image Slideshow 4.7(24-in-1)
 Video Manage Pro 2.0
 Visitor Tracking Plug-in 3.3 Enterprise Edition
 Yahoo Media Player for Dnn (Free)
 YouTube Sidebar 4.0
 
Sales Taxes 
 
Product License Details
 
 
Seller Profile
Ask a Question

Social Bookmark
 Post to del.icio.us


Feedback




Where's my software? Need help? Accounts & Returns
  • View your my Orders.
  • View my Downloads
  • Get technical support using the HelpDesk
  • Get help with an order
  • View  policies and proceedures
  • View or change my Account
  • Here's our Returns Policy.
  • العربية | 繁體中文 | Nederlands | English | Español | Français | Deutsch | Italiano | 日本の | 한글 | Português | Русский
    Your Account | Get Help | Sell your creations | Browse Catalog | Give Us Feedback | Referral Service
    Cart | Watching List | My Orders | FAQs | Ask a Question
    About Us | Terms Of Use | Privacy Statement
    A great place to buy and sell DotNetNuke skins & modules!
    Snowcovered.com : Market for DotNetNuke skins and modules!
    Copyright 2002-2008, Snowcovered, Inc.

    Snowcovered, Inc. recognizes that "DotNetNuke" is a registered trademark of DotNetNuke Corp. These terms are used for identification purposes only. Snowcovered, Inc. is not affiliated in any way with DotNetNuke Corp.