When analyzing campaign performance in Google Ads, the Network field can create unnecessary complexity — especially in client-facing dashboards. One simple IF/THEN calculation fixes that automatically.

Quick Answer

To simplify Google Ads Network reporting, use this calculation: IF Network CONTAINS "CONTENT" THEN "Display" ELSE Network END. This relabels Google Display Network campaigns as "Display" while leaving all other network values — like SEARCH and YOUTUBE_WATCH — unchanged.

Why the Network Field Creates Confusion

In Google Ads reporting, the Network field identifies where ads were served across Google's advertising ecosystem. Common values include CONTENT, SEARCH, and YOUTUBE_WATCH. While these labels are helpful inside the platform, they can make dashboards and client-facing reports harder to interpret.

For marketers presenting results to stakeholders or clients, these technical labels often need to be simplified. The term CONTENT — Google's API designation for the Google Display Network (GDN) — is particularly confusing because it doesn't match how marketers typically refer to the channel.

The Calculation

To simplify the Network field, apply the following logic in your reporting platform or BI tool:

IF Network CONTAINS "CONTENT"
THEN "Display"
ELSE Network
END

This statement checks whether the Network field contains the value CONTENT. If it does, the result is labeled Display. If not, the original network value passes through unchanged. The result: cleaner, more intuitive reporting across every dashboard and performance analysis.

Before and After: Example Output

How the calculation maps raw Google Ads Network values to readable labels
Raw Network Value After Calculation Channel
CONTENT Display Google Display Network
SEARCH SEARCH Google Search Network
YOUTUBE_WATCH YOUTUBE_WATCH YouTube video watch pages
SHOPPING SHOPPING Google Shopping ads

Why This Calculation Helps Marketers

In Google Ads data, CONTENT refers to campaigns running on the Google Display Network — a large ecosystem of digital properties that includes third-party websites, mobile apps, video platforms, and partner sites that serve display ads.

Because the term CONTENT doesn't align with how marketers describe advertising channels, relabeling it as Display closes the gap between raw platform data and the language your team and clients actually use.


Practical Use Cases

📊

Simplified Client Reporting

Stakeholders want clear insights into where campaigns are running — not internal platform labels. Converting CONTENT to Display makes reports easier to explain and faster to act on.

📈

Performance Comparisons

Grouping Display campaigns into a single category makes it easy to compare CTR, CPC, conversion rate, and ROAS across channels at a glance.

🧭

Cleaner Dashboards

Simple, consistent dimensions make it easier to filter campaigns by channel, visualize performance trends, and build executive-level dashboards that everyone can read.

🎯

Campaign Optimization

Search and Display campaigns behave differently. Automatically identifying Display campaigns lets you refine creative, adjust targeting, and allocate budget with more precision.

🏢

Cross-Account Insights for Agencies

Agencies managing multiple advertisers can instantly see which network drives the most impressions, the highest conversions, and the strongest ROI — without manually cleaning network labels across every account.


Understanding Google Ads Network Values

The Network field identifies where ads appear within Google's advertising ecosystem. Use this reference to understand every value you might encounter in raw reporting data:

Complete reference: Google Ads Network field values and their meanings
Network Value Meaning Example Placements
SEARCH Google Search Network Google Search results and search partners
CONTENT Google Display Network Websites, apps, display placements
YOUTUBE_SEARCH YouTube Search results Ads on YouTube search pages
YOUTUBE_WATCH YouTube video watch pages In-stream ads and banners
SHOPPING Google Shopping ads Product listings and shopping results
DISCOVERY Google Discovery ads Discovery feeds on Google and YouTube
UNIVERSAL_APP Universal App Campaigns Multi-network app promotions
SMART Smart Campaign placements Automated campaign placements
MIXED Combined Search + Display Performance Max or legacy campaigns

Frequently Asked Questions

What does CONTENT mean in Google Ads Network reporting?
In Google Ads, CONTENT is the API label for the Google Display Network (GDN). It includes placements on third-party websites, mobile apps, video platforms, and partner sites. Despite the name, it has nothing to do with content marketing — it refers entirely to display ad placements.
How do I simplify the Google Ads Network field in my dashboard?
Use the calculation: IF Network CONTAINS "CONTENT" THEN "Display" ELSE Network END. This relabels Display Network campaigns while keeping all other network values — like SEARCH and YOUTUBE_WATCH — exactly as they are.
Why does Google Ads use CONTENT instead of Display in the Network field?
The CONTENT label is Google's legacy internal API designation for the Display Network. It predates the "Display" branding and persists in raw data exports and reporting APIs — making it confusing for anyone who doesn't work with the API directly.
Can I use this calculation in TapClicks?
Yes. TapClicks supports calculated fields, letting you apply transformations like this directly within the platform — no external spreadsheets or manual data cleaning required. The result feeds automatically into dashboards, reports, and exports.