Ezoic published a rundown of nine new platform capabilities on July 10, 2026, spanning integration, monetization, identity and analytics, with the company crediting a 23.6 percent quarterly rise in network earnings per thousand visitors to the same underlying strategy of extracting more revenue from existing audiences rather than chasing new traffic.

The announcement, written by Tyler Bishop and published on the Ezoic blog, arrives at a moment when publishers across the open web are confronting a well-documented decline in search referral traffic. Six of the nine capabilities are available immediately to all Ezoic customers. The remaining three, covering subscriptions, user acquisition and revenue dashboards, sit in early access and require contact with a Customer Success Manager, with general availability described only as expected "in the near future."

What the announcement covers

Ezoic frames the release as addressing four separate categories of publisher need: integration, monetization, identity and analytics. According to the company, Network EPMV, its shorthand for earnings per thousand visitors measured across its entire publisher network, grew 23.6 percent in the first quarter of 2026. That figure functions as the article's central justification; each of the nine features is presented as serving the same underlying goal of monetizing an existing audience more effectively, rather than acquiring a larger one.

The distinction matters because it sets Ezoic's release apart from a genre of platform announcements that emphasize reach or scale. Instead, this rundown reads as an operational catalog, working through six live features before turning to three that remain gated behind direct outreach.

The AI Setup Assistant

The first capability is an AI Setup Assistant, which Ezoic describes as providing expertise on placements, integration patterns and platform-specific setup, while also producing working code for implementation. Two access paths exist. Publishers can chat with the assistant directly from the EzoicAds dashboard, or they can connect it to an AI coding tool, specifically naming Cursor, Claude Code, VS Code, Codex and ChatGPT, as a Model Context Protocol server. That connection, according to Ezoic, gives a publisher's own coding agent full knowledge of how to implement the platform.

A worked example in the announcement shows a publisher asking, in plain language, how to place an ad after every second paragraph on a WordPress site. The assistant responded with numbered setup instructions and a complete PHP code snippet using WordPress content filters, rather than a link to static documentation. The MCP server address is published as https://setup-agent.ezoic.com/mcp, and the dashboard includes a one-line prompt that publishers can paste into any MCP-capable assistant to configure the connection automatically.

MCP-based connections between advertising infrastructure and third-party AI tools have moved from pilot projects into production elsewhere in the industry, as demonstrated in a Czech Republic pilot where a sell-side agent communicated directly with a buying AI over an internally built MCP gateway. Amazon Publisher Services took a comparable step in May, introducing a conversational assistant called Publisher Supply AI built to answer bid-signal and performance questions without manual report exports.

Monetization for HTML5 web games

The second capability is a software development kit built for HTML5 games running inside an iframe, served from any origin including a content delivery network, that can show advertisements drawn from the hosting domain's ads.txt file. Ezoic describes this as following what it calls the industry-standard distribution model: a studio builds a game once, distributes it to any portal, and each host site monetizes it correctly according to its own ad inventory rules.

The SDK's advertisement calls are structured around gameplay events. Named functions include commercialBreak, rewardedBreak, banner show and hide, preroll and video. According to the announcement, advertisements run at natural pauses in play, such as between levels, on player retries, or when a player opts into a rewarded advertisement in exchange for an in-game benefit. Rewarded advertisements, Ezoic states, earn between 6 and 15 times the cost per thousand impressions of standard display advertising across its network. Publishers can start with getting-started documentation, and a working demonstration with a live SDK event log runs at https://examples.ezoic.com/game-sdk/.

Framework SDKs and placement flexibility

Ezoic maintains official open-source SDKs for three frontend frameworks: React, Vue and Angular. A structural change accompanies these SDKs. Ad placements no longer require dedicated identifiers; the showAds function can now target any HTML element directly. For sites using infinite-scroll layouts, meaning feeds that load continuously as a visitor scrolls, the platform fills every mapped placeholder and then automatically recycles the oldest identifiers as the feed grows. That recycling means long browsing sessions keep generating advertising revenue past the point where a publisher originally defined placements, an architecture problem that traditional fixed-div ad integrations have historically handled poorly.

