Campaign criterion performance

  • Campaign criterion reports are only populated for supported criterion types.

  • You can query Performance Max location criteria data from the location_view report.

  • An example query is provided to demonstrate how to retrieve location criteria data.

Campaign criterion reports are only populated for supported criterion types, which you can find in the create campaign criteria guide.

Location criterion performance

Here is an example of querying Performance Max location criteria data from the location_view report:

SELECT
  campaign.id,
  campaign.name,
  metrics.clicks,
  metrics.impressions,
  campaign_criterion.location.geo_target_constant
FROM location_view
WHERE campaign.status != 'REMOVED'

Search terms performance

If you want metrics that evaluate search term performance, use campaign_search_term_view to find data for both Performance Max and search network campaigns aggregated at the campaign level. Use this view instead of the search_term_view, which aggregates at the ad group level and does not include data for Performance Max campaigns.

In addition to performance metrics, the search term insights report can help you understand how your customers search and engage with your business on Google. This report analyzes search terms where your ads appear in the selected time period, grouping them into search categories and subcategories to provide you with key performance metrics for each. For search term insights, segment metrics to aggregate at the appropriate level using either customer_search_term_insight (aggregate at the campaign level) or campaign_search_term_insight (aggregate at the ad group or asset group level).