How Third-Party Cookies Work
- User visits your site
- You embed Meta Pixel
- Meta Pixel code loads
- Meta's servers send a cookie to user's browser
- Cookie stored on user's device
- Later, on different site with Meta Pixel, cookie is sent to Meta
- Meta recognizes user across multiple sites
VPPA's Position
VPPA doesn't specifically regulate cookies. But if a cookie enables disclosure of PII about video watching, VPPA applies.
What Consent Is Required
Generic cookie consent ("We use cookies to improve experience") is insufficient.
You need specific disclosure:
"Meta Pixel sets a cookie to identify you across websites. This enables Meta to see which videos you watch on our site and other sites you visit. This data is used for advertising."
How to Block Third-Party Cookies Until Consent
Option 1: Content Security Policy
Prevent third-party cookies until consent given
Option 2: JavaScript
Block third-party requests until consent recorded
Option 3: Tag Manager
Load pixels only after consent is given
What to Disclose About Cookies
- What cookies are used (Meta Pixel, Google Analytics, etc.)
- What data they collect
- Who receives the data
- Why you use them
- User choice (can user opt-out?)
The infrastructure answer
The free PieEye compliance scan identifies whether your website has the VPPA vulnerabilities that plaintiffs' attorneys look for — tracking pixels firing on video pages without consent, data flowing to third parties before users have agreed, and policy-to-practice mismatches.
For the complete VPPA compliance framework, see our VPPA compliance guide. For consent mechanisms that satisfy VPPA, see VPPA consent mechanisms. For Meta Pixel specifically, see Meta Pixel and VPPA.
Run a free PieEye compliance scan — it takes minutes, requires no code changes to initiate, and tells you exactly what a plaintiffs' attorney's scanning tool would find if it looked at your website today.
Real-World Cookie Disclosure Gaps on eCommerce Sites
Most Shopify and BigCommerce stores have a cookie banner, but the disclosures are often vague. Your banner might say "We use cookies for analytics and marketing," but that doesn't tell visitors which third parties are receiving their data or how that data flows.
Here's what plaintiffs' attorneys look for: a mismatch between what your privacy policy says and what actually happens on your site. If your policy mentions Google Analytics but not the Pinterest Tag, you've already created a vulnerability. If you say data is "anonymized" but Meta Pixel is receiving hashed email addresses, that's another red flag.
The practical fix is to audit your actual pixel and tag stack first. Open your site in a browser, use DevTools or a tag auditing tool, and list every third-party script that fires. Then cross-check that list against your privacy policy and cookie banner. If you're running Meta Pixel, Google Analytics, TikTok Pixel, and Klaviyo tracking, all five need to be named and described—not grouped into "marketing partners."
For video-heavy eCommerce brands (product demos, unboxing, testimonials), the stakes are higher. If you embed video on your product pages and Meta Pixel fires on those pages without explicit consent, VPPA exposure increases. Your disclosure needs to be specific to video: "When you watch videos on our site, Meta Pixel records this activity and shares it with Meta for advertising purposes."
Audit your site quarterly. Third-party integrations change. New tools get added to your Shopify admin. If you connect a new email platform or SMS tool, they often add tracking cookies—and your disclosures need to keep pace.
The Consent Timing Problem
Timing matters. There's a difference between asking for consent before a pixel fires and asking after.
Most cookie banners use an "implied consent" model: the user sees a banner with an "Accept" button and an "Agree" link buried in the footer. The site assumes silence = acceptance. Under VPPA, this approach is risky. Plaintiffs' attorneys argue that passive or pre-checked consent doesn't meet the "affirmative, informed consent" standard—especially for video tracking.
Your safest approach: block third-party pixels from firing until the user actively consents. This means Meta Pixel, Google Analytics, and other trackers stay dormant until the visitor clicks "Accept Cookies" or similar language.
The technical challenge: if you're using a tag manager like Google Tag Manager, you need to configure it to respect consent signals before tags fire. If you're using Shopify's built-in analytics, ensure it doesn't load third-party pixels until consent is granted. Some apps in the Shopify App Store auto-inject tracking without waiting for consent—a major compliance risk.
Klaviyo is another common source of timing issues. If Klaviyo's tracking code fires immediately (before consent), and it collects email or browsing data, you're exposing yourself. Set up Klaviyo to load only after consent verification.
Document the order of events: consent banner loads → user clicks "Accept" → pixels fire. If a pixel fires before that acceptance is recorded, you have a liability.
Cookie Persistence and User Rights
Third-party cookies don't expire quickly. Meta's tracking cookie can persist for 90 days or longer. Google Analytics cookies last months. Over that time window, if a user requests deletion of their data (a Data Subject Access Request or DSAR), you need to be able to honor it.
This creates an operational burden. When a user emails and says "Delete my data," you can't just delete your own database records. You also need to tell Meta, Google, and any other third parties that received the user's data to delete it too. Most third-party platforms have a process for this, but it requires setup on your end.
For eCommerce brands using Shopify, you need a process to handle DSARs. Shopify has some built-in tools, but they don't automatically communicate deletion requests to all third parties. You need manual workflows or an integration to send deletion requests downstream.
Users also have the right to opt out of cookie-based tracking. Your disclosure should include a link to opt-out mechanisms—Meta's ad preferences tool, Google Analytics opt-out browser extension, etc. If your banner doesn't mention opt-out, you're not giving users the full picture.
When third-party cookies and data flows span multiple platforms, managing compliance becomes complex fast. A tool that continuously monitors what's firing on your site, verifies consent is captured before data leaves your domain, and tracks where user data flows can be the difference between staying compliant and facing litigation.