Permissions:

Vendor list-GDPR or Vendor list-U.S. Privacy or Vendor list - U.S. Multi-State

The Krux/Salesforce DMP platform provides a JavaScript API to set consent for end-users. In this article, we will cover how your organization can utilize The Krux API within consent and reject action fields to generate consent for the end-user.


Example Krux API calls

In this section, we provide your organization with an example for a Krux API call to use for a consent/reject action or opt in/opt out hooks, respectively.

  Note: We strongly recommend reviewing the additional information on use cases and Krux namespaces.

Consent action example Reject action example
Krux('ns:mynamespace', 'consent:set', {
  dc: true,
  al: true,
  tg: true,
  cd: false,
  sh: false,
  re: false
}, function(errors, body) {
  if (errors) {
    console.error(errors);
  } else {
    console.log('Successfully set consent flags.');
  }
});
  

Add Krux API calls 

In this section, we will cover how to add the Krux API call to a vendor list. Navigate to your Sourcepoint account and click Vendor Management on the left-hand panel and select a regulatory framework from the menu. 

Screenshot 2023-11-13 at 12.37.26 PM.png

Click a vendor list on the subsequent list.

landing page.png

  Note: Ensure that the vendor Salesforce (KRUX) is added to the vendor list.

GDPR / U.S. Privacy (Legacy) U.S. Multi-State Privacy

Click Salesforce (KRUX) from the list of vendors.

Screen_Shot_2022-01-11_at_10.55.35_AM.png

From the subsequent modal, select either Consent Actions or Reject Actions and navigate to the provided Custom JS field.

Input the appropriate Krux API call in the field and click Apply changes when finished.

Screen_Shot_2022-01-11_at_11.00.13_AM.png

Confirm the implementation with your Krux/Salesforce team to ensure that they are receiving the correct signals.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.