Log browser media capabilities

Created on 23 June 2023, about 1 year ago
Updated 29 July 2023, 11 months ago

Problem/Motivation

Knowing what media your users can consume is valuable analytics.

Steps to reproduce

Proposed resolution

Add additional fields to the database to track the visitors media capabilities:

Remaining tasks

  1. Add database fields
  2. Include data as part of the insert when visits are logged. The software capabilities are already included when a visit is logged.

User interface changes

None

API changes

Data model changes

These additional fields on the `visitors` table will be added.

+-----------------------------+-----------------------+------+-----+---------+----------------+
| Field                       | Type                  | Null | Key | Default | Extra          |
+-----------------------------+-----------------------+------+-----+---------+----------------+
| config_cookie               | tinyint(1)            | YES  |     | NULL    |                |
| config_flash                | tinyint(1)            | YES  |     | NULL    |                |
| config_java                 | tinyint(1)            | YES  |     | NULL    |                |
| config_pdf                  | tinyint(1)            | YES  |     | NULL    |                |
| config_quicktime            | tinyint(1)            | YES  |     | NULL    |                |
| config_realplayer           | tinyint(1)            | YES  |     | NULL    |                |
| config_silverlight          | tinyint(1)            | YES  |     | NULL    |                |
| config_windowsmedia         | tinyint(1)            | YES  |     | NULL    |                |
+-----------------------------+-----------------------+------+-----+---------+----------------+
✨ Feature request
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States bluegeek9

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024