--- a/ckanext/ga_report/templates/ga_report/publisher/index.html +++ b/ckanext/ga_report/templates/ga_report/publisher/index.html @@ -5,44 +5,45 @@ - Publisher Analytics for ${g.site_title} + Usage by Publisher
  • -

    Publishers

    -

    - Dataset views records the number of times a specific dataset page has been viewed. Visits records the number of unique site visits. -

    -

    - Note: this data does not include API calls. +

    Download

    +

    + Download as CSV

  • -

    Download

    -

    - Download as CSV
    -

    +

    Graph Legend

    +
    +
  • +
    + + + + + + + + +

    Site Usage

    - ${usage_nav('Publishers', None)} + ${usage_nav('Publishers')} -
    + ${rickshaw_graph(c.top_publishers_graph,'publishers')} +
    - - + + ${month_selector(c.month, c.months, c.day)}
    @@ -50,14 +51,13 @@ Publisher Dataset Views - Visits - ${h.link_to(publisher.title, h.url_for(controller='ckanext.ga_report.controller:GaPublisherReport', action='read', id=publisher.name))} + + ${h.link_to(publisher.title, h.url_for(controller='ckanext.ga_report.controller:GaDatasetReport', action='read_publisher', id=publisher.name) + (("?month=" + c.month) if c.month else ''))} ${views} - ${visits} @@ -65,16 +65,14 @@
    - - - +