tenantId
Tenant identifier for tracking on the platform.
Last updated
Tenant identifier for tracking on the platform.
Attribute: tenant-id
Type: string
Default value: undefined
provider.tenantId = 'tenant-eu-prod';Tenant identifier sent to the Tracking services when Integration operates in a multi-tenant model.
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
tenantId={'tenant-eu-prod'}
/>Last updated