| Mandatory Elements | Mandatory Attributes |
|---|---|
| 1. content 2. view 3. hotspot |
1. Ref (view) |
The following are the keypoints:
- For valid attribute values refer Valid Tag Value section.
- <tag> (presentation) will default to InteractiveTour when not sent.
- If the layout attribute under <content> tag is not sent, then the system will default it to WithMenu.
- Valid values for layout will be
a. WithMenu
b. WithoutMenu
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="interactive-tour">
<presentation>
<power-page title="Product TourPP"/>
<tag>
<![CDATA[About this brand]]>
</tag>
</presentation>
<content template="interactive-tour" layout="WithMenu">
<view ref="https://www.test.com/resources/img/12345678910/View1.jpg" title="Image Video tour">
<hotspot direction="left" hotspot-x="0.3 " hotspot-y="0.6" reporting-code="TestProduct44" title="Video hotspot">
<description>
<styled-text>
<![CDATA[This view contains example for image video interactive tour.]]>
</styled-text>
</description>
<media>
<video>
<download ref="https://www.test.com/resources/video/12345678910/video2.mp4"/>
<info-asset type="Captioning" language="en" ref="https://www.test.com/resources/video/12345678910/video2-CaptionEN.vtt"/>
<info-asset type="Descriptions" language="en" ref="https://www.test.com/resources/video/12345678910/video2-DescriptionEN.vtt"/>
<info-asset type="Subtitle" language="en" ref="https://www.test.com/resources/video/12345678910/video2-SubtitleEN.vtt"/>
</video>
<video>
<external ref="https://www.externalsite.com/resources/video/12345678910/video3.mp4"/>
<info-asset type="Captioning" language="en" ref="https://www.test.com/resources/video/12345678910/video3-CaptionEN.vtt"/>
<info-asset type="Descriptions" language="en" ref="https://www.externalsite.com/resources/video/12345678910/video3-DescriptionEN.vtt"/>
<info-asset type="Subtitle" language="en" ref="https://www.externalsite.com/resources/video/12345678910/video3-SubtitleEN.vtt"/>
</video>
</media>
</hotspot>
<hotspot direction="left" hotspot-x="0.4 " hotspot-y="0.3" reporting-code="TestProduct45" title="Image hotspot">
<description>
<styled-text>
<![CDATA[This view contains example for image video interactive tour.]]>
</styled-text>
</description>
<media>
<image ref="https://www.test.com/resources/img/12345678910/ImageHotspot2.jpg"/>
</media>
</hotspot>
<hotspot direction="left" hotspot-x="0.4 " hotspot-y="0.2" reporting-code="TestProduct46" title="Text hotspot">
<description>
<styled-text>
<![CDATA[This view contains example for image video interactive tour.]]>
</styled-text>
</description>
</hotspot>
</view>
</content>
</section>
</sections>
</content-package>
</feed>
Preview
