Skip to content

Commit d8705b4

Browse files
jpalladino84Jeff Palladino
andauthored
symitriDapRTDProvider - Update docs to handle cases where no identity is avaialble to be shared (#5973)
Co-authored-by: Jeff Palladino <[email protected]>
1 parent 7b95786 commit d8705b4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

dev-docs/modules/symitriDapRtdProvider.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Please reach out to your Symitri account representative(<[email protected]>) to
6868
| apiVersion | String | This holds the API version | Please reach out to your Symitri account representative(<[email protected]>) for this value |
6969
| domain | String | The domain name of your webpage | |
7070
| identityType | String | 'simpleid' or 'compositeid' or 'hashedid' | See the section below labelled "identityType" for more details. |
71-
| identityValue | String | This is optional field to pass user hid. Will be used only if identityType is hid | |
71+
| identityValue | String | This is a required field to pass HEM and/or EIDs | See the "identity" section below for more details. |
7272
| segtax | Integer | The taxonomy for Symitri | The value should be 708 |
7373
| pixelUrl | String | Pixel URL provided by Symitri which will be triggered when bid matching with Symitri dealid wins and creative gets rendered | |
7474

@@ -89,6 +89,19 @@ Use 'compositeid' to pass in multiple identifiers as key-value pairs as shown be
8989
"identityValue": "<hem>",
9090
```
9191

92+
### Identity
93+
94+
In the event there is no identity, the ""identityType" and "identityValue" can be set to:
95+
96+
```javascript
97+
pbjs.setConfig({
98+
...
99+
identityType: 'compositeid',
100+
identityValue: 'HEM:',
101+
...
102+
});
103+
```
104+
92105
### Testing
93106
94107
To view an example of available segments returned by dap:

0 commit comments

Comments
 (0)