Resource: SearchTermView
A search term view with metrics aggregated by search term at the ad group level.
JSON representation | |
---|---|
{
"resourceName": string,
"status": enum ( |
Fields | |
---|---|
resourceName |
Output only. The resource name of the search term view. googleAds.search term view resource names have the form:
|
status |
Output only. Indicates whether the search term is currently one of your targeted or excluded keywords. |
searchTerm |
Output only. The search term. |
adGroup |
Output only. The ad group the search term served in. |
SearchTermTargetingStatus
Indicates whether the search term is one of your targeted or excluded keywords.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ADDED |
googleAds.search term is added to targeted keywords. |
EXCLUDED |
googleAds.search term matches a negative keyword. |
ADDED_EXCLUDED |
googleAds.search term has been both added and excluded. |
NONE |
googleAds.search term is neither targeted nor excluded. |
Methods |
|
---|---|
|
Returns the attributes of the requested search term view. |