asset

Last update: 2021-09-14
  • Created for:
  • Developer
    User

Parameter common to all viewers.

asset= *assetId*

assetId

The asset ID of the single video or Adaptive Video Set.

This property is required, unless video parameter is used. See External Video Support under Video or External video support under Video360.

or

asset= *image*

image

Specifies a single image or a carousel set. Apply double HTTP encoding to any unsafe character that exists in the image name or the carousel set name.

or

asset= *image* | *imageList* | *imageListWithModifiers* | *multiDimensionalSpinSet* [%3F *modifiers*]

image

Specifies a single image. Apply double HTTP encoding to any unsafe character that exists in the image name.

Or, specifies a reference to an image set. The viewer retrieves image sets from the server, using req=set IS request.

imageList

Specifies an explicit image set, consisting of a sorted sequence of items, or frames, separated by commas.

Note: This feature is supported in Adobe Dynamic Media Classic; it is not supported in Adobe Experience Manager Assets.

imageListWithModifiers

Specifies an explicit image set where each frame has its own Image Serving modifiers. In this case, the list of frames is wrapped within parentheses. Make sure you apply double HTTP encoding to any comma that is present in the frame-specific Image Serving modifier.

Note: This feature is supported in Adobe Dynamic Media Classic; it is not supported in Adobe Experience Manager Assets.

multiDimensionalSpinSet

Specifies an explicit multi-dimensional spin set using the following syntax:

(( horizontalSpinSet )[,( horizontalSpinSet )])

where horizontalSpinSet is a comma-separated list of frames for a given horizontal axis. All horizontalSpinSet should have the same number of frames.

Note: This feature is supported in Adobe Dynamic Media Classic; it is not supported in Adobe Experience Manager Assets.

modifiers

Image Serving commands; & and = separators must be HTTP-encoded as %26 and %3D , respectively.

or

asset=( *mediaSet* | ( *video*; *swatchId* | *image*; *swatchId* | *setId*; *swatchId*); *ID*;( *video*; *swatchId* | *image*; *swatchId* | *setId*; *swatchId*); *ID*;] [%3F *modifiers*]

mediaSet

Specifies a reference to a media set. The viewer retrieves media sets from the server, using req=set IS request.

video

Single video or Adaptive Video Set.

Note: This feature is supported in Adobe Dynamic Media Classic; it is not supported in Adobe Experience Manager Assets.

image

Single image.

Note: This feature is supported in Adobe Dynamic Media Classic; it is not supported in Adobe Experience Manager Assets.

setId

Swatch set.

Note: This feature is supported in Adobe Dynamic Media Classic; it is not supported in Adobe Experience Manager Assets.

swatchId

Swatch image.

Note: This feature is supported in Adobe Dynamic Media Classic; it is not supported in Adobe Experience Manager Assets.

ID

Media Set item type identifier can be one of the following:

  • advanced_image

    For single image.

  • advanced_swatchset

    For nested swatch set.

  • spin

    For spin set.

  • video

    For single video.

  • video_set

    For Adaptive Video Sets.

Note: This feature is supported in Adobe Dynamic Media Classic; it is not supported in Adobe Experience Manager Assets.

modifiers

Image Serving commands; & and = separators must be HTTP-encoded as %26 and %3D , respectively.

NOTE

Images that use IR (Image Rendering) or UGC (User-Generated Content) are not supported by this viewer.

Properties

Required.

Default

None.

Examples

Single asset reference:

asset=Scene7SharedAssets/Backpack_B

or

asset=/content/dam/mac/aodmarketingna/shoppable-banner/shoppable-banner.jpg

or

asset=/content/dam/mac/aodmarketingna/dm-viewers-content/video/Glacier.mp4

or

asset=/content/dam/dm-public-facing-live-demo-page/04_shoppable_carousel/05_shoppable_banner

or

asset=Viewers/space_station_360-AVS

Single reference to an image set that is defined in a catalog:

asset=Viewers/Pluralist

Explicit image set:

asset=Scene7SharedAssets/Backpack_B,Scene7SharedAssets/Backpack_C

Explicit image set with frame-specific Image Serving modifiers:

asset=(Scene7SharedAssets/Backpack_B%3Fop_colorize%3D255%252C0%252C0,Scene7SharedAssets/Backpack_B%3Fop_colorize%3D0x00ff00)

Single reference to a spin set that is defined in a catalog:

asset=Scene7SharedAssets/SpinSet-Sample

Explicit spin set:

asset=Scene7SharedAssets/Frame-1,Scene7SharedAssets/Frame-2,Scene7SharedAssets/Frame-3,Scene7SharedAssets/Frame-4,Scene7SharedAssets/Frame-5,Scene7SharedAssets/Frame-6,Scene7SharedAssets/Frame-7,Scene7SharedAssets/Frame-8

Explicit multi-dimensional spin set:

asset=((Scene7SharedAssets/ring1-25,Scene7SharedAssets/ring1-26,Scene7SharedAssets/ring1-27,Scene7SharedAssets/ring1-28,Scene7SharedAssets/ring1-29,Scene7SharedAssets/ring1-30,Scene7SharedAssets/ring1-31,Scene7SharedAssets/ring1-32,Scene7SharedAssets/ring1-33,Scene7SharedAssets/ring1-34,Scene7SharedAssets/ring1-35,Scene7SharedAssets/ring1-36),(Scene7SharedAssets/ring1-13,Scene7SharedAssets/ring1-14,Scene7SharedAssets/ring1-15,Scene7SharedAssets/ring1-16,Scene7SharedAssets/ring1-17,Scene7SharedAssets/ring1-18,Scene7SharedAssets/ring1-19,Scene7SharedAssets/ring1-20,Scene7SharedAssets/ring1-21,Scene7SharedAssets/ring1-22,Scene7SharedAssets/ring1-23,Scene7SharedAssets/ring1-24),(Scene7SharedAssets/ring1-01,Scene7SharedAssets/ring1-02,Scene7SharedAssets/ring1-03,Scene7SharedAssets/ring1-04,Scene7SharedAssets/ring1-05,Scene7SharedAssets/ring1-06,Scene7SharedAssets/ring1-07,Scene7SharedAssets/ring1-08,Scene7SharedAssets/ring1-09,Scene7SharedAssets/ring1-10,Scene7SharedAssets/ring1-11,Scene7SharedAssets/ring1-12))

Single mixed media set reference:

 asset=Scene7SharedAssets/Mixed_Media_Set_Sample

Explicit mixed media set:

asset=Scene7SharedAssets/Backpack_J;;advanced_image;,Scene7SharedAssets/Frame-6;;advanced_image;,Scene7SharedAssets/Frame-2;;advanced_image;,Scene7SharedAssets/SpinSet_Sample;;spin;,Scene7SharedAssets/ImageSet-Colors-Sample;;advanced_swatchset;,Scene7SharedAssets/Glacier_Climber_640x360;Scene7SharedAssets/Glacier_Climber_640x360;video;

Sharpening modifier added to all images in the set:

asset=Scene7SharedAssets/Backpack_B,Scene7SharedAssets/Backpack_C%3Fop_sharpen=%3D1
asset=Scene7SharedAssets/Mixed_Media_Set_Sample%3Fop_sharpen%3D1
asset=Viewers/Pluralist%3Fop_sharpen%3D1

On this page