Documentation Center

Associating an Analytics Report with a Group

You can move an analytics report to a different group, and you can add a new analytics report to an existing group.

Before you begin

You must have Use application, Use analytics, and Develop app permissions. You should have a thorough understanding of XML and 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 <analytic/> attribute in the <analytic/> element for the report that you want to regroup.
  2. Change the type attribute to reflect the group that you want the report in.
  3. Save the configuration.
  4. 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