You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/modules/userid-submodules/intentiq.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ Please find below list of parameters that could be used in configuring Intent IQ
58
58
| params. ABTestingConfigurationSource| Optional | String | Determines how AB group will be defined. Possible values: `"IIQServer"` – group defined by IIQ server, `"percentage"` – generated group based on abPercentage, `"group"` – define group based on value provided by partner. |`IIQServer`|
59
59
| params.abPercentage | Optional | Number | Percentage for A/B testing group. Default value is `95`|`95`|
60
60
| params.group | Optional | String | Define group provided by partner, possible values: `"A"`, `"B"`|`"A"`|
61
+
| params.region | Optional | String | Optional region identifier used to automatically build server endpoints. When specified, region-specific endpoints will be used. (`gdpr`,`emea`, `apac`) |`"gdpr"`|
61
62
| params.additionalParams | Optional | Array | This parameter allows sending additional custom key-value parameters with specific destination logic (sync, VR, winreport). Each custom parameter is defined as an object in the array. |`[ { parameterName: “abc”, parameterValue: 123, destination: [1,1,0] } ]`|
62
63
| params.additionalParams [0].parameterName | Required | String | Name of the custom parameter. This will be sent as a query parameter. |`"abc"`|
63
64
| params.additionalParams [0].parameterValue | Required | String / Number | Value to assign to the parameter. |`123`|
0 commit comments