How to Add Brand Asset Categories in Aprimo
Brand Asset Categories allow you to organize assets so they appear in the CI HUB Brand Panel. Categories can contain images or colors and are configured by adding a specific XML tag to an Aprimo collection.
Create or Select a Collection
You can either create a new collection or use an existing one.
- Create a new collection, or open an existing collection.
- Add the assets you want to include in the category, if needed.
- Navigate to Browse and locate your collection.
Configure the Collection as a Brand Asset Category
Edit the collection and add the following XML tag:
<cihub type="<images | colors>" name="<Insert Name here>" />
Parameters
- Type: Defines the Brand Asset Category type.
images: Creates an image category.colors: Creates a color category.
- Name: Specifies the name that will be displayed in the CI HUB Brand Panel.
Example
For an image category named Brand Images.
<cihub type="images" name="Brand Images" />
For a color category named Corporate Colors:
<cihub type="colors" name="Corporate Colors" />
Save the collection after adding the XML tag.
The collection will now appear as a Brand Asset Category in the CI HUB Brand Panel using the name specified in the name attribute.
⚠️ Important:
The XML tag must follow the required syntax exactly. Make sure both thetypeandnameattributes are present and that thetypevalue is eitherimagesorcolors.
For more details, watch our guided tutorial below: