> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/administration-guide/admin-guide/platform-settings/tracking-settings.md).

# Tracking

Tracking-related defaults — what is recorded, what reports are exposed, time computation rules.

Access these settings under **Administration > Configuration settings > Tracking**. This category contains **10 settings**, listed below with the title and comment shipped in the platform's settings fixtures (`SettingsCurrentFixtures.php`).

> The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing [`config/settings_override.yaml`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml).

## Settings

### `block_my_progress_page`

**Prevent access to 'My progress'**

In specific implementations like online exams, you might want to prevent user access to the 'My progress' page.

*Default: `false`*

### `footer_extra_content`

**Extra content in footer**

You can add HTML code like meta tags

### `header_extra_content`

**Extra content in header**

You can add HTML code like meta tags

### `meta_description`

**Meta description**

This will show an OpenGraph Description meta (og:description) in your site's headers

### `meta_image_path`

**Meta image path**

This Meta Image path is the path to a file inside your Chamilo directory (e.g. home/image.png) that should show in a Twitter card or a OpenGraph card when showing a link to your LMS. Twitter recommends an image of 120 x 120 pixels, which might sometimes be cropped to 120x90.

### `meta_title`

**OpenGraph meta title**

This will show an OpenGraph Title meta (og:title) in your site's headers

### `meta_twitter_creator`

**Twitter Creator account**

The Twitter Creator is a Twitter account (e.g. @ywarnier) that represents the *person* that created the site. This field is optional.

### `meta_twitter_site`

**Twitter Site account**

The Twitter site is a Twitter account (e.g. @chamilo\_news) that is related to your site. It is usually a more temporary account than the Twitter creator account, or represents an entity (instead of a person). This field is required if you want the Twitter card meta fields to show.

### `my_progress_course_tools_order`

**Order of tools on 'My progress' page**

Change the order of tools shown on the 'My progress' page for learners. Options include 'quizzes', 'learning\_paths' and 'skills'.

### `tracking_skip_generic_data`

**Skip generic data in learner self-tracking page**

If the 'My progress' page takes too long to load, you might want to remove the processing of generic statistics for the user. In this case enable this setting.

*Default: `false`*
