Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Video Widget

Prev Next
Mandatory Elements
1. content
2. video
3. download

The following are the keypoints:

  • For valid attribute values refer Valid Tag Value section.
  • <tag> (presentation) will default to Videos when not sent.
  • If layout attribute under <content> tag is not sent, then system will default it to Focused
  • Valid values for layout will be
    a. Focused
    b. Slider

XML

<feed updated="2021-05-17T05:00:00Z">
	<content-package id="12345678910" updated="2021-05-17T05:00:00Z">
		<name>Product 1</name>
		<description>This is product 1.</description>
		<brand>BrandXYZ</brand>
		<mpn>MPN-123456</mpn>
		<gtin>00012345678910</gtin>
		<msrp currency="USD">1,699.00</msrp>
		<sections>
			<section label="videos">
				<presentation>
					<power-page title="Product 1 Videos"/>
					<tag>
						<![CDATA[About this brand]]>
					</tag>
				</presentation>
				<content template="video-gallery" layout="Focused">
					<video title="Video 1" reporting-code="REPC0001">
						<description>
							<styled-text>
								<![CDATA[Video 1 Description.]]>
							</styled-text>
						</description>
						<download ref="https://www.test.com/resources/video/12345678910/video1.mp4"/>
						<info-asset type="Captioning" language="en" ref="https://www.test.com/resources/video/Caption/12345678910/Video1=Caption-EN-US.vtt"/>
						<info-asset type="Descriptions" language="en" ref="https://www.test.com/resources/video/Descriptions/12345678910/Video1=Description-EN-US.vtt"/>
						<info-asset type="Subtitle" language="en" ref="https://www.test.com/resources/video/Subtitle/12345678910/Video1=Subtitle-EN-US.vtt"/>
						<snapshot ref="https://www.test.com/resources/video/snapshot/Video1-Snapshot.jpg"/>
					</video>
				</content>
			</section>
		</sections>
	</content-package>
</feed>

Preview

batch-content-delivery-video-widget