From dbf88cbc9cc246749e88a48c18d735daf18908bd Mon Sep 17 00:00:00 2001 From: joseluis laso Date: Thu, 31 Aug 2023 06:33:54 -0700 Subject: [PATCH] removed unused (internal use only) parameters (#10420) --- modules/hadronIdSystem.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/hadronIdSystem.md b/modules/hadronIdSystem.md index 7521cca06ac..212030cbcd9 100644 --- a/modules/hadronIdSystem.md +++ b/modules/hadronIdSystem.md @@ -35,5 +35,4 @@ The below parameters apply only to the HadronID User ID Module integration. | value | Optional | Object | Used only if the page has a separate mechanism for storing the Hadron ID. The value is an object containing the values to be sent to the adapters. In this scenario, no URL is called and nothing is added to local storage | `{"hadronId": "eb33b0cb-8d35-4722-b9c0-1a31d4064888"}` | | params | Optional | Object | Used to store params for the id system | | params.partnerId | Required | Number | This is the Audigent Partner ID obtained from Audigent. | `1234` | -| params.url | Optional | String | Set an alternate GET url for HadronId with this parameter | -| params.urlArg | Optional | Object | Optional url parameter for params.url | + |