Publishers of technology books, eBooks, and videos for creative people

Home > Articles

This chapter is from the book

Basic digital asset management

Armed with the fundamental concepts of the digital asset management and being somewhat in tune with what you’ll need out of a DAM solution, you’re ready to dig into the Adobe Experience Manager DAM. Adobe’s digital asset management system is a top-of-the-line product on its own. Consider that it’s completely integrated within a full-stack digital marketing platform and you’ve got one heck of a solution. After reading the rest of this chapter, you’ll have a better idea of just what the AEM DAM is and how you can use it to meet your specific needs. In some ways, the rest of the chapter details the first part, focused specifically on the actual functionality of the DAM.

Basic DAM functions

The user experience for DAM administrators is similar to that of content authors. The DAM is presented in a similar way, and actually shares quite a few of the interface elements of the website administration interface. Often I find that the lines between the DAM administrators and content authors are quite blurry, so the similar user interfaces are definitely a plus. Let’s dive into some of the basic functions of the DAM at a business-value level.

Organizing assets

The DAM allows you to organize your digital assets in the same way you organize pages in the site admin interface. It uses the same hierarchical file structure approach, which allows DAM administrators to create an easy-to-understand taxonomy of assets. The DAM provides very nice features for searching assets, but DAM administrators should still take care to design and enforce a logical organizational structure. Your structure will also be very important if you choose to granularly define user permissions to different parts of your DAM (as you’ll learn in Chapter 12).

Figure 4.1

Figure 4.1 Managing a DAM hierarchy

Editing assets

One of the key parts of the DAM is the interface provided for editing assets. However, unlike editing text-based assets, you are actually editing the representation of a digital media file as it is stored in the DAM. You are not really editing the file itself, although you can perform some really basic tasks such as cropping or rotating images.

That said, we’ll still get into some ways that the DAM and some peripheral technologies make editing media files within the DAM extremely easy. When editing an asset, you have control over most of the asset properties and enhancements, such as metadata, dynamic renditions, tags, and so on.

When editing an asset, the most useful tool is the set of metadata fields that remains almost completely consistent across all assets, regardless of file format. This metadata represents a common abstraction of media assets that makes them searchable, usable, and organizable on a consistent basis. Think about the previous example of organizing photographs, video cassettes, receipts, and CDs. Imagine how much easier the organizing process would be if each one were placed in the same size box, with the same kind of label. That’s the idea behind the “asset” abstraction of these media files.

Editing the asset also lets you view the renditions and versions of the asset. Renditions are a set of instances of the media file that are automatically generated by AEM as the asset is created or dramatically changed. For example, changing images will automatically generate renditions of different sizes that represent various thumbnails. Editing videos will generate renditions that are actually image files representing the video itself. Renditions are preconfigured to generate via a workflow, but they can be customized.

Versions are stored snapshots in time of the changes made to a DAM asset. One really easy way to see how snapshots are used is by editing an image in the DAM and rotating it. This edit actually changes the underlying image and rebuilds all the renditions, but it also creates a new version to represent the significant change. Versions can be restored much like restoring page versions.

Figure 4.2

Figure 4.2 Editing DAM metadata

Finding assets

The DAM makes searching for assets stored within it extremely easy. If you have only 30 or 40 assets, the search function isn’t that useful. But, when you have 15,000 assets, manually drilling down through folders is not a realistic way to locate a specific file. A faceted search feature allows you to find assets based on metadata, general location, tags, and file type. The search also can be extended and customized, with help from your solution partner.

Also helpful is the ability to view an asset’s references. Remember that a page’s references are a list of other pages that link to it, and would be affected if that page were moved or deleted. The DAM applies the same approach to digital assets. It identifies every location within the platform where that asset is used. Therefore, as you edit or remove the asset, you can know every webpage you are potentially affecting.

Figure 4.3

Figure 4.3 Searching for DAM assets

Content finder

The content finder (the frame along the left edge of the screen) enables content authors to bring DAM assets into the webpage. The content finder is organized by file type, but also has a view in which the author can drill down into the DAM’s hierarchy to locate an asset. The content finder also accesses the DAM search to help authors find assets faster. As a content author, you will spend quite a bit of time with the content finder.

Figure 4.4

Figure 4.4 The content finder

Other basic features

The DAM also provides DAM administrators some other basic features for managing websites. Assets can be activated and deactivated in the same way as pages. Consider an asset’s references when deactivating, though, to ensure that you aren’t removing images being used on a live site. In addition to the automatic rendition workflows, DAM administrators can also apply workflows to assets as desired, which is helpful for approvals and external integrations.

DAM metadata

The Adobe Experience Manager DAM uses the extensible metadata platform (XMP) standard for encoding metadata within digital media files, a standard originally spearheaded by Adobe. It provides a common way to define metadata regardless of file type, without restricting the metadata to any specific taxonomy, which means the metadata can be universally understood, but the properties of a particular file type needn’t completely align with the properties of another. All Adobe products use the XMP standard when applying metadata to assets.

