Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CardioLog Usage Reports for SharePoint Online

window.open("
  1. In your SharePoint Online site Solution Gallery browse to: https://intlock.sharepoint.com]/_catalogs/solutions/forms/allitems.aspx Edit the base URL to match your site.

    solution.JPG 
    'SharePoint Online' Site Solution Gallery
     
  2. Select Upload Solution > Choose File > and select [CardioLog Installation Folder]\Setup Files\wsp\CardioLog-Usage-Reports-SharePoint-Feature-Global-SiteCollectionActivation\CardioLogUsageReportsSolution.wsp and then click Activate.
  3. Navigate to CardioLog Analytics Integration solution configuration page in your browser: [https://intlock.sharepoint.com]/CardioLogAnalytics/Configuration.2.0.8.0.aspx Edit the base URL to match your site.

    configuration.JPG 
    CardioLog Analytics Integration Solution Configuration Page
     
  4. Edit the tracking code and add the following

    JavaScript function to the end of the code block, after the //Intlock tracking code end comment

    value to the configuration settings and click OK. Edit the CardioLog server public DNS name used in your system, the URL should be accessible over the internet.Image Added

     


    Info
    iconfalse
function getStatistics() {
  1. statisticsPath: 'https://

cardiologserverdnsname
  1. <cardiologserverdnsname>/

CardioLog
  1. CardioLogAgent/

reports.aspx?url="+encodeURIComponent(document.location.href));
}
  1. ReportDispatcher.aspx'

  2. Go to the CardioLog application server, open IIS, expand the CardioLog website and CardioLogAgent web application, switch to Content View, click the ReportDispatcher.aspx page and select Switch to Features View, choose Authentication, enable Windows Authentication and disable Anonymous Authentication.

    Image Added