-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
symitriDapRtdProvider - Enable X2 Tokenize endpoint (#12636)
* symitriDapRtdProvider - Enable X2 Tokenize endpoint * Adding test case for X2 Tokenize --------- Co-authored-by: Jeff Palladino <[email protected]>
- Loading branch information
1 parent
f499398
commit f1019c1
Showing
3 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ pbjs.setConfig({ | |
waitForIt: true, | ||
params: { | ||
apiHostname: '<see your Symitri account rep>', | ||
apiVersion: "x1", | ||
apiVersion: 'x1'|'x2', | ||
apiAuthToken: '<see your Symitri account rep>', | ||
domain: 'your-domain.com', | ||
identityType: 'simpleid'|'compositeid'|'hashedid'|'dap-signature:1.0.0', | ||
|
@@ -68,7 +68,7 @@ Please reach out to your Symitri account representative(<[email protected]>) to | |
| name | String | Symitri Dap Rtd module name | 'symitriDap' always| | ||
| waitForIt | Boolean | Required to ensure that the auction is delayed until prefetch is complete | Optional. Defaults to false | | ||
| apiHostname | String | Hostname provided by Symitri | Please reach out to your Symitri account representative(<[email protected]>) for this value| | ||
| apiVersion | String | This holds the API version | It should be "x1" always | | ||
| apiVersion | String | This holds the API version | Please reach out to your Symitri account representative(<[email protected]>) for this value | | ||
| apiAuthToken | String | Symitri API AuthToken | Please reach out to your Symitri account representative(<[email protected]>) for this value | | ||
| domain | String | The domain name of your webpage | | | ||
| identityType | String | 'simpleid' or 'compositeid' or 'hashedid' or 'dap-signature:1.0.0' | Use 'simpleid' to pass email or other plain text ids and SymitriRTD Module will hash it. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters