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 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
typeattribute in the<analytic/>element for the report group that you want to rename. - Open the language resource file and locate the
<item name="type_you_want_to_rename">section. - Change the
valueattribute to reflect the desired name for the report group. - Save the language resource file.
- 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: