The Web Conference Workshop 2026 Workshop Report

Web Advertising Workshop - Final Report

← Back to Workshop Homepage

The workshop brought together industry leaders, researchers, and innovators to explore cutting-edge advancements in web advertising and browser technology. This workshop focused on emerging technical challenges in the computational advertising ecosystem, specifically addressing brand safety, budget pacing stability, psychological ad placement, and the industrialization of generative fraud. Additionally, a keynote presentation highlighted the evolution of Samsung Browser into an AI-powered, cross-device platform.

This report summarises the technical findings and strategic implications of the 2026 Web Advertising Workshop.

The proceedings highlight a shift toward using Large Language Models (LLMs) for content nuance and advanced control theory for marketplace efficiency, providing a roadmap for both public understanding and the development of future industry standards.

Keynote: The Shift to the "Agentic Web"

Mili Adlakha (Product Manager at Samsung) presented on the evolution of Samsung Browser into an AI-powered, cross-device platform. The browser is transforming from a passive window to the web into an intelligent layer that understands user intent, assists in achieving goals, and mediates relationships between users, brands, publishers, and agents.

The digital landscape is transitioning from a traditional model where browsers were passive "windows to the web" to an AI-powered, agentic web. In this new era, browsers like the Samsung Browser act as intelligent layers that understand user intent, synthesise information across multiple tabs (e.g. researching laptops across reviews and retailer pages), and preserve that intent across devices. Instead of merely rendering pages, the browser helps users interpret and organise the web, shifting their role from "searching for things" to "deciding what to do with what you find".

This shift is particularly significant for immersive and AR-assisted commerce. In spatial product previews, virtual try-ons, in-store AR mirrors, 3D configurators, marker-triggered product experiences and other immersive retail journeys, the user may not follow the traditional path of searching, opening a page, seeing an ad, clicking and converting. Instead, an AI agent may interpret a product experience, compare alternatives, summarise options, preserve user intent across devices or recommend a transaction before a conventional page visit or ad impression occurs. This reinforces a key concern: emerging advertising platforms may require new definitions of commercial influence, attribution and value exchange when the primary intermediary is an agent rather than a human navigating page by page.

The Browser as "Trust Mediator"

A fundamental shift is occurring where browsers are becoming agentic, moving from "showing pages" to "shaping journeys". For standardisation experts, this necessitates a move toward protocols that support bounded autonomy, where AI agents have narrow, scoped authority rather than ambient access to user data.

The future browser is no longer defined by how many pages it can load, but by its bounded autonomy or its ability to act responsibly on behalf of its users. This requires four pillars of trust:

  • Machine-Readable Trust: Privacy policies must evolve from human-legal text to machine-readable protocols that AI agents can interpret directly.
  • Publisher Value Exchange: Standards like the Content Monetization Protocol (CoMP) are proposed to allow AI systems and content owners to exchange permissions and licensing terms, ensuring value flows back to creators when agents summarise or synthesize their content. CoMP ensures creators are compensated when agents summarise their work.
  • Privacy as Architecture: Moving to partitioned states (e.g. CHIPS) where data follows the task, not the user. Browsers like Samsung's are moving beyond mere content sync to preserving intent across device ecosystems. Specifications must account for how user intent (e.g. researching a product across multiple tabs) can be preserved and communicated to ad-tech systems without compromising privacy.
  • Visible Mediation: Ensuring users always know when the browser is helping, when it is recommending, and when it is acting on their behalf. In the agentic era, the browser is the coordination layer for the web—mediating the delicate relationships between users, brands, and publishers in an increasingly automated world.

The brainstorming feedback extended this trust-mediation role to immersive and physical to digital commerce. Participants noted that commercial recommendations made through AI browsers, voice assistants, XR interfaces or AR shopping tools may not generate familiar signals such as impressions, clicks or sessions. This creates a gap in how brands are represented, how publishers or retailers are compensated, and how users understand whether a recommendation is neutral, personalised or commercially influenced. In immersive environments, the browser or agent may therefore need to mediate not only web content, but also spatial product information, marker triggered experiences, sensor permissions, accessibility fallbacks and transactional intent.

Privacy-Preserving Architecture and Scoped Consent