In practice, the DAM becomes a nice interface for configuring the metadata of digital media assets regardless of format. In fact, under the hood, when setting the metadata of a DAM asset, AEM actually changes the metadata of the original binary file that was used to create that DAM asset (remember, a DAM asset is just an abstraction of that file). So, when using the DAM as a tool for web content management, your assets are more searchable and more semantically cataloged. However, because the metadata applied is based on a standard, if the DAM is used to distribute assets for more than web content concerns, the metadata can be used by any system that consumes the asset.

When a DAM administrator edits an asset in the DAM, the Title, Description, Creator, and other fields are all used to set the metadata of that asset. Those fields are generally standardized for all types of DAM assets you can work with. XMP does support extending the metadata vocabulary for specific file types, but this is not something DAM administrators can just do at will. Maintaining a consistent, well-thought-out taxonomy is critical if the metadata is to provide any value. Therefore, the extensibility of DAM metadata is limited to a specific process that must be implemented by a developer. If you think you need additional metadata, work with your solution partner to understand whether you really need this capability and then determine the best way to implement it.

DAM components

Two DAM-related content components can be added to webpages: Asset Share and the Asset Editor. These components provide specific functionality for exposing the DAM to the public. Like many components in AEM, these are largely intended as a starting points or examples, although they are fully functional and can be used on live sites.

It’s a use case for the DAM that is a little less common than web content management support, but the DAM can be used as a central repository for assets that are provided to external parties. Along with the explanation of both of these components, I provide a high-level example use case that describes why you might use it.

Asset Share

The Asset Share is a set of components used for authoring an easy-to-use faceted search for digital assets. Internally, AEM provides robust functionality for searching for DAM assets, but what if you want to expose that functionality to people who won’t have access to the AEM interface? The Asset Share consists of a few parts:

  • Asset Share page component, which can be extended to create your own custom page component and template
  • Query builder component, which allows users to create search queries for DAM assets
  • A set of search facet components for filtering results by specific attributes
  • A set of “lens” components for a content author to specify views that define the search results

The Asset Share also contains a set of components, called actions, that can be added to the page to define what an end user can do to interact with the DAM. The Adobe documentation describes how to configure the parts of an Asset Share. It also describes how content authors can define a complex search interface without any developer intervention (after the page component and styling are defined).

The Asset Share component exposes facets of the DAM to the public—for example, if you were building a portal in which your organization’s partners could access the creative assets that represent your brand.

As a large organization, you may work with dozens of marketing agencies, advertising partners, or media organizations. You could have a team responsible for working with those external stakeholders to organize and retrieve the media as necessary, but that would be expensive and labor intensive. You could give those people access to the AEM DAM, but with obvious security challenges.

Or, you could build a portal where those external stakeholders can independently search for and retrieve media assets. Permissions for that portal can define what outsiders can and cannot do, and enables you to build a fully branded user experience. The Asset Share would be at the core of such a solution.

Asset Editor

The Asset Editor, like the Asset Share, is a set of components that exposes the DAM asset editing functionality to public users. It enables site visitors to edit metadata, tag assets, customize thumbnails, and manipulate other aspects of digital assets. The Asset Editor can also be used to display a detailed, non-editable view of assets to provide more info to site visitors before they download assets. Once a page component is defined and styled, this experience is completely configurable by a content author. She can make changes that would otherwise require a programmer. The Asset Editor contains the following components:

  • Asset Editor page component, which can be extended to create your own custom page component and template
  • Metadata form components for viewing or editing the metadata of a DAM asset
  • Components for viewing sub-assets and thumbnails of a DAM asset

Like the Asset Share, it also contains a set of Actions components that display no user interface element, but define which tasks can be performed by end users.

If your content team is relatively small, providing and managing their access to the DAM interface within AEM isn’t a big deal. But, what if you have hundreds of people who may be editing DAM assets? What if DAM asset manipulation is just one of many tasks those people perform that may not necessarily be part of logging into AEM?

You could use AEM to build a portal application that exposes DAM asset editing via the Asset Editor. It would enable your content team to author a web experience for interacting with the DAM without actually providing login access to the DAM. This is especially useful when you need to provide access to external stakeholders who may not have direct access to your internal AEM servers.

Beyond web content management

The Adobe Experience Manager DAM is most often used to support web content management by providing the foundation for managing digital media files to be used within the web experience. But the DAM was originally designed as a stand-alone digital asset management solution that can be used independently of the content management parts of the platform. It truly is a full-featured DAM that can be applied to a variety of use cases.

This book is primarily about AEM’s web experience management features, so I don’t dig into this any further. But, if you are using the DAM according to best practice to empower your web experience, you are already positioned to expose the DAM’s functionality for other uses. You can discuss those options with a solution implementation partner.

Peachpit Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Peachpit and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Peachpit products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email ask@peachpit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.peachpit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020