A simplified setup pattern lets developers mark ad spots with plain HTML elements carrying a shared class, then trigger a single showAds call using a CSS selector rather than one script per placement. Configuration data attributes control sizing across desktop, mobile and tablet, device targeting, fluid behavior and location labeling for reporting purposes. The SDKs themselves are hosted on GitHub, and working open-source examples exist for every implementation pattern Ezoic supports, including standard identifiers, identifier-less placement, each individual framework, and the web games SDK.

Visitor Accounts

The fourth capability, Visitor Accounts, is a system for running a publisher's own logged-in user base: signup and login forms, password recovery, and account management. It reuses a publisher's existing Social Login configuration, meaning that Google, Facebook and Apple sign-in credentials, once configured, work for both Google One Tap and Visitor Accounts without separate setup.

Ezoic states the revenue case plainly: logged-in users constitute identified traffic, and identified visitors earn more than 50 percent more revenue than unidentified users. Beyond the direct revenue effect, the company frames account relationships as building a first-party data foundation that the publisher owns outright, distinct from data held by third-party platforms. Visitor Accounts is located in the Identity section of the Ezoic dashboard.

The emphasis on identified traffic sits inside a broader industry conversation about first-party data that has intensified as third-party cookie infrastructure has eroded and as publishers search for direct-relationship signals less dependent on browser mechanics.

Ask AI and custom dashboard widgets

The fifth and sixth capabilities both concern analytics access, and both are available to every account without exception. Ask AI operates inside Big Data Analytics, Ezoic's reporting product, and lets a publisher ask a plain-language question about their own performance data, such as which pages drove a revenue change in the prior week, or how a traffic source performs broken down by device, and receive a direct answer rather than needing to construct a formal report.

Custom widgets extend the same plain-language interface to dashboard construction itself. A publisher describes the widget they want, and the system generates it, including chart type, dimensions, metrics and filters, without manual configuration. Both features are already live: Ask AI inside Big Data Analytics, and custom widgets inside the main Ezoic dashboard.

Similar natural-language analytics interfaces have appeared elsewhere, including at Amazon Publisher Services, built to close the gap between having performance data and knowing what to do with it, and through Google's chatbot support tools across Ad Manager, AdSense and AdMob, aimed particularly at smaller publishers without dedicated technical staff.

Cloudflare integration with scoped API tokens

The sixth capability changes how Ezoic connects to Cloudflare accounts. Rather than requiring a publisher's Cloudflare login credentials, the integration now uses a scoped API token. A single click opens Cloudflare with the specific permissions Ezoic requires already pre-filled; the publisher approves the request, copies the resulting token, and pastes it into the Ezoic dashboard.

The token's scope is limited to exactly what the integration uses: DNS records, zone settings, SSL certificates, cache purge actions and page rules. It can be restricted to a single domain, and it can be revoked by the publisher at any time. Ezoic states the entire process takes about a minute, involves no password sharing, and requires no DNS changes. The token configuration flow appears in every setup process and separately under Settings within Cloudflare.

The early access features

Three additional capabilities exist in limited release rather than general availability. Ezoic frames the underlying logic as a shift in how publishers think about monetization mix: advertising, paid access and reinvestment into audience growth, combined in whatever proportion suits a given site. The company states that all three features are live in production but restricted while product teams collect feedback from the customers currently using them, and that publishers seeking access, or wishing to participate as testers, should contact their Customer Success Manager directly.

Ezoic Subscriptions

Subscriptions is a complete paid-access system encompassing product configuration, checkout and a paywall, managed from within the Ezoic dashboard under a More menu. Setup follows three sequential steps. First, a publisher configures checkout, which requires visitor sign-in and a connected payment account. Second, the publisher creates a product, choosing between recurring or one-time pricing, with an option for free trials. Third, the publisher adds a script and specific paywalled-content markup to the site.