The keynote speech highlighted that in an agentic world, privacy must be an architectural foundation rather than a settings page.

  • Partitioned State and CHIPS: Standardisers are encouraged to continue the trajectory of Cookies Having Independent Partitioned State (CHIPS) and tightening SameSite attribute handling to ensure that cookie access is strictly scoped to specific site contexts.
  • Consent Portability: Consent must travel through the entire stack, moving across ad-tech systems and agentic workflows to ensure that user preferences are respected at every request boundary.
  • For Immersive Commerce: Consent portability must also account for spatial and sensor derived data. AR and WebXR experiences may involve information about a user's room, body movement, hand interaction, gaze derived attention, device pose, physical surroundings or marker triggered entry points. The survey feedback emphasised that consent cannot remain a page level banner if downstream systems, agents, measurement providers or ad platforms continue to process data in ways that do not reflect the user's choice. In immersive contexts, this becomes even more important because the data involved may reveal not only browsing intent, but also aspects of the user's environment, physical behaviour and accessibility needs.
  • The Prompt Injection Risk: A critical security requirement for agentic browsers is mitigating prompt injection, where malicious content can hijack an AI agent. Standardising least privilege and mandatory audit trails for agent actions is essential for long-term user trust.

The Research Track

Accepted Papers

  1. Towards Automated Brand-Safety Detection: A Novel Dataset and Comparative Analysis of Language Models, Xin Peng and Gerald Penn
  2. Feedback Control for Small Budget Campaigns in Advertising, Sreeja Apparaju, Yichuan Niu and Xixi Qi
  3. Calculating Narrative Tension for Ad Placement in Online Narrative Fiction, Vedansh Mehta, Sajad Shirali-Shahreza and Gerald Penn
  4. Anatomy of Generative Scam Campaigns in Online Advertising Ecosystems, Ewelina Bartuzi-Trokielewicz and Alicja Martinek
  5. Smart Fast Finish: Preventing Overdelivery via Daily Budget Pacing at DoorDash, Rohan Garg, Yongjin Xiao, Jason Yang and Mandar Rahurkar

Research Highlights

  1. Brand-Safety Detection: New datasets and fine-tuned models improve safety classification, though challenges remain in nuanced categories like "Debated Sensitive Social Issues."
  2. Budget Pacing: Innovative controllers like the Bucketized Hysteresis Controller (BHC) enhance stability for small-budget campaigns.
  3. Narrative Tension: AI can identify optimal ad placement points in online fiction, though inter-annotator reliability is a concern.
  4. Scam Campaigns: Campaign-level analysis reveals the use of cloaking and variants to evade detection.
  5. Smart Fast Finish: Dynamic start-time adjustments reduce overdelivery in ad campaigns.

Research Outcomes

Content Integrity and Automated Brand Safety

As the volume of user-generated content (UGC) grows, the industry faces a "nuance gap" in protecting brand reputations.

  • Brand Safety Dataset: Researchers presented the first comprehensive English text dataset for brand safety using Wattpad stories, utilising the GARM framework to classify nine safety categories, using 435 chapters from Wattpad annotated against the GARM framework. The study revealed that while zero-shot LLMs like ChatGPT show promise for explicit content, domain-specific fine-tuning (e.g., RoBERTa) remains essential for nuanced categories such as "Debated Sensitive Social Issues".
  • The GARM Framework: The use of the Global Alliance for Responsible Media (GARM) floor remains the primary taxonomical source for brand safety. However, the "nuance gap" in zero-shot LLMs suggests that domain-specific fine-tuning (e.g., RoBERTa) is required for reliable on-device or TEE-based classification.
  • The Nuance Gap: The study revealed that while zero-shot Large Language Models (LLMs) like ChatGPT can identify explicit content, they struggle with context-dependent safety issues, particularly "Debated Sensitive Social Issues".
  • Technical Benchmarking: Fine-tuned encoder models like RoBERTa demonstrated superior consistency, maintaining F1 scores above 0.83 by optimising for multi-label classification and learning the relationships between safety categories.

Algorithmic Marketplace Stability and Budget Pacing

