Urgent.News

the world's headlines, one feed

Editions

Tech

Phoebe Gates and Sophia Kianni reportedly knew Phia was ‘cookie stuffing’ for months

Phia, the shopping startup co-founded by Phoebe Gates and Sophia Kianni, is once again under fire for its alleged business practices.

Phoebe Gates and Sophia Kianni, the co-founders of the shopping startup Phia, were reportedly aware of the company's "cookie stuffing" practice for months, according to recent reporting by Bloomberg. Cookie stuffing refers to the illegal practice of taking credit and commission for affiliate purchases that the startup did not help generate.

This practice is considered unfair and can lead to lawsuits, as it removes referral revenue from other affiliate marketers. The issue first came to light when Bloomberg published an investigation in July, revealing that Phia was using cookie stuffing to boost its sales. At the time, a Phia spokesperson claimed that the company only learned about the issue after being contacted by Bloomberg.

However, new reporting shows that Gates and Kianni were fully aware of the practice as early as December, based on leaked Slack messages and sources familiar with the matter. The leaked messages also show that the startup executives and engineers were discussing the cookie stuffing practices openly. Phia's spokesperson has since stated that the company rebuffs some of the publication's claims, but is committed to learning from the situation.

The startup, which launched in April with the goal of being a more effective Google Flights-like site for shopping, has faced scrutiny over its aggressive use of affiliate marketing and the loss of nearly half of its full-time employees since the beginning of the year. Additionally, the startup has been accused of collecting sensitive user data without brands' knowledge.

Written by urgent.news from TechCrunch's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at techcrunch.com →

More in Tech

Alembic in Practice: Structure, Revisions, and the Traps SQLite Sets

What those hex filenames mean, why migrations silently applied to the wrong database for two months, and how to widen a CHECK constraint without quietly breaking it.

  • Alembic uses hex filenames for revision IDs
  • Revision and downrevision fields form a linked list
  • Single source of truth for database URL prevents configuration trap

Stop Reinventing the Wheel: A QA Pattern for Date Math in User-Facing Code

Every backend that touches a date of birth ends up reinventing the same arithmetic. I've watched it happen in three codebases this year alone: a fintech KYC service, a healthcare intake portal, and a…

  • Engineers should answer business questions about full years passed and duration thresholds.
  • Create a matrix of test cases covering edge cases in the code repository.