<?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>idea Web Application hit counter widget needed. in ArcGIS Online Ideas</title>
    <link>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idi-p/947071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am often asked to provide information on usage of our GIS applications.&amp;nbsp; The usage information can be very&amp;nbsp;helpful in providing cost justification for GIS Programs.&amp;nbsp; I would like to see a simple hit counter widget that could increment each time an application was accessed.&amp;nbsp; I realize there are statistics available on a per service level, but that does not really provide me the same information as a simple hit counter for the application.&amp;nbsp; In addition to using the proposed widget in a per application case, ideally the widget should be flexible enough to be&amp;nbsp;used in a dashboard type of application for multiple application&amp;nbsp;hit counters within a central dashboard.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 17:36:14 GMT</pubDate>
    <dc:creator>DavidLight</dc:creator>
    <dc:date>2017-06-14T17:36:14Z</dc:date>
    <item>
      <title>Web Application hit counter widget needed.</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idi-p/947071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am often asked to provide information on usage of our GIS applications.&amp;nbsp; The usage information can be very&amp;nbsp;helpful in providing cost justification for GIS Programs.&amp;nbsp; I would like to see a simple hit counter widget that could increment each time an application was accessed.&amp;nbsp; I realize there are statistics available on a per service level, but that does not really provide me the same information as a simple hit counter for the application.&amp;nbsp; In addition to using the proposed widget in a per application case, ideally the widget should be flexible enough to be&amp;nbsp;used in a dashboard type of application for multiple application&amp;nbsp;hit counters within a central dashboard.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 17:36:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idi-p/947071</guid>
      <dc:creator>DavidLight</dc:creator>
      <dc:date>2017-06-14T17:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application hit counter widget needed.</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947072#M3500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use Google analytics, just copy and paste their code into our apps. However, we're hosting all of our own apps, so this would be helpful for any ESRI hosted apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 13:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947072#M3500</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2017-07-12T13:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application hit counter widget needed.</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947073#M3501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a hit counter for the application on the item details page. You can find&amp;nbsp;the number of views on the usage tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition you could create&amp;nbsp;your own dashboard of sorts for all of your applications using the ArcGIS API for Python. Here is a sample that signs into ArcGIS anonymously, searches on the word fire, grabs the first item and returns the view count:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from arcgis.gis import GIS&lt;BR /&gt;gis = GIS()&lt;BR /&gt;public_content = gis.content.search("Fire", item_type="Feature Layer", max_items=5)&lt;BR /&gt;item = public_content[0]&lt;BR /&gt;item.numViews&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/" title="https://developers.arcgis.com/python/"&gt;ArcGIS API for Python | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same basic premise would work for your needs but you would specify the item id's for the applications of interest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 22:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947073#M3501</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-09-13T22:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application hit counter widget needed.</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947074#M3502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi is there a way to reset the app count so after you have developed it and checked it is working ok you then only get figures for new people using the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 12:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947074#M3502</guid>
      <dc:creator>JonathanMoulding</dc:creator>
      <dc:date>2017-12-19T12:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application hit counter widget needed.</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947075#M3503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that only works if you have used web app builder developer or have downloaded your application.&amp;nbsp; I have not figured out a way to paste code in for ArcGIS Enterprise hosted applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2019 13:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947075#M3503</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2019-08-22T13:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application hit counter widget needed.</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947076#M3504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or a date range?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2019 14:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/web-application-hit-counter-widget-needed/idc-p/947076#M3504</guid>
      <dc:creator>JeffTimm</dc:creator>
      <dc:date>2019-08-22T14:23:16Z</dc:date>
    </item>
  </channel>
</rss>