That third step carries particular technical weight. According to Ezoic, the markup tells Google that gated articles are intentionally paywalled rather than cloaked, which keeps that content eligible for inclusion in Search rather than triggering a violation. This distinction connects to a documentation update Google made in August 2025, when it added specific guidance addressing JavaScript-based paywall implementations that embed full article content in server responses and rely on client-side code to hide it until subscription status is confirmed, a pattern Google's guidance states is not a reliable way to limit content access. Ezoic's markup-based approach appears designed to sidestep that exact failure mode by declaring paywalled status explicitly rather than relying on concealment.

The paywall interface itself is edited against a live preview, where publishers click directly on text, prices and buttons to modify them, with a choice between Classic and Modern visual templates, light, dark and automatic color modes, and a configurable accent color. Checkout processing runs through Stripe. For developers building custom integrations, Ezoic exposes two function calls: one that opens the paywall, and one that checks whether a given visitor already holds access. Ezoic describes the resulting value as subscription and membership revenue running alongside advertising, covering premium articles, member-only areas and gated features, without a publisher needing to build billing, authentication or entitlement infrastructure independently.

The timing of a paywall product intersects with an active and unresolved debate about what paywalls do to search visibility more broadly. Liz Reid, who leads Google Search, told a podcast in late June 2026 that paywalls predictably reduce traffic, describing that reduction as an expected outcome of restricting access rather than something AI-driven search specifically caused. Reid also said Google is developing mechanisms to surface content from outlets where a user already holds a paid subscription, extending visibility into AI Overviews and AI Mode. Whether Ezoic's Subscriptions markup interacts with those emerging subscription-recognition features is not addressed in the company's announcement.

User Acquisition

The second early-access feature, User Acquisition, lets a publisher advertise their own highest-earning pages through bidsystem.ai, described as Ezoic's own advertising engine. A publisher selects pages they want more traffic directed toward, and Ezoic builds a campaign for each, including an AI-generated advertisement with a headline, description and image, targeted using relevant keywords at a daily budget the publisher sets.

Advertisements run exclusively across other sites within the Ezoic and bidsystem network, never on the publisher's own site, and campaigns are billed directly from a publisher's existing Ezoic earnings. Campaigns are created in an active state but do not begin spending until funds are added to a linked bidsystem account, functioning as what Ezoic calls a quick start, with budgets, targeting and creative assets available for adjustment at any time inside bidsystem directly.

A second component of this feature addresses publishers who already purchase traffic on outside platforms. Conversion pixels for Google, Meta, Microsoft or a custom JavaScript function can be added, and Ezoic fires each pixel with a prediction of the advertising revenue that specific acquired visitor generated. Ezoic frames the resulting value as closing a loop between what it costs to acquire a visitor and what that visitor subsequently earns, useful particularly where certain pages significantly outearn the rest of a site, or where a publisher currently runs paid acquisition without any advertising-revenue feedback signal at all.

This self-funded acquisition model, where a publisher's own advertising earnings underwrite campaigns to buy more of the traffic that generates those earnings, arrives as broader industry data referenced in recent PPC Land coverage shows small publishers losing 60 percent of search referral traffic over a two-year period, with Ahrefs research separately finding that AI Overviews correlate with a 58 percent reduction in click-through rates for top-ranking pages. Against that backdrop, a feature that generates new inbound traffic by spending a publisher's own advertising revenue represents one direct response to declining organic discovery, whatever its eventual adoption looks like once it reaches general availability.

Revenue Dashboards

The third early-access feature, Revenue Dashboards, produces branded and shareable performance reports. Publishers can apply their own logo and colors, build multi-tab layouts, incorporate saved Big Data Analytics reports and data tables, and prepare templates suited to different stakeholders. Dashboards can run on Ezoic's revdash.com domain, on a publisher's own subdomain, or on a fully custom domain, with live self-updating configurations intended for office displays and team screens.

