From 3135e21dc0c6d3d7625c9c4528080e65cb1238bc Mon Sep 17 00:00:00 2001 From: Jeff Palladino Date: Tue, 1 Apr 2025 09:42:59 -0600 Subject: [PATCH] symitriDapRTDProvider - Update docs to handle cases where no identity is avaialble to be shared --- dev-docs/modules/symitriDapRtdProvider.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/dev-docs/modules/symitriDapRtdProvider.md b/dev-docs/modules/symitriDapRtdProvider.md index de52b94551..66211f6908 100644 --- a/dev-docs/modules/symitriDapRtdProvider.md +++ b/dev-docs/modules/symitriDapRtdProvider.md @@ -68,7 +68,7 @@ Please reach out to your Symitri account representative() to | apiVersion | String | This holds the API version | Please reach out to your Symitri account representative() for this value | | domain | String | The domain name of your webpage | | | identityType | String | 'simpleid' or 'compositeid' or 'hashedid' | See the section below labelled "identityType" for more details. | -| identityValue | String | This is optional field to pass user hid. Will be used only if identityType is hid | | +| identityValue | String | This is a required field to pass HEM and/or EIDs | See the "identity" section below for more details. | | segtax | Integer | The taxonomy for Symitri | The value should be 708 | | pixelUrl | String | Pixel URL provided by Symitri which will be triggered when bid matching with Symitri dealid wins and creative gets rendered | | @@ -89,6 +89,19 @@ Use 'compositeid' to pass in multiple identifiers as key-value pairs as shown be "identityValue": "", ``` +### Identity + +In the event there is no identity, the ""identityType" and "identityValue" can be set to: + +```javascript +pbjs.setConfig({ + ... + identityType: 'compositeid', + identityValue: 'HEM:', + ... +}); +``` + ### Testing To view an example of available segments returned by dap: