Hi Google Ads Support Team,
In the Search campaign creation flow (“Create a campaign without guidance → Search”), there is a setting called “Targeting setting for this campaign” with options Targeting and Observation (Audience settings).
I need clarification on:
Which Google Ads API field corresponds to this option?
Please share a sample API request showing how to set this value during campaign creation.
A GAQL query example to retrieve this field for an existing Search campaign.
Your help in resolving this would be greatly appreciated.
Thank you.
Hi,
Thank you for contacting the Google Ads API support team.
In the Google Ads API, the "Targeting setting for this campaign" is controlled by the TargetingSetting field, which contains an array of TargetRestriction objects. You configure the "Targeting" or "Observation" mode for specific criteria by setting the bid_only field within these restrictions.
API Implementation:
The relevant field in the API is targeting_setting within the Campaign or AdGroup object, depending on the level at which you are applying the setting. To achieve the desired setting, you manipulate the bid_only boolean field:
Observation: Set bid_only to true. This does not restrict (criteria won't be used) the reach of your ads but will allow you to bid differently for different users on your lists.
Targeting: Set bid_only to false (which is the default behavior if the setting is not specified). This narrows your reach, so ads only show to users on the specified lists/criteria.
Retrieve the targeting setting.
![]() |
Google Ads API Team |
[2025-12-04 20:10:11Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01wmUjD:ref" (ADR-00346909)