The second session focused on the mathematical stabilisation of ad delivery, particularly for campaigns sensitive to auction volatility and attribution lag. Ensuring that ad marketplaces remain stable, especially for small advertisers, requires moving beyond ad-hoc tuning toward rigorous control-theoretic frameworks.

  • Bucketized Hysteresis for Small Budgets: To address the extreme sensitivity of small-budget campaigns, researchers introduced the Bucketized Hysteresis Controller (BHC). By discretising error space into bands and applying multiplicative updates, the "slowed-bands" variant reduced pacing error by 13% and λ-volatility by 54% compared to legacy production systems.
  • Mitigating Overdelivery via Smart Fast Finish (SFF): DoorDash presented a solution for delayed attribution and overdelivery, where advertisers are billed for conversions that occur after a budget is depleted due to lag. SFF uses a non-linear function to dynamically set ASAP start times based on 6-month historical overspend ratios, successfully reducing average overdelivery from 7% to 4.7% while increasing campaign "live hours" by 4.2%.

Psychological Contextualisation of Ad Placement

As browsers take on more synthesis and summary tasks, the standards for identifying "safe" and "appropriate" context must be refined. The paper proposed a shift toward Narrative Tension as a metric for placement. It explored how deep learning can better align advertisements with the context and psychological state of the reader.

  • Baroni's Tripartite Model: Based on the poetics of plot, the paper evaluated how LLMs could detect Suspense, Curiosity, and Surprise.
  • Narrative Tension Profiles: Proposing narrative tension (suspense, curiosity, surprise) as an ad-insertion metric offers a more psychological approach than arbitrary time-based breaks. However, the extremely low inter-annotator reliability (κ = 0.08) suggests that "psychological appropriateness" remains difficult to standardise objectively.
  • The Reliability Challenge: A critical finding for standardisation experts was the extremely low inter-annotator reliability (κ = 0.08) among human readers. This suggests that while LLMs can generate consistent "tension profiles," the industry still lacks a stabilised, objective definition of what constitutes a "high-tension" moment for a general audience.

Defensive Architectures Against Generative Fraud

The emergence of generative AI has industrialised scam production, rendering traditional "asset-level" detection (checking one ad at a time) obsolete. Also, Generative AI has industrialised deception, lowering the time to create convincing phishing from 16 hours to 5 minutes, with a 14-fold surge in AI-generated campaigns recently.

  • Anatomy of Generative Scams: A 1.5-year longitudinal study revealed that scammers have shifted from individual ads to industrialised production pipelines. Fraud is now organised into a multi-layered hierarchy: Narratives → Production Templates → Creative Variants → Cloaking Layers to scale.
  • The Role of Cloaking: Findings show that auxiliary "cloaking" content (neutral or synthetic filler) is used as a first-class strategy to dilute abuse signals and mask core scam creatives. Because adversaries generate massive volumes of near-duplicate variants through minor perturbations, the workshop concluded that artifact-level detection is structurally disadvantaged and must be replaced by campaign-level structural analysis.
  • Operational Findings: Scammers use synthetic audio (found in 95% of analysed creatives) as a cheap narrative carrier while rotating thousands of near-duplicate visual variants to evade filters.
  • Strategic Imperative: Mitigation must shift to campaign-level analysis, targeting the "production templates" and "bursty" publication patterns rather than individual files. Standards must ensure that privacy obfuscation does not inadvertently hide the structural signals (like bursty publishing patterns and auxiliary cloaking content) needed to identify these coordinated pipelines.

Concerns Raised During the Research

Agent-Mediated Advertising and the Loss of Traditional Signals

A recurring concern from the brainstorming responses was that emerging platforms disrupt the basic assumptions of the current advertising ecosystem. Traditional advertising models depend on a chain of human actions: a user searches, visits a page, sees an advert, clicks and converts. AI browsers, voice assistants and XR environments may break this chain because the agent can recommend, compare, filter or transact before the user ever opens a conventional page. Participants argued that this is not merely a measurement problem, but a more fundamental question about what advertising means when the decision-making intermediary is a machine.

This issue becomes especially relevant for immersive commerce. In AR product previews, virtual try-ons, 3D configurators, spatial shopping environments or marker-triggered retail experiences, the commercial interaction may be exploratory, embodied and agent assisted rather than page based. The workshop therefore identified a need to define concepts such as agent mediated recommendations, immersive product influence, spatial engagement and agent mediated impressions before these behaviours become embedded in proprietary platform models.

Trust, Disclosure and Commercial Influence

