Skip to main content

Deep Links - Providers

Sitecore XM Cloud (Content Editor)

The Sitecore XM Cloud (Content Editor) Known Provider requires the following parameters:

  • Tenant Name
  • Organization ID

When attributing a Component related to Sitecore XM Cloud (Content Editor) content, you need to include the following properties in the JSON for the deeplinking to work:

  • providerId (as set in Admin Panel)
  • locale
  • itemId

Example

Take the following HTML snippet as an example:

<div data-pf='{"providerId": "xmcloud-ce", "componentKey": "hero", "groupId": "abc1234", "locale": "en-us", "itemId": "00000000-0000-0000-0000-000000000000"}'>
<h1>Hero Title</h1>
<p>Hero Description</p>
</div>
tip

To see others available properties accepted in data-pf attributes, please read this article