Configure Klaro

Before you jump into the tag configurations, learn more about the consent management platform used in this tutorial Klaro.

  1. Visit Klaro and set up an account.

  2. Go to Privacy Manager and create an instance according to the instructions.

  3. Use the Integration Code to inject Klaro into your tag property (instructions are in the next exercise).

  4. Skip the Scanning section, as it detects the tag property that is hardcoded on the Luma demo website and not the one you have built for this tutorial.

  5. Add a service called aep web sdk and toggle on the Service Default State. When turned on, the default consent value is true, otherwise it is false. This configuration is handy when you want to decide what the default consent state (before visitor’s consent) is going to be for your web application. For example:

    • For CCPA, the default consent is commonly set to true. You are going to reference this scenario as Implied opt-in throughout this tutorial
    • For GDPR, the default consent is commonly set to false. You are going to reference this scenario as Implied opt-out throughout this tutorial.
    NOTE
    Generally, the above mentioned steps are done and taken care by the team or individual who is responsible for handling the CMP such as OneTrust or TrustArc.