Adobe Experience Manager: How to add a license agreement page to an asset?
Adobe Experience Manager has the capability to require license acceptance prior to downloading an asset. The following article provides guidance on incorporating a license agreement page with an asset.
Description description
Environment
Adobe Experience Manager 6.5
Issue/Symptoms
How to add a license agreement page to an asset.
Resolution resolution
There are two ways to add a license agreement page to an asset.
First: xmpRights:WebStatement
property
Add the following property to <path to target asset>/jcr:content/metadata node
.
Name: xmpRights:WebStatement
Type: String
Value: <path to license agreement page>
Example value:/libs/settings/dam/drm/licenses/TOUCH-UI-LICENSE.html
Second: adobe_dam:restrictions
property
Add the following property to <path to target asset>/jcr:content/metadata node
.
Name: adobe_dam:restrictions
Type: String
Value: <HTML code>
Example value:
<!DOCTYPE html>
<html>
<body>
<p>Sample license agreement description</p>
</body>
</html>
xmpRights:WebStatement supersedes when you set both xmpRights:WebStatement and adobe_dam:restrictions.
recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f