Skip to main content

Deep Links - Providers

Ultra Commerce

The Ultra Commerce Known Provider requires the following parameters:

  • Domain (e.g perfection-domain.ultracommerce-dev.co)

When attributing a Component related to Ultra Commerce content, you need to include the following properties in the JSON for the deeplinking to work:

  • providerId (as set in Admin Panel)
  • productId

Example

Take the following HTML snippet as an example:

<div data-pf='{"providerId": "YOURPROVIDERID", "componentKey": "product", "groupId": "abc1234", "productId": "YOURPRODUCTID"}'>
<h1>Product Name</h1>
<p>Product Description</p>
</div>
tip

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