Skip to content

Commit 0ab2527

Browse files
eyvazahmadzadadmytro-poDimaIntentIQEyvaz Ahmadzada
authored
Agt 457 private silo for module (#9)
* Fix table * add new parameters --------- Co-authored-by: dmytro-po <dmytro.po@intentiq.com> Co-authored-by: DimaIntentIQ <139111483+DimaIntentIQ@users.noreply.github.com> Co-authored-by: Eyvaz Ahmadzada <eyvazahmadzada@gmail.com>
1 parent 5c89927 commit 0ab2527

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dev-docs/modules/userid-submodules/intentiq.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ Please find below list of parameters that could be used in configuring Intent IQ
5555
| params.iiqPixelServerAddress | Optional | String | The base URL for the IntentIQ pixel synchronization server. If parameter is provided in `configParams`, it will be used. | `"https://domain.com"` |
5656
| params.reportingServerAddress | Optional | String | The base URL for the IntentIQ reporting server. If parameter is provided in `configParams`, it will be used. | `"https://domain.com"` |
5757
| params.reportMethod | Optional | String | Defines the HTTP method used to send the analytics report. If set to `"POST"`, the report payload will be sent in the body of the request. If set to `"GET"` (default), the payload will be included as a query parameter in the request URL. |`"GET"` |
58-
58+
| params.siloEnabled | Optional | Boolean | Determines if first-party data is stored in a siloed storage key. When set to `true`, first-party data is stored under a modified key that appends `_p_` plus the partner value rather than using the default storage key. The default value is `false`. | `true` |`1` |
5959
| params.groupChanged | Optional | Function | A callback that is triggered every time the user’s A/B group is set or updated. |`(group) => console.log('Group changed:', group)` |
6060

61-
62-
6361
### Configuration example
6462

6563
```javascript

0 commit comments

Comments
 (0)