How To: Test Consent Management
Now that you have set up Consent for State Privacy Requirements, we want to verify that consent is being enforced for that user, on that device. To verify this is set up properly, please follow the instructions below:
End to end testing for consent pixels
Step 1: Go to your custom-branded Ethyca Privacy Center on your company's website and click on the "Consent" option. https://privacy.<yourcompany>.com

Step 2: You will the be shown a popup message that prompts you to provide your email address to verify your identity

Step 3: Once your email address has been submitted, you will be emailed a verification code to confirm your identity

Step 4: From the Consent Management page, you can choose whether or not you want to consent to having your data sold, shared, or if you consent to sensitive personal information processing
Toggle YES to opt-in and NO to opt-out of the consent flag of your choice - data sales, information processing, or data sharing

Step 5: Click "Confirm" to submit your request
Step 6: Go to your website domain (https://<yourcompany>.com
) in the same browser, and using your browser tools,
- For Chrome: select Inspect Element with Development Tools --> Application --> Cookies
- For Firefox: select Tools --> Web Developer --> Storage Inspector
- For Safari: select Develop --> Show Web Inspector --> Storage --> Cookies


Step 7: Under "Cookies", look for the the contents of the "value" column for the row item "eth_cmp" (that's our cookie!)
You will see the below response for DATA_SALES":false,"GROUP4":false
if you opted-out, or a similar tag for the consent flag of your choice::

You will see DATA_SALES":true,"GROUP4":
true if you have opted-in, or a similar tag for the consent flag of your choice:

End to end testing for Facebook Limited Data Use
Pro tip:When testing Facebook, we recommend using the Facebook pixel helper widget.
Step 1: Go to your custom-branded Ethyca Privacy Center on your company's website and click on the "Consent" option. https://<yourcompany>.ethyca.com

Step 2: You will the be shown a popup message that prompts you to provide your email address to verify your identity

Step 3: Once your email address has been submitted, you will be sent a verification code to confirm your identity

Step 4: From the Consent Management page, you can choose whether or not you want to consent to having your data sold, shared, or if you consent to sensitive personal information processing
Toggle YES to opt-in and NO to opt-out of the consent flag of your choice - data sales, information processing, or data sharing

Step 5: Click "Confirm" to submit your request
Step 6: Go to your website domain (https://<yourcompany>.com
) and open the Facebook widget

If dpo:
shows inside your pageview
event, then your shopify-emp.js tag is correctly configured.
If you OPT-IN, you should see the following dpo
set in your Facebook widget:

If you OPT-OUT, on your website you should see the following dpo
set in the Facebook widget:

Support
Throughout the process, we are available to help with QA and validation. Please contact [email protected] or your dedicated Customer Success Manager if you require any technical assistance.
Updated 6 months ago