--- a/ckanext/ga_report/templates/ga_report/publisher/read.html +++ b/ckanext/ga_report/templates/ga_report/publisher/read.html @@ -5,60 +5,77 @@ - Analytics for ${g.site_title} + Usage by Dataset + + + + + + + + + +
  • -

    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

    +

    Site Usage

    - ${usage_nav(c.publisher.title, c.publisher)} + ${usage_nav('Datasets')} -
    -
    - + + + - -
    -
    + +
    + +

    ${c.publisher.title}

    + +

    No page views in this period

    + + + ${rickshaw_graph(c.graph_data,'dataset-downloads',debug=True)} - - - - - - - - - - - + + + + + + + + + + + -
    DatasetViewsVisits
    ${h.link_to(package.title or package.name, h.url_for(controller='package', action='read', id=package.name))} - ${views}${visits}
    DatasetViewsDownloads
    + ${h.link_to(package.title or package.name, h.url_for(controller='package', action='read', id=package.name))} + ${views}${downloads}
    + +