Skip to main content

Checking user activity

The Frosmo Platform maintains a user activity log for each site. Every time a user performs an action that changes a feature configuration for a site, such as creating a modification, editing a placement, or removing a template, the platform logs a single activity for the site. You can view the activities in the Frosmo Control Panel.

note

The activities cover all features that you create and manage in the Control Panel except email recommendations.

tip

You can also fetch the activities for a site by requesting the /sites/<site_id>/activities resource with the Graniitti API.

To view the activities for a site:

  1. In the Control Panel, in the header, select the site whose activities you want to view.

    Selecting the site
  2. In the header, click your username, and select Activities.

  3. View the activities:

    • Enter or select the date starting from which you want to view the activities. The Control Panel shows all the activities from the selected day to the current day.

      Defining the date starting from which to view the activities
    • Optionally, filter the activities by feature type, such as modifications or placements. By default, the Control Panel shows activities for all feature types.

      Filtering the activities by feature type
    • Optionally, filter the activities by a text string. The Control Panel matches the full string against the activity headings and details.

      Filtering the activities by a text string
    • If the activities are split across multiple pages, navigate the results using the page controls.

      Navigating the results
    • To view or hide the details of an activity, click the activity heading. The details show the related configuration before and after the activity. The configuration is in JSON code.

      Viewing the details of an activity

Each activity heading contains the following information in the listed order:

  • Date and time of the activity (DD.MM.YYYY HH:MM:SS)

  • Email address of the user who performed the activity

  • Type of activity (created, updated, or removed)

  • Type of feature changed by the activity

  • ID of the feature changed by the activity

For example:

19.10.2021 10:33:47 jane.smith@company.com updated Modification #5241

The following figure shows all modification-related activities since 10 November 2020 that contain the string "1138" (which happens to be a placement ID).

Activities filtered by feature type and text string
Figure: Activities filtered by feature type and text string