Skip to main content

Deep Links - Providers

Sitecore XM Cloud (Pages Editor)

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

  • Tenant Name
  • Organization ID

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

  • providerId (as set in Admin Panel)
  • locale (e.g en-us)
  • itemId
  • site

Example

Take the following HTML snippet as an example:

<div data-pf='{"providerId": "YOURPROVIDERID", "componentKey": "hero", "groupId": "abc1234", "locale": "YOURLOCALE", "itemId": "YOURITEMID", "site": "YOUTSITEID"}'>
<h1>Hero Title</h1>
<p>Hero Description</p>
</div>
tip

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