Participants highlighted that there is limited empirical evidence on how users interpret commercial recommendations made by agents. It remains unclear whether users perceive agent recommendations as neutral assistance, personalised advice, paid placement or brand influence. This concern is amplified in immersive environments, where recommendations may be presented through spatial interfaces, product overlays, AR mirrors, virtual showrooms or contextual objects in the user's surroundings.

The report should therefore recognise the need for research into how disclosures, labels and explanations affect user trust in immersive and agent-mediated commerce. This includes whether users understand when an agent is recommending a product because it is genuinely relevant, because it has a commercial relationship with a brand or because certain products are more machine readable or better represented in structured data.

Consent, Data Flows and Sensor-Derived Context

The survey responses strongly emphasised the gap between consent banner compliance and actual behavioural compliance across the advertising stack. Participants argued that companies need to audit whether user choices genuinely change how data moves through downstream systems. In immersive and WebXR contexts, this issue expands beyond cookies and identifiers to include sensor derived, spatial and environmental data.

Immersive advertising may involve signals such as spatial placement, interaction timing, physical movement, room context, product markers, accessibility adaptations or agent mediated user preferences. Participants therefore identified consent propagation as a central standardisation challenge: user choices should travel with data requests, agent actions and measurement events rather than remaining at the original page boundary.

Shared Abuse Infrastructure Across Emerging Platforms

Participants also raised the concern that abuse infrastructure is increasingly shared across many different bad actors. Scam campaigns may reuse cloaking templates, creative variants, asset pools and campaign structures across multiple platforms. This creates a particular risk for emerging platforms, including immersive and agentic environments, because they may not yet have enough historical data to recognise known abuse patterns.

For immersive advertising, the equivalent risk may include reused deceptive templates for AR overlays, fake product previews, misleading marker triggered experiences, synthetic product demonstrations or manipulative spatial interfaces. Participants suggested that research and standardisation should shift from analysing isolated scam creatives to identifying reusable infrastructure, shared templates and cross-platform abuse patterns.

Privacy and Post-cookie Advertising

The discussions in brainstorming emphasise the challenges posed by agentic browsers, which disrupt traditional browsing models and threaten current post-cookie infrastructures. These browsers, where AI agents research without user interaction, could lead to a measurement crisis in 3–5 years. To address this, new attribution frameworks focused on influence rather than action are needed, and the W3C Attribution standard should include agentic scenarios. Brands and publishers must also optimise for AI recommendation presence.

The post-cookie transition has negatively impacted publisher economics, especially for smaller publishers, leading to ad spend concentration in walled gardens. To address this, research should quantify the transition's impact on revenue, and content monetisation standards like CoMP should ensure publishers are compensated for AI-generated summaries. Publishers must proactively build authenticated audience relationships and adopt structured content metadata to stay competitive. Content monetisation for AI-consumed content is a near-term problem with aligned incentives, and implementing minimal content access standards can pave the way for future frameworks.

Brainstorming Sessions

Immersive Web and Emerging Platform Implications

The brainstorming responses suggest that immersive and emerging advertising platforms should not be treated as a separate future issue, but as part of the same transition toward agentic, privacy-preserving and trust mediated web advertising. AI browsers, voice assistants, WebXR experiences, AR shopping tools and marker triggered commerce flows all challenge the assumption that advertising begins with a human viewing a page and ends with a click.

The workshop therefore identified a need for further work on immersive commerce measurement, agent readable product experiences, physical to digital entry points, accessibility aware agents, sensor data boundaries and transparent commercial influence. These issues connect directly to the broader standardisation questions raised throughout the workshop: how to preserve user trust, maintain publisher and retailer value, protect privacy, and keep emerging advertising models interoperable across the open web.

Post-cookie Implications

The discussions emphasize the challenges posed by agentic browsers, which disrupt traditional browsing models and threaten current post-cookie infrastructures. These browsers, where AI agents research without user interaction, could lead to a measurement crisis in 3–5 years. To address this, new attribution frameworks focused on influence rather than action are needed, and the W3C Attribution standard should include agentic scenarios. Brands and publishers must also optimise for AI recommendation presence.

