Class GoogleAdsSearchads360V23ResourcesDynamicSearchAdsSearchTermView
A dynamic search ads search term view.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesDynamicSearchAdsSearchTermView : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasMatchingKeyword
Output only. True if query is added to targeted keywords. This field is read-only.
Declaration
[JsonProperty("hasMatchingKeyword")]
public virtual bool? HasMatchingKeyword { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
HasNegativeKeyword
Output only. True if query matches a negative keyword. This field is read-only.
Declaration
[JsonProperty("hasNegativeKeyword")]
public virtual bool? HasNegativeKeyword { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
HasNegativeUrl
Output only. True if query matches a negative url. This field is read-only.
Declaration
[JsonProperty("hasNegativeUrl")]
public virtual bool? HasNegativeUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Headline
Output only. The dynamically generated headline of the Dynamic Search Ad. This field is read-only.
Declaration
[JsonProperty("headline")]
public virtual string Headline { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LandingPage
Output only. The dynamically selected landing page URL of the impression. This field is read-only.
Declaration
[JsonProperty("landingPage")]
public virtual string LandingPage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageUrl
Output only. The URL of page feed item served for the impression. This field is read-only.
Declaration
[JsonProperty("pageUrl")]
public virtual string PageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the dynamic search ads search term view. Dynamic search ads search term
view resource names have the form:
customers/{customer_id}/dynamicSearchAdsSearchTermViews/{ad_group_id}~{search_term_fingerprint}~{headline_fingerprint}~{landing_page_fingerprint}~{page_url_fingerprint}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SearchTerm
Output only. Search term This field is read-only.
Declaration
[JsonProperty("searchTerm")]
public virtual string SearchTerm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |