<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Website audit --Web analytics using qliksense in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Website-audit-Web-analytics-using-qliksense/m-p/1396982#M423968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;users table is the all the users &lt;/P&gt;&lt;P&gt;User_logins is the one&amp;nbsp; has licence holders and usage matrics shows the logged&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; License holders that have not logged in within the period of report - (running report&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; License holders that have never logged in within 90 days - (running report)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 17:49:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-12T17:49:45Z</dc:date>
    <item>
      <title>Website audit --Web analytics using qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Website-audit-Web-analytics-using-qliksense/m-p/1396980#M423966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Help me come up with the dashboard design&lt;/P&gt;&lt;P&gt;I'm new to qliksense and the task i have is to create the dashboard for analyzing the users and usage&lt;/P&gt;&lt;P&gt;below is just example&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Users:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;A dashboard should give a How many users are active&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Total users count-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Sessions:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Table view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Which user -- on which module (main link-), # of hits ---per day basis&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- No of screens(sub link) and which screen and url&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;(total # of hits of each hit on Screen and Screens)&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;condition for joining three tables&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;select distinct yser_id from USERS&amp;nbsp; a,&amp;nbsp; U_LOGINS&amp;nbsp; b, USAGE_METRICS&amp;nbsp; c&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;join on a,userid=b.serid&amp;nbsp; and b.SESSION_ID = c. session_id&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;below are the columns used.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Users&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;U_logins&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Usage_metrics&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;userID&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;login seq id&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;metrics_id&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;FN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;userID&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Audit_time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;LN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;login time&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;remote_ip&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;created_date&amp;nbsp; &lt;/P&gt;&lt;P&gt;//access given to user to login to website&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;created by&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD&gt;logout time&lt;/TD&gt;&lt;TD&gt;remote host&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;last_update date&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;login_ip&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;url&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;last_updated_by&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;session_id&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;module name // first link&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;user_band&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;status&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;screen name // second link&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;title&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;appid&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;response time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;active&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;userID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;location&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;sessionID // &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;location address&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Referer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;location type&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 22:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Website-audit-Web-analytics-using-qliksense/m-p/1396980#M423966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T22:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Website audit --Web analytics using qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Website-audit-Web-analytics-using-qliksense/m-p/1396981#M423967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to get the monthly active users, you can do a count distinct on the user ID by creating a year(login time) &amp;amp; "- "&amp;amp; month( login time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically you would have a dimension called month(Login Time) and a measure count(DISTINCT userID)&lt;/P&gt;&lt;P&gt;You can also do as a dimension class(login seq id, 5) to group the number of times they have logged in, add location, and verify on status active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the url,&amp;nbsp; I guess this is the entry url and referrer url, you can do the same with count (distinct sessionID) you understand how many visits landed into your site by entry url or by referrer as dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To understand how many users come back to your site, repetead visits, you would check how many userID contain more than one sessionID.&amp;nbsp; You could also check the time between sessionID to understand if they come back on the same day or different days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of Google analytics.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ga custom-dashboard.png" class="jive-image image-1" src="/legacyfs/online/178655_ga custom-dashboard.png" style="height: 401px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 00:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Website-audit-Web-analytics-using-qliksense/m-p/1396981#M423967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T00:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Website audit --Web analytics using qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Website-audit-Web-analytics-using-qliksense/m-p/1396982#M423968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;users table is the all the users &lt;/P&gt;&lt;P&gt;User_logins is the one&amp;nbsp; has licence holders and usage matrics shows the logged&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; License holders that have not logged in within the period of report - (running report&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; License holders that have never logged in within 90 days - (running report)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Website-audit-Web-analytics-using-qliksense/m-p/1396982#M423968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T17:49:45Z</dc:date>
    </item>
  </channel>
</rss>