The post-cookie transition has negatively impacted publisher economics, especially for smaller publishers, leading to ad spend concentration in walled gardens. To address this, research should quantify the transition's impact on revenue, and content monetisation standards like CoMP should ensure publishers are compensated for AI-generated summaries. Publishers must proactively build authenticated audience relationships and adopt structured content metadata to stay competitive. Content monetisation for AI-consumed content is a near-term problem with aligned incentives, and implementing minimal content access standards can pave the way for future frameworks.

Academic Impact Summary

For the general public, these advancements mean a digital experience where advertisements are less disruptive to reading, more aligned with personal safety expectations, and less likely to be fraudulent. However, the "industrialisation" of content generation means that users must remain aware that high-fidelity media (especially in health and finance) is now often the product of automated, multi-layered scam pipelines.

For the public, immersive and AR assisted advertising could provide clear benefits when it helps people make better decisions, such as previewing furniture in a room, trying products virtually, comparing items through an assistant or receiving support when a conventional website is difficult to perceive or interact with. Participants also noted that agents may support users with situational or minor to moderate impairments, including people who are busy, distracted, unfamiliar with accessibility settings or facing temporary or situational barriers.

However, the same capabilities increase the need for transparency and user control. If an agent interprets immersive product experiences, filters options, compares brands or initiates purchases, users need to understand when the agent is assisting, when it is recommending, and when commercial influence may be present. Trust is especially important when users depend on the agent as an assistive layer.

The workshop identified several critical gaps for future research:

  1. Contextual Generalisation: Developing safety models that adapt to evolving social debates without constant retraining.
  2. Adaptive Control: Moving toward multi-modal controllers (e.g., "Turbo" vs. "Fine" modes) that can dynamically switch gains based on real-time tracking errors.
  3. Continuous Psychological Scaling: Transitioning from binary (high/low) tension markers to continuous scales to identify "narrative knots" more precisely.
  4. Pipeline-Centric Defense: Shifting moderation efforts from individual asset review to identifying the underlying production templates used by coordinated scam networks.

Standardisation Impact Summary

1. The Browser as Mediator and Strategic Mediator

The browser is evolving into the central coordination layer for the web, mediating relationships between users, brands, publishers, and agents. For standardisation, this necessitates moving beyond "passive rendering" specs toward protocols that support bounded autonomy, where agents have scoped authority rather than ambient power. A critical lesson from the Privacy Sandbox initiative is that this mediation must be transparent and work for all stakeholders to avoid becoming a new form of gatekeeping. This trajectory can have impacts on the standard scope of web user agents.

2. Privacy-Preserving Architecture and Scoped Consent

  • Machine-Readable Trust: Privacy policies must shift from human-oriented legal text to machine-readable rules that AI agents can interpret directly.
  • Partitioned State: Standards like CHIPS (Cookies Having Independent Partitioned State) and the tightening of SameSite attributes are foundational to Samsung's approach to browser privacy, moving away from broad cross-site tracking.
  • Consent Portability: Privacy preferences must travel through the entire stack, across ad tech systems and agentic workflows, requiring new standardised ways to communicate scoped permission.

3. Rethinking Attribution and Monetisation Protocols

  • Upstream Attribution: Current models built on "the click" are insufficient for AI-mediated journeys where influence occurs during the synthesis phase. Measurement must evolve to capture "recommendation influence" rather than just last-click conversion.
  • Content Monetization Protocol (CoMP): There is a critical need for frameworks like CoMP to allow AI systems and publishers to exchange permissions and licensing terms, ensuring value flows back to creators when agents summarise or recommend their content.
  • Server-Side Signals: As browser-side observability declines, standards should prioritise trusted server-side events and privacy-safe data collaboration environments (clean rooms).

3a. Immersive and Agent-Mediated Commerce

  • Agent Mediated Impressions: Current ad measurement assumes page visits, impressions, clicks and conversions. Immersive and agent mediated journeys may require new definitions for influence, including when an agent recommends, summarises, compares or selects a product without the user seeing a conventional advert.
  • Spatial Product Metadata: AR assisted shopping, 3D configurators, virtual try-ons and marker triggered commerce experiences require product information that can be interpreted by humans, browsers and AI agents. Standardisation may be needed around how 3D products, spatial interactions, product constraints, accessibility fallbacks and commercial relationships are described.
  • Physical to Digital Entry Points: QR-code like markers, product packaging, shelf labels, posters, catalogues and receipts can act as bridges between physical commerce and digital or immersive experiences. Standards work should consider how these entry points are recognised, described and made usable by both people and agents, while protecting privacy and accessibility.
  • Sensor and Context Boundaries: Immersive advertising creates new consent boundaries around spatial data, device pose, hand input, environment understanding and other context-sensitive signals. Standards should support data minimisation, clear permission boundaries, and user control over how spatial or sensor-derived data is used for advertising and measurement.

