Class GoogleAdsSearchads360V23ResourcesCustomerSearchTermInsight
This report provides a high-level view of search demand at the customer level by grouping similar search terms into categories and showing their search volume. Historical data is available starting March 2023.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerSearchTermInsight : IDirectResponseSchema
Properties
CategoryLabel
Output only. The label for the search category. An empty string denotes the catch-all category for search terms that didn't fit into another category.
Declaration
[JsonProperty("categoryLabel")]
public virtual string CategoryLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. The ID of the insight.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ResourceName
Output only. The resource name of the customer level search term insight. Customer level search term insight
resource names have the form: customers/{customer_id}/customerSearchTermInsights/{category_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |