I am PR-ing this into Brandon's feature branch for now, once that's merged I'll rebase and add to development. The main call out here is that Web returns objects with capitalized keys (Consented vs consented), so I had to lowercase those for both CCPA and GDPR.
Summary
This PR adds CCPA and GDPR support for web.
I am PR-ing this into Brandon's feature branch for now, once that's merged I'll rebase and add to development. The main call out here is that Web returns objects with capitalized keys (
Consented
vsconsented
), so I had to lowercase those for both CCPA and GDPR.