Consent Management: Track Shopper Consent
Honor and respect your customersβ wishes when they request only specific forms of contact from your company or opt-out of certain types of data-sharing. We provide details to help you determine the best way to comply with the data protection and privacy regulations that apply to your company.
- General Data Protection Regulation
- Personal Information Protection Act (PIPA), Japan
- Privacy Act, Australia
- Personal Information Protection and Electronic Documents Act (PIPEDA), Canada
Product | Common Shopper Request | Actions to Consider | Things to Consider |
---|---|---|---|
Salesforce B2C Commerce | I don't want your site to track my personal information for marketing or other purposes. |
Set the Tracking site preference. Programmatically override the site preference using the Script API. |
A new site preference, Tracking, lets you set default tracking behavior for each storefront. If you want to override this behavior for an individual shopper, you can
implement your own consent management solution by calling the
|
B2C Commerce | I don't want your app to track my personal information for marketing or other purposes. |
Determine shopper's tracking preference using the Shop API HTTP/HTTPS headers. See the OCAPI Global HTTP Headers topic. |
Shop API resources let you set the HTTP(s) header DNT, which indicates whether personal information should be tracked. |
B2C Commerce | I want to know which cookies your site uses to store information about me. |
Review the local browser storage topic to understand the usage and lifespan of data stored locally. Inform the shopper of those cookies that might be relevant to their usage. |
Many cookies are automatically deleted at the end of each session, but some have longer lifespans. A system or browser crash can prevent deletion. |