It’s been a long time since Facebook was on the receiving end of good press – heavy is the head that wears the social media crown. A quick win, in my view, would be to openly and proactively assist its many advertisers trying to comply with the California Consumer Privacy Act (CCPA).
It’s been a long time since Facebook was on the receiving end of good press – heavy is the head that wears the social media crown. A quick win, in my view, would be to openly and proactively assist its many advertisers trying to comply with the California Consumer Privacy Act (CCPA).
The CCPA is the first major data privacy regulation in the US and a GDPR-lite for residents of California. But it’s quickly become a de facto standard for the entire United States, and many of tech’s leading lights have gone ahead and rolled out CCPA-level privacy protection for consumers all over the country.
So how does this relate to Facebook? The rollout of its Limited Data Use (LDU) feature for Facebook Business is a stopgap measure to prevent the accidental transfer of personal information to Facebook for advertising that may be deemed a “data sale”. In other words, it’s a measure for CCPA compliance – temporarily (read on to see why).
Per Facebook’s own messaging, Limited Data Use is a feature that
“…businesses can use to limit how we use the data they send to Facebook… When a business applies this feature, it will direct Facebook to process information about people in California as the business’s Service Provider. That means we will limit how this information is processed as specified in our State-Specific Terms.”
Here’s a summary of how you use LDU, and some pros/cons that every business should be aware of to avoid any privacy pitfalls.
Disclaimer: I’m not a lawyer and this does not constitute legal advice, rather the advice of a software engineer that has spent the last few years thinking only about data privacy regulations and code.
The LDU feature is auto-applied for the month of July only. After that businesses assume legal responsibility for implementing this feature, and it’s worth noting that’s not entirely straightforward. Developers will need to include a string appended to the Facebook pixel for ‘dataProcessingOptions’ that will allow your business to specify its degree of CCPA compliance.
What this means is that you’re on the hook for deciding how to implement this and the degree of risk you accept for your CCPA compliance. Close review of third-party data processing practices is a key process for any business to undertake – something I noted last week in Harvard Business Review.
At a technical level, it’s pretty straightforward to implement LDU…
To enable LDU using geolocation:
fbq(‘dataProcessingOptions’,[‘LDU’], 0, 0);
To enable LDU for users and specify included geographic regions:
fbq(‘dataProcessingOptions’,[‘LDU’], 0, 1000);
To NOT enable LDU mode, use:
fbq(‘dataProcessingOptions’,[]); fbq(‘init’,’{pixel_id}’); fbq(‘track’, ‘PageView’);
The technical implementation is the good news. The bad news is you’ve got to take responsibility for how you implement this, and the risk rests with your business for the decisions you make. So let’s quickly look at the ways in which you could/should implement this and their pros and cons…
In this approach, you would have no explicit opt-out mechanism and instead enable LDU for all California users.
Pros: Total compliance and zero risks.
Cons: You’re by default electing to remove all California residents from your remarketing even if they have not opted out.
In this approach, you would enable LDU only when a user explicitly opts out of tracking.
Pros: Low(ish) risk and enables you to use some California users’ data.
Cons: Requires a consent management solution that ties directly to how pixels are controlled on your site on a per user basis.
In this approach, you do nothing at all.
Pros: Don’t be silly.
Cons: Read Pros, above.
From a personal perspective, I believe passionately in respectful technology systems that naturally do the right thing for their users, and in that respect it’s positive to see Facebook’s LDU implementation. However, Facebook’s comparably infinite resources and engineering might make it disappointing to see that they’ve passed the buck on sophisticated data processing decisions to their business customers to evaluate the risk and manage their privacy compliance.
Don’t fall into the trap of assuming that Facebook’s scale/sophistication means they’ve got this resolved for you – quite the opposite, Facebook is making your use of their ad platforms your problem from a risk perspective. Ensure you evaluate what data you’re collecting and how you manage user controls for this, whether it’s Facebook or any other ad platform.
And of course, if you want to solve this with as little friction as possible, contact our privacy specialists to set up a demo of Ethyca.
Today we’re announcing faster and more powerful Data Privacy and AI Governance support
See new feature releases enhancing user experience, adding new integrations and support for IAB GPP
Learn more about the privacy and data governance enhancements in Fides 2.27 here.
Read Ethyca’s CEO Cillian Kieran describe why and how an open data governance ontology enables companies to comply with data privacy regulations and frameworks.
Ethyca sponsored the Unpacking Privacy Engineering for Lawyers webinar for the Interactive Advertising Bureau (IAB) on December 14, 2023. Our CEO Cillian Kieran moderated the event and ran a practical discussion about how lawyers and engineers can work together to solve the technical challenges of privacy compliance. Read a summary of the webinar here.
Ethyca’s CEO Cillian Kieran hosted a LinkedIn Live about the newly agreed upon EU AI Act. Read a summary of his talk and find a link to his slides on what governance, data, and engineering teams need to do to comply with the AI Act’s technical risk assessment and data governance requirements.
Our team of data privacy devotees would love to show you how Ethyca helps engineers deploy CCPA, GDPR, and LGPD privacy compliance deep into business systems. Let’s chat!
Request a Demo