- Issue created by @bluegeek9
- πΊπΈUnited States bluegeek9
We need also to track config entity types like views, as well as forms. The schema needs tobe updated to support this.
View count only tracks views of the canonical. In search, entities may be 'seen' and it would be useful to track.
There are other scenarios in which knowing when, where, and how many times an entity has been presented to users is important.
Create an impression table, visitors_impression. It will have columns for entity type, bundle, and entity id. It will join the visitors_log table.
Active
3.0
Code
We need also to track config entity types like views, as well as forms. The schema needs tobe updated to support this.