Permission: Vendor list-GDPR and/or Vendor list-U.S. Privacy

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 action and a reject action, respectively.

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

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 to consent/reject action

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. 

Screen_Shot_2023-01-20_at_11.57.29_AM.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.

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.