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 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
- Open the configuration, identify and note the
<analytic/>attribute in the<analytic/>element for the report that you want to regroup. - Change the
typeattribute to reflect the group that you want the report in. - Save the configuration.
- 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
- On Windows, to load the most recent changes into the database run this command: