Documentation Center

Changing the Name of an Analytics Report Group

You can rename the default report group, as well as add a new report group.

Before you begin

You must have Use application, Use analytics, and Develop app permissions. You should have a thorough understanding of XML and Legacy Content Delivery skin development. You should be familiar with this documentation's content on customizing skins. If your modifications extend beyond changing a report title, report grouping, or chart type, you should be knowledgeable about HTML, CSS, JavaScript, XQuery, and XSL technologies.

Procedure

  1. Open the configuration, identify and note the type attribute in the <analytic/> element for the report group that you want to rename.
  2. Open the language resource file and locate the <item name="type_you_want_to_rename"> section.
  3. Change the value attribute to reflect the desired name for the report group.
  4. Save the language resource file.
  5. Upload the new skin customization into the database.
    • You can upload the resources using the web UI, as described by Adding a Skin and Resources.
    • You can also update the skins via the command line using the loaddb tool. Copy the updated skin resources from the source code repository to ContentDelivery_home/db/LiveContent/ui/skins/<your_skin>/.
      • On Windows, to load the most recent changes into the database run this command:

        loaddb.bat UPGRADE

      • On Linux, run this command:

        loaddb.sh UPGRADE