DV360 API Adds Demand Gen Support
DV360 API Adds Demand Gen Support Google’s programmatic advertising suite is undergoing a major upgrade that will streamline how enterprise-level advertisers run visually-driven, AI-powered campaigns. Starting June 10, 2026, Google will begin rolling out support for Demand Gen resources within the Display & Video 360 (DV360) API. This rollout is expected to reach full availability by June 24, 2026, marking a significant milestone in Google’s efforts to unify and automate its modern advertising stack. For developers, agency partners, and programmatic advertisers who rely on automated workflows, this update bridges a critical gap. By bringing Demand Gen into the API fold, Google is enabling programmatic management of these highly engaging, multi-format campaigns. Here is a comprehensive look at what this update entails, why it matters for the programmatic ecosystem, and what steps developers need to take to prepare for the June launch. Understanding Demand Gen and Its Place in DV360 Before diving into the technical details of the API integration, it is important to understand why Demand Gen has become such a focal point for modern digital marketers. Launched as the next-generation evolution of Discovery campaigns, Demand Gen is designed to capture the attention of consumers across Google’s most visual and entertainment-focused touchpoints. This includes YouTube (including Shorts and In-Stream), Google Discover, and Gmail. Unlike traditional search or display campaigns, Demand Gen relies heavily on AI to optimize combinations of image and video assets, serving them to audiences when they are in an active state of consumption and discovery. These campaigns are built to drive conversions, site visits, and high-value actions by combining Google’s audience signals with visually compelling creatives. Historically, managing these campaigns at scale presented challenges for enterprise advertisers. While DV360 offers unparalleled reach and sophisticated programmatic targeting, the manual creation and optimization of complex, asset-heavy Demand Gen campaigns could be time-consuming. The lack of robust API support forced many teams to rely on manual UI updates or separate tools, creating friction in cross-channel campaign execution. The Technical Blueprint: What the API Update Introduces The upcoming API release directly addresses these challenges by offering programmatic control over Demand Gen structures. Starting June 10, developers will gain the ability to interact with Demand Gen elements programmatically through the DV360 API. According to the official Google Ads Developer Blog, the update introduces comprehensive CRUD (Create, Read, Update, and Delete) support for a variety of critical Demand Gen resources. These resources include: Demand Gen Line Items: Define budgeting, flighting, and core campaign parameters. Demand Gen Ad Groups: Manage audience targeting, bidding strategies, and structural groupings. Demand Gen Ad Formats: Programmatically handle the diverse mix of image, video, and text assets that power Google’s AI-driven ad placements. Once the system goes live, these new resources will not exist in a silo. Instead, they will be seamlessly integrated into standard line item and ad group list responses. This means that a standard query requesting campaign structures within a DV360 advertiser account will return Demand Gen objects alongside existing native programmatic formats, such as traditional display, video, connected TV (CTV), and audio line items. Why This Matters for Enterprise Advertisers and Agencies The integration of Demand Gen into the DV360 API is more than a minor technical update; it represents a major shift in how programmatic media buying can be scaled and optimized. There are several key reasons why this update is highly anticipated by the industry: 1. Unified Programmatic Workflows Large agencies and in-house marketing teams rarely manage campaigns manually through a single user interface. Instead, they use proprietary dashboard tools, multi-DSP platforms, and custom software to coordinate media buys across multiple channels. By adding Demand Gen support to the API, Google allows these custom platforms to manage the entire lifecycle of a Demand Gen campaign without requiring users to log into the DV360 user interface. This reduces operational fragmentation and keeps campaign management consolidated under a single, unified workflow. 2. Automation at Scale Managing asset-rich campaigns across hundreds of different regions, product categories, or client accounts is incredibly complex. With API access, developers can build tools that automate the tedious parts of campaign management. For example, an agency can write a script to automatically update promotional assets across thousands of ad groups simultaneously when a seasonal sale begins, or dynamically adjust budgets based on external triggers like weather, stock levels, or real-time business performance metrics. 3. Real-Time Reporting and Optimization Because the API allows developers to retrieve Demand Gen resources programmatically, it becomes much easier to feed granular campaign performance data directly into custom business intelligence (BI) tools and data warehouses. This facilitates faster decision-making, as marketing analysts can run advanced custom attribution models and programmatic optimizations using fresher, more unified data sets. Crucial Steps for Developers: Preparing for the June 10 Rollout While this update brings massive opportunities, it also introduces immediate responsibilities for developers maintaining existing DV360 API integrations. Because Demand Gen resources will begin appearing in standard list responses, unprepared systems could experience errors or data parsing failures. Google has explicitly warned that existing list queries may start returning these new, unmapped resource types as soon as the rollout begins on June 10. To prevent service disruptions, development teams should prioritize the following action items: Schema Validation and Parsing Updates If your system parses API responses based on strict, pre-defined schemas of expected line item types or ad group formats, you must update your code to recognize and gracefully handle the new Demand Gen object types. Ensure that your JSON parsers do not throw errors or fail to load data when they encounter unfamiliar fields associated with Demand Gen structures. Reviewing Filter Parameters If your application only supports specific types of media buys (for example, standard programmatic display or video), you should verify that your API queries use explicit filters. Relying on default “get all” queries could result in Demand Gen data bleeding into reporting dashboards where it does not belong, potentially skewing performance metrics or breaking visual layouts. Testing in Sandbox Environments Utilize DV360’s developer sandbox environments to