From b8a5a56afa0ff8595e1ae5638106a1ac71f2644b Mon Sep 17 00:00:00 2001 From: Muki Seiler Date: Tue, 12 Jul 2022 15:29:29 +0200 Subject: [PATCH] registerDelay of ESP is actually milliseconds --- dev-docs/modules/userId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index 90951f8664..6becf35f87 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -2486,7 +2486,7 @@ Please find more details [Share encrypted signals with bidders (Beta)](https://s | encryptedSignalSources.sources.source | Required | Array | An array of sources for which signals needs to be registered | `['sharedid.org','criteo.com']` | | encryptedSignalSources.sources.encrypt | Required | Boolean | Should be set to false by default. Please find below note | `true` or `false` | | encryptedSignalSources.sources.customFunc | Required | function | This function will be defined for custom sources only and called which will return the custom data set from the page | Check below config as an example | -| encryptedSignalSources.registerDelay | Optional | Integer | The amount of time (in seconds) after which registering of signals will happen. Default value 0 is considered if 'registerDelay' is not provided. | `3000` +| encryptedSignalSources.registerDelay | Optional | Integer | The amount of time (in milliseconds) after which registering of signals will happen. Default value 0 is considered if 'registerDelay' is not provided. | `3000` {: .alert.alert-info :} **NOTE:**