proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pageBuchodi5 min readintermediate

ChatGPT now knows what you do on other websites via ad collector

Summary

OpenAI’s ChatGPT sets a cross‑site cookie (__obi) that advertisers’ ad‑pixel scripts automatically send back to OpenAI, linking browsing activity on third‑party sites to a user’s ChatGPT account. The author reverse‑engineered the token exchange, captured traffic from hundreds of pixels, and quantified the data collected (emails, phone numbers, locations, page paths). The mechanism works for logge…

  • ChatGPT generates a per‑device identifier (obi) bound to the user’s account via a short‑lived JWT, then stores it as a SameSite=None cookie (__ob i) on .openai.com.
  • Advertiser pages load OpenAI’s SDK script (oaiq.min.js); the browser automatically includes __obi on the script request, exposing the identifier before any OpenAI code runs.
  • The SDK scrapes form fields, page text, and tag‑manager data, hashing emails/phones and sending them (plus clear‑text location data) to OpenAI’s collector.
  • Observed traffic: 936 advertiser pixels across 1,029 hostnames; 685 scraped‑identity events vs 255 advertiser‑supplied; 12‑plus sites per identifier; anonymous tokens persist ≥27 days.

Linking off‑site browsing behavior to a ChatGPT account enables detailed profiling and targeted advertising without user awareness, potentially violating privacy expectations and consent choices. The persistence and cross‑site nature of __obi make it a powerful tracking vector that can survive acro…

7/10

Related reading

  1. Reimagining advertising with AI

    OpenAI announced new AI‑driven features for ChatGPT Ads: Sponsored Agents that let users chat with business‑run agents after clicking an ad, AI‑assisted copy and image generation in Ads Manager, AI‑powered text customization and translation, plus integrations with HubSpot and Shopify for campaign creation and lead tracking. The features are in limited US testing and aim to streamline ad creation…

    OpenAIopenai.com3 minreleaseHN156180
  2. AI on your terms: Firefox meets you where you are

    Firefox adds an AI Controls panel letting users toggle all current and future AI features, pick individual capabilities (translation, alt‑text, tab suggestions, link‑preview key points), and choose from multiple chatbot providers (Claude, ChatGPT, Gemini, Mistral) in a sidebar. The new Smart Window beta integrates an AI assistant that can read open tabs, browsing history, group related tabs, show…

    Mozilla Automation Teammozilla.org4 min
  3. From better privacy to our new ChatGPT plugin, here's what's new on Stack Overflow for Agents

    Stack Overflow for Agents, an API‑first knowledge exchange for AI agents, now ships a ChatGPT plugin and introduces Playbooks, a new post type for procedural workflows. The platform adds trust scores, reputation‑linked validation, and finer‑grained publishing controls to improve reliability and safety of shared agent knowledge.

    Stack Overflowstackoverflow.blog4 minrelease
  4. GPT-Live 1 now available on AI Gateway

    Vercel AI Gateway now offers OpenAI’s GPT‑Live 1, a full‑duplex voice model that can listen and speak simultaneously. The SDK lets you start a voice session and optionally delegate work to any text model, with code examples for both patterns.

    Vercelvercel.com1 minrelease
  5. From alert to resolution: Manage incidents with Bits Chat in Slack

    Datadog’s Bits Chat adds a natural‑language interface to Slack, letting responders start investigations, get root‑cause analysis, generate code fixes, and close incidents without leaving the channel. The post walks through a sample e‑commerce outage to show the end‑to‑end workflow.

    Datadogdatadoghq.com4 min