Skip to content

Commit a28528a

Browse files
committed
add additional context from Matt Volk
1 parent 8edfd38 commit a28528a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

assets/images/consent-manager.png

62.9 KB
Loading

docs/storefront/catalyst/reference/security.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ You can customize your CSP policy in the codebase [here](https://github.com/bigc
5656

5757
Catalyst utilizes the [c15t.com](https://c15t.com) consent management library under the hood to manage shopper privacy preferences when it comes to cookies and data collection. This provides a comprehensive solution for General Data Protection Regulation (GDPR), California Consumer Privacy Act (CCPA), and other privacy regulation compliance.
5858

59+
The consent manager is fully integrated with BigCommerce's Script Manager, ensuring that all analytics and marketing scripts respect shopper consent preferences. When cookie consent is enabled in your channel storefront settings, Catalyst will automatically manage which scripts load based on the shopper's selections—essential and unknown scripts always load, while analytics, functional, and targeting scripts only run once consent is granted.
60+
This integration ensures a consistent privacy experience across Catalyst and Stencil storefronts, maintaining feature parity in how consent-aware scripts are loaded and categorized.
61+
62+
BigCommerce's consent categories are automatically mapped to c15t's standardized ones, so existing Storefront Script configurations continue to work without modification. We're collaborating closely with the c15t team to extend support for additional features such as footer script placement.
63+
If your storefront relies on specific script placement or privacy handling use cases, we'd love to hear your feedback as we refine this integration further.
64+
5965
### Enabling Cookie Consent Tracking
6066

6167
To enable cookie consent tracking in your Catalyst storefront:
@@ -65,6 +71,8 @@ To enable cookie consent tracking in your Catalyst storefront:
6571

6672
Once enabled, shoppers will see a consent banner that allows them to manage their privacy preferences for different types of cookies and data collection activities. You can learn more about how BigCommerce handles consent tracking [here](https://support.bigcommerce.com/s/article/Implementing-CCPA-with-BigCommerce?language=en_US#settings).
6773

74+
![Consent Banner](/assets/images/consent-manager.png)
75+
6876
## Framework benefits
6977

7078
### Next.js security record

0 commit comments

Comments
 (0)