Ezoic states the value proposition is reporting that can be handed to leadership, clients or a wall monitor without needing to export data and rebuild a presentation manually, alongside a single consolidated view of performance as a publisher adds new revenue streams beyond advertising. The feature is currently linked from the top of the Big Data Analytics interface.

Context for the marketing community

The release lands squarely inside a period of sustained structural pressure on publisher economics that PPC Land has documented across multiple fronts throughout 2025 and 2026. Traffic volatility tied to Google core updates, the expansion of AI Overviews and AI Mode, and a broader shift toward personalized rather than uniform search results have combined to push independent publishers toward diversifying revenue away from a single dependence on advertising impressions tied to organic search traffic.

Ezoic's own competitive positioning has shifted over the same period. Competing ad management network Raptive lowered its own minimum pageview requirement to 25,000 monthly visits in October 2025, moving into territory that smaller networks including Ezoic had previously served with less direct competition, and framing that shift explicitly around a world where traffic volume alone no longer reliably signals site quality.

The identity emphasis running through several of Ezoic's new features, particularly Visitor Accounts and its stated 50 percent revenue premium for identified visitors, mirrors a wider industry pattern. Publishers have faced mounting difficulty identifying their own audiences as third-party cookie infrastructure has degraded, a challenge that has pushed companies across the advertising technology stack toward deterministic, logged-in identity signals as a more durable alternative.

For publishers already using Ezoic, the six generally available features require no new contractual step and can be adopted individually. For those evaluating the three early-access features, the practical requirement is a direct conversation with an assigned Customer Success Manager rather than a self-service signup, and general availability timing remains, per the company's own language, undetermined beyond the phrase "expected in the near future."

Timeline

  • January 21, 2025: PAIR is introduced as an industry identity standard, part of the wider first-party data context surrounding features like Ezoic's Visitor Accounts
  • August 29, 2025: Google adds documentation guidance addressing JavaScript-based paywall cloaking risks, relevant to Ezoic's later paywalled-content markup approach
  • October 2025: Competing network Raptive lowers its minimum pageview requirement to 25,000 monthly visits
  • Q1 2026: Ezoic's Network EPMV grows 23.6 percent, the metric cited to justify the new capability release
  • May 29, 2026: Amazon Publisher Services launches its own AI assistant, Publisher Supply AI, in a comparable move toward natural-language publisher support tools
  • Late June 2026: Google Search VP Liz Reid states publicly that paywalls predictably reduce traffic
  • July 9, 2026: Google adds platform-property tracking to Search Console, alongside cited data showing small publishers losing 60 percent of search referral traffic over two years
  • July 10, 2026: Ezoic publishes its rundown of nine new capabilities, written by Tyler Bishop, spanning six generally available features and three early-access features

Summary

Who: Ezoic, an advertising technology company serving independent web publishers, with the announcement written by Tyler Bishop.

What: A rundown of nine new platform capabilities spanning integration, monetization, identity and analytics. Six features, the AI Setup Assistant, HTML5 game monetization, framework SDKs with flexible placements, Visitor Accounts, Ask AI with custom dashboard widgets, and Cloudflare integration, are generally available. Three features, Subscriptions, User Acquisition and Revenue Dashboards, remain in early access, reachable through a Customer Success Manager.

When: Published July 10, 2026, referencing a 23.6 percent Network EPMV increase recorded in the first quarter of 2026.

Where: The features apply globally to Ezoic's publisher network, delivered through the EzoicAds dashboard, Big Data Analytics, and connected third-party tools including AI coding assistants and Cloudflare.

Why: Ezoic positions the release as a response to the same underlying pressure facing publishers broadly: extracting more revenue from an existing audience as organic search traffic grows less reliable, rather than depending on acquiring new visitors through channels that have become increasingly unpredictable.