As of now the Clerk.io integration only support pages. Contact us if you want to work with other types in Clerk.io.
Configuration
In order to setup the Clerk.io configuration you need the following:| Setting | Description |
|---|---|
| Clerk Public Key | The unique public key of the Clerk.io store you want to integrate to |
| Clerk Private Key | A private key on the Clerk.io store you want to integrate to |
| Enterspeed Environment Client API Key | The API key for an Enterspeed Environment client. This is used to fetch the view that will be inserted into Clerk.io |
Options
Table of available options, that you can optionally specify, if needed for your use case.| Setting | Description |
|---|---|
| id | By default Enterspeed uses view id as the value for object id in Clerk. You can override default object id by providing value for this option. |
| clerkEntityType | The type of entity you want to send to Clerk. Supported values: page. |
Example of usage
- JavaScript
- JSON
Schema with Clerk destination
Clerk.io specific properties
Each type in Clerk.io (page, product, category, …) has a set of required field which must be mapped in the Enterspeed schema. See required fields here: https://docs.clerk.io/reference/page-resourceid is set automatically or by the options id if you use that, so you don’t need to map this property.