|
Adding Google Analytics to your DotNetNuke Portal is very easy and should only take 5 minutes to complete. This article demonstrates how we can add Analytics code to our portal by editing the Default.aspx file. Keep in mind that this approach is only great if you're running a single portal off the DotNetNuke installation; since, Analytics will show statistics for all pages served by Default.aspx. If you have multiple portals of DNN on same installation then consider a "Module" approach for reach portal. Another disadvantage of this approach is to remember to add the code again if you do an upgrade and replace the Default.aspx.
|