Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-win87 authored Oct 23, 2024
1 parent 31f17de commit 8077200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following properties are **required** in the `config` object of the script t
| `accountId` | Number | Value associates the property with your organization's Sourcepoint account. Your organization's accountId can be retrieved by contacting your Sourcepoint Account Manager or via the **My Account** page in your Sourcepoint account. |
| `baseEndpoint` | String | A single server endpoint that serves the messaging experience.<br><br>For GDPR TCF, U.S. Multi-State Privacy, U.S. Privacy (Legacy), GDPR Standard, and Custom Messaging, the `baseEndpoint` is https://cdn.privacy-mgmt.com.<br><br>:notebook: **Note**: The `baseEndpoint` can also be changed to a CNAME first-party subdomain in order to persist first-party cookies on Safari web browser (due to Safari’s ITP) by setting cookies through the server with set-cookie rather than using document.cookie on the page. |
| `isOTT` | Boolean | When set to `true` it confirms that the message being delivered is an OTT specific message. |
| `propertyHref` | String | Maps the implementation to a specific URL as set up in the Sourcepoint account dashboard. |
| `propertyHref` | String | Maps the implementation to a specific name as set up in the Sourcepoint account dashboard. |
| campaign object(s) | Object | Campaigns are surfaced on yout HTML5 device by adding campaign objects to your client configuration script.<br><br>The following Sourcepoint campaigns are supported via our HTML5 OTT solution:<br><br>`gdpr: {}` - GDPR TCF or GDPR Standard campaigns<br>`ccpa: {}` - U.S. Privacy (Legacy) campaigns<br><br>U.S. Multi-State Privacy campaigns are currently not supported for HTML5 OTT devices. If your organization needs to support the Global Privacy Platform (GPP) Multi-State Privacy (MSPS) framework, you will need to configure a U.S. Privacy (Legacy) campaign to do so.<br><br>[Click here](#us-multi-state-privacy-campaign-support) for more information about this configuration. |

```javascript
Expand Down

0 comments on commit 8077200

Please sign in to comment.