Campaign criterion performance
Stay organized with collections
Save and categorize content based on your preferences.
Campaign criterion reports are only populated for supported criterion types,
which you can find in the create campaign criteria
guide.
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'
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-25 UTC.
[null,null,["Last updated 2025-08-25 UTC."],[],[],null,["# Campaign criterion performance\n\nCampaign criterion reports are only populated for supported criterion types,\nwhich you can find in the [create campaign criteria\nguide](/google-ads/api/performance-max/create-campaign-criteria).\n\nLocation criterion performance\n------------------------------\n\nHere is an example of querying Performance Max location criteria data from the\n[`location_view`](/google-ads/api/fields/v21/location_view) report: \n\n SELECT\n campaign.id,\n campaign.name,\n metrics.clicks,\n metrics.impressions,\n campaign_criterion.location.geo_target_constant\n FROM location_view\n WHERE campaign.status != 'REMOVED'"]]