core.tracking_content.html.twig

Same filename in other branches
  1. 10 core/modules/help/help_topics/core.tracking_content.html.twig
  2. 11.x core/modules/help/help_topics/core.tracking_content.html.twig
---
label: 'Tracking the content of your website'
top_level: true
---
<h2>{% trans %}Tracking overview{% endtrans %}</h2>
<p>{% trans %}There are two core modules that provide tracking:{% endtrans %}</p>
<ul>
  <li>{% trans %}The core History module tracks how recently users have viewed content items, and provides a Views field and filter that can be used to show users content that they haven't yet seen.{% endtrans %}</li>
  <li>{% trans %}The core Statistics module tracks how many times content items have been viewed, and provides a popular content block and a popularity counter for content item pages.{% endtrans %}</li>
</ul>
<p>{% trans %}If you have one or more tracking modules installed on your site, see the related topics listed below for specific tasks.{% endtrans %}</p>

File

core/modules/help_topics/help_topics/core.tracking_content.html.twig

View source
  1. ---
  2. label: 'Tracking the content of your website'
  3. top_level: true
  4. ---
  5. <h2>{% trans %}Tracking overview{% endtrans %}</h2>
  6. <p>{% trans %}There are two core modules that provide tracking:{% endtrans %}</p>
  7. <ul>
  8. <li>{% trans %}The core History module tracks how recently users have viewed content items, and provides a Views field and filter that can be used to show users content that they haven't yet seen.{% endtrans %}</li>
  9. <li>{% trans %}The core Statistics module tracks how many times content items have been viewed, and provides a popular content block and a popularity counter for content item pages.{% endtrans %}</li>
  10. </ul>
  11. <p>{% trans %}If you have one or more tracking modules installed on your site, see the related topics listed below for specific tasks.{% endtrans %}</p>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.