Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
SmartCampaignSearchTermView
A Smart campaign search term view.
Fields |
resource_name
|
string
Output only. The resource name of the Smart campaign search term view. Smart campaign search term view resource names have the form: customers/{customer_id}/smartCampaignSearchTermViews/{campaign_id}~{URL-base64_search_term}
|
search_term
|
string
Output only. The search term.
|
campaign
|
string
Output only. The Smart campaign the search term served in.
|
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Smart campaign search term view resource shows search terms that triggered ads in Smart campaigns."],["This view provides the specific search term, the associated campaign, and a unique resource name for identification."],["Resource names for these views follow a structured format, incorporating customer ID, campaign ID, and a URL-base64 encoded search term."]]],["The content describes the structure of a Smart campaign search term view, which includes data about search terms used in Smart campaigns. Key information includes the `resource_name`, which uniquely identifies the view; the `search_term` itself; and the associated `campaign`. The `resource_name` is generated using the customer ID, campaign ID, and URL-encoded search term. All fields (`resource_name`, `search_term`, `campaign`) are output-only.\n"]]