4. Integrity and Anti-Fraud Standards

  • Campaign-Level Structural Analysis: Standardisers must account for the shift from artifact-level detection to campaign-level analysis. If privacy specs obfuscate all cross-asset signals, platforms may lose the ability to detect industrialised fraud pipelines that use "cloaking" to hide scam creatives.
  • Cross-Platform Threat Intelligence for Emerging Interfaces: Participants noted that newer platforms may lack historical data to recognise reused scam infrastructure. For immersive and agentic interfaces, this suggests a need for shared ways to report infrastructure level abuse signals, such as reused templates, cloaking patterns, asset pools, suspicious marker-triggered flows or synthetic product demonstrations, without exposing personal user data.
  • Prompt Injection Mitigation: Security specs for agentic browsers must incorporate the principle of "least privilege" to prevent hijacking through untrusted content, requiring an auditable trace for every agent action.

5. Technical Pacing and Auction Stability

  • Hysteresis-Based Controllers: For private auction environments (e.g., Protected Audience), the use of Bucketized Hysteresis provides a blueprint for stabilising small-budget campaigns, which are prone to oscillations in high-gain regimes.
  • Delayed Attribution Handling: Pacing standards must address "overdelivery" via non-linear timing functions (like Smart Fast Finish) to handle the conversion-lag inherent in charge-per-conversion models.

Summary For Standardisation Experts

Domain Technical Insight Proposed Spec Strategy
Security Zero-shot safety is insufficient for nuanced context. Optimise fine-tuned encoder models for on-device safety.
Pacing & Bidding Small budgets require multi-step hysteresis. Standardise bid-modifier handling for high-sensitivity regimes.
Attribution Reporting Lag causes 4.7% to 7% overdelivery. Integrate delayed attribution feedback into pacing control.
Identity & Consent Discovery is moving to synthesis/recommendation. Develop CoMP (Content Monetization Protocol) for agent-summary licensing.
Integrity & Fraud Scams use cloaking and production templates. Enable campaign-level signal aggregation while preserving user anonymity.

Additional Immersive and Emerging-Platform Considerations

Domain Technical Insight Proposed Spec Strategy
Agentic Commerce AI agents may recommend or select products without generating a traditional impression, click or page session. Define concepts such as agent mediated impression, commercial affiliation disclosure and auditable recommendation influence.
Immersive Commerce AR previews, virtual try-ons, 3D configurators and spatial shopping experiences need to be interpretable by humans and agents. Develop guidance for spatial product metadata, accessibility fallbacks and machine-readable immersive product descriptions.
Physical to Digital Entry Points QR-like markers, shelf labels, packaging and receipts can trigger immersive or agent-assisted commerce flows. Align marker triggered experiences with structured product data, privacy preserving tracking and agent readable metadata.
Consent and Sensor Data XR experiences may involve spatial, behavioural or environmental signals beyond traditional web identifiers. Ensure consent signals travel with agent requests, sensor-mediated interactions and downstream measurement events.
Emerging Platform Integrity Scam infrastructure can migrate to newer platforms before they have historical detection data. Standardise lightweight infrastructure level abuse signals that can be shared across platforms while preserving user privacy.

Conclusion

The workshop underscored the importance of innovation, collaboration, and responsible design in shaping the future of web advertising and browser technology. The workshop also highlighted that immersive and agent mediated advertising will require early coordination before poor defaults become embedded. As commerce moves into spatial interfaces, AI-mediated journeys and physical to digital entry points, the ecosystem will need shared approaches to consent, measurement, disclosure, accessibility, trust and fraud prevention.

By addressing challenges and leveraging new opportunities, the industry can create a more secure, efficient, and user-friendly web ecosystem.

Contact

For further information or collaboration opportunities, please reach out to: