Key Takeaways
- Google Ads Performance Max (PMax) updates in 2026 introduced granular asset-level reporting, allowing advertisers to measure individual headlines, images, and videos.
- Advertisers can now attribute conversions and conversion value directly to specific creative components by leveraging the Google Ads API.
- Before 2026, PMax only provided qualitative asset performance labels like “Low,” “Good,” or “Best,” lacking concrete metrics.
- The March 2026 Google Ads API updates enabled querying specific performance data for each asset, including clicks, impressions, and conversions.
- PMax campaigns generated over $12 billion in incremental revenue for e-commerce advertisers in 2025, but attributing true incrementality remains a challenge.
- Optimizing PMax now involves querying performance data via the API, identifying underperforming assets, and replacing them with new variations modeled on top performers.
Recent updates to Google Ads Performance Max (PMax) have fundamentally changed how advertisers measure and optimize their most automated campaigns. While the platform’s core bidding logic remains automated at the campaign level, new reporting capabilities introduced in 2026 provide granular data on the performance of individual assets – headlines, images, and videos – that was not previously available.
This shift from high-level campaign metrics to asset-level insights addresses a long-standing demand for more transparency in PMax’s opaque operations. [9] By leveraging the Google Ads API, advertisers can now directly attribute conversions and conversion value to specific creative components, enabling a more data-driven approach to optimization that was previously impossible.
Performance Max’s evolution to asset-level reporting
Performance Max has evolved significantly since its launch, moving from a goal-based system with minimal visibility to one that offers advertisers more insight and control. The term “asset-level bidding” is a misnomer – bidding strategies like Target ROAS or Maximize Conversion Value are still applied at the campaign level – but the meaningful change is the introduction of comprehensive asset-level reporting. [4]
Before 2026, advertisers could only see performance labels – “Low,” “Good,” or “Best” – for their assets, offering directional guidance without concrete metrics. [8] The March 2026 updates to the Google Ads API unlocked the ability to query specific performance data for each asset within an asset group.
Full performance statistics (such as
clicks,impressions, andconversions) are now available at the asset level, allowing for a more granular evaluation of asset performance against specific campaign goals.
This update is part of a broader push by Google to give advertisers more steering controls over PMax. Other recent enhancements include channel performance reporting, first-party audience exclusions, and placement reporting by network – all designed to surface how budgets are being allocated across Google’s inventory. [14]
Mechanism of asset-level reporting in practice
Accessing granular asset data requires querying the Google Ads API rather than using the standard UI. The key resource is asset_group_asset, which links assets to their respective asset groups and exposes detailed performance metrics. [1]
Advertisers use Google Ads Query Language (GAQL) to retrieve this data. A query to pull conversion value and cost for each asset over the last 30 days looks like this: [1]
SELECT asset_group_asset.asset, asset_group_asset.field_type, metrics.conversions_value, metrics.cost_micros FROM asset_group_asset WHERE segments.date DURING LAST_30_DAYS
This query returns the specific asset (image, headline, etc.), its role, the conversion value it generated, and its associated cost. By segmenting on ad_network_type, advertisers can also see how a given asset performs on Search versus YouTube or the Display Network. [1]
A second useful API resource is asset_group_top_combination_view, which surfaces the highest-performing combinations of assets that Google’s AI has assembled. This mirrors the Combinations report in the UI but adds the filtering power of the API, helping advertisers understand which creative mixes perform best with their target audiences. [1]
Attributing incremental revenue
The overall scale of Performance Max is substantial. According to one report, PMax campaigns generated over $12 billion in incremental revenue for e-commerce advertisers in 2025. [11] Attributing true incrementality, however, remains a persistent challenge. PMax campaigns can cannibalize traffic from existing brand search or organic channels, inflating dashboard ROAS without adding net-new revenue. [16] Geo-holdout tests are often necessary to isolate the actual lift these campaigns provide. [2]
Asset-level data offers a practical tool for diagnosing these problems. By analyzing the cost and conversion value of individual assets, advertisers can identify creatives that consume budget inefficiently or drive low-margin conversions – and make targeted changes that improve overall campaign profitability rather than just reported ROAS.
Optimizing asset groups with new reporting capabilities
Asset-level performance data turns optimization from guesswork into a repeatable process. The core workflow involves using API data to systematically refine the creative components within each asset group.
The optimization loop runs as follows:
- Query performance data regularly – pulling
conversions_valueandcost_microsfor each asset via theasset_group_assetresource. [1] - Identify underperforming assets (high cost, low conversion value) and top performers (high conversion value, efficient cost).
- Pause or remove the worst-performing assets and replace them with new variations modeled on the top performers. Maintaining a diverse asset mix – 15–20 images and up to 15 videos – gives the algorithm more material to test. [11] [15]
- Monitor combinations using
asset_group_top_combination_viewto understand which creative elements work together and inform future creative strategy. [1]
This represents a meaningful departure from the “set it and forget it” model that characterized early PMax management. The table below summarizes the key differences in reporting and optimization capabilities before and after the 2026 API updates.
| Capability | Pre-2026 PMax reporting (UI-based) | Post-2026 PMax reporting (API-enabled) |
|---|---|---|
| Asset performance metrics | Qualitative labels only (e.g., “Low,” “Good,” “Best”) | Quantitative metrics (clicks, impressions, conversions, conversion value, cost) [1] |
| Optimization action | Replace “Low” performing assets based on vague guidance | Pause or replace assets based on specific ROAS or CPA data |
| Combination analysis | View top combinations in the UI with limited filtering | Query top combinations via API with advanced filtering and analysis [1] |
| Channel insights | Limited to high-level campaign reports | Segment asset performance by network (Search, Display, YouTube, etc.) [1] |
Future implications for automated PPC campaigns
The 2026 Performance Max updates point to a clear direction for automated advertising platforms: machine learning continues to handle real-time bidding and audience targeting, but fully opaque systems are facing sustained pushback from advertisers who need enough data to verify incremental value and steer the automation effectively.
That pressure is likely to produce further developments in three areas:
- Granular reporting on placements, audiences, and creative performance, giving advertisers the evidence needed to trust automated decisions.
- Expanded steering controls – audience exclusions, budget pacing, and similar tools – to help campaigns align with broader business goals. [5]
- Stronger emphasis on first-party data and conversion signal quality, since the algorithms that power PMax are only as reliable as the inputs they receive. [2]
For advertisers, the practical implication is straightforward: success with Performance Max will depend less on manual bidding and more on strategic creative management, disciplined data analysis, and the technical capability to use the API for insights the UI does not surface.
Frequently Asked Questions
What specific reporting capabilities were introduced in Google Ads Performance Max in 2026?∨
How can advertisers access the new asset-level performance data in Performance Max?∨
asset_group_asset resource. This involves using Google Ads Query Language (GAQL) to retrieve metrics such as conversion value and cost for each asset.What is the primary difference in asset reporting before and after the 2026 API updates?∨
How can asset-level reporting help in optimizing Performance Max campaigns?∨
Can advertisers see how individual assets perform across different ad networks?∨
ad_network_type, advertisers can now see how a given asset performs on specific networks like Search, YouTube, or the Display Network, providing channel-specific insights.What role does asset_group_top_combination_view play in PMax optimization?∨
asset_group_top_combination_view API resource surfaces the highest-performing combinations of assets assembled by Google’s AI. This helps advertisers understand which creative mixes are most effective with their target audiences and informs future creative strategy.What are the future implications for automated PPC campaigns based on the 2026 PMax updates?∨
Sources
- Asset reporting – Ads API – Google for Developers
- How Do Mobile Gaming Studios Actually Scale in 2026? A Growth …
- Google Ads Copy and Edit with AI for PMax Asset Groups – ALM Corp
- Google Ads Performance Max Optimization: 20 Controls That …
- Campaign total budgets are now available in Search, Performance Max and Shopping campaigns.
- Google AdWords: The Most Important SEO News – The Search Herald
- New google ads pmax update: how to use social video upload (beta …
- 4 New Google Ads Performance Max Updates: What You Need to Know
- Challenges with Performance Max Best Practices – Bullseye Strategy
- Google Marketing Live 2025: Key Ads & AI Updates | TriMark Blog
- AI Google Ads for E-commerce Stores Guide 2026 (Complete)
- PMAX Campaigns Services | Gorilla Marketing UK
- Performance Max Google – Pros and Cons | Channable
- Google Adds Scenario Planner, Performance Max Updates, And Veo
- Google Ads Editor version 2.12
- Performance Max Is Spending Your Budget. But Is It Actually Working?

