Folder Strategies
For your folder strategy consider what makes sense to your organization. Here are some common folder naming scenarios:
- Mirror web site or product breakdown. For example, if you sold clothing, you might have folders for Men, Women, and Accessories, and subfolders for Shirts andShoes.
- SKU or Product ID based strategy. For example, with retailers that have thousands of items, it might make sense to use SKU numbers or product IDs as folder names.
- Brand strategy. For example, manufacturers who have multiple brands might choose their brand names as top-level folders.
File Naming Convention
How you choose to name your files is perhaps the most important early decision you will make regarding Dynamic Media Classic. This is because all assets in Dynamic Media Classic must have unique names, regardless of where they are stored in the account.
All URLs and transactions in Dynamic Media Classic are driven by an Asset ID, which is an asset’s unique identifier in the database. When you upload a file, the Asset ID is created by taking the filename and removing the extension. For example, 896649.jpg gets Asset ID 896649.
Rules regarding Asset IDs:
- No two assets can have the same name within Dynamic Media Classic, regardless of what folder the assets are in.
- Names are case-sensitive. For example, Chair.jpg, chair.jpg, and CHAIR.jpg would create three different Asset IDs.
- As a best practice, Asset IDs should not contain blank spaces or symbols. Use of spaces and symbols make implementation more difficult because you will have to URL encode these characters. For example, a space " " becomes “%20.”
Your naming convention is essentially how you integrate with Dynamic Media Classic. You do not typically integrate your back-office systems into Dynamic Media Classic because it is a closed system. It is a passive partner, waiting for instructions in the form of URLs.
Most users base their naming convention around their internal SKU or product IDs so that when a web page is called up with information about that SKU, the page can automatically look for an image that has a similar name. If there is no connection between the file name and the SKU or ID, then your back-office system will need to manually keep track of each file name, and a person will have to maintain those associations — in short, a lot of work for both the IT and content teams.