Skip to main content

DX Engine for Cloudinary

alt_text

ComponentRequires ConnectorAllows for Personalization
Static Image ListYesYes
Dynamic Image ListYesYes
Static Video ListYesYes
Dynamic Video ListYesYes

Connector Configuration

Parameter NameParameter PropertyDescription
Cloudinary API keyapiKey
Cloudinary API secretapiSecret
Cloudinary NamespacecloudName

Static Image List

Component Configuration

Parameter NameParameter PropertyDescription
ConnectionconnectionCodeThe Connection Code of a configured Cloudinary Connector.
Additional Fields to include in responseadditionalFieldsArray of fields to include in the response. Valid values are: context, tags, image_metadata, image_analysis. image_metadata and image_analysis are only available for tier 2 account. Read more here

Component Experience Rule Configuration

Parameter NameParameter PropertyDescription
Cloudinary ImagesresourceIdsAn array of image resources identifiers to fetch.
TransformationstransformationsArray of objects [{op, next}]. op = Operaion. next is a boolean. If false, the transformation will be applied together with the last transformation.

Dynamic Image List

Component Configuration

Parameter NameParameter PropertyDescription
ConnectionconnectionCodeThe Connection Code of a configured Cloudinary Connector.
Max ResultsmaxResultsDefaults to 10.
Additional Fields to include in responseadditionalFieldsArray of fields to include in the response. Valid values are: context, tags, image_metadata, image_analysis. image_metadata and image_analysis are only available for tier 2 account. Read more here

Component Experience Rule Configuration

Parameter NameParameter PropertyDescription
Image TagimageTagsArray of tags that the images must have.
Advanced FilteradvancedFilter
TransformationstransformationArray of objects [{op, next}]. op = Operaion. next is a boolean. If false, the transformation will be applied together with the last transformation.

Static Video List

Component Configuration

Parameter NameParameter PropertyDescription
ConnectionconnectionCodeThe Connection Code of a configured Cloudinary Connector.
Additional Fields to include in responseadditionalFieldsArray of fields to include in the response. Valid values are: context, tags.

Component Experience Rule Configuration

Parameter NameParameter PropertyDescription
Cloudinary VideosresourceIdsAn array of video resources identifiers to fetch.
TransformationstransformationsArray of objects [{op, next}]. op = Operaion. next is a boolean. If false, the transformation will be applied together with the last transformation.

Dynamic Video List

Component Configuration

Parameter NameParameter PropertyDescription
ConnectionconnectionCodeThe Connection Code of a configured Cloudinary Connector.
Max ResultsmaxResultsDefaults to 10.
Additional Fields to include in responseadditionalFieldsArray of fields to include in the response. Valid values are: context, tags.

Component Experience Rule Configuration

Parameter NameParameter PropertyDescription
Video TagvideoTagsArray of tags that the videos must have.
Advanced FilteradvancedFilter
TransformationstransformationArray of objects [{op, next}]. op = Operaion. next is a boolean. If false, the transformation will be applied together with the last transformation.