Class GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView
AiMaxSearchTermAdCombinationView Resource.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView : IDirectResponseSchema
Properties
AdGroup
Output only. Ad group where the search term served.
Declaration
[JsonProperty("adGroup")]
public virtual string AdGroup { 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 |
Headline
Output only. The concatenated string containing headline assets for the ad. Up to three headline assets are concatenated, separated by " | ". This field is read-only.
Declaration
[JsonProperty("headline")]
public virtual string Headline { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LandingPage
Output only. The destination URL, which was dynamically generated. This field is read-only.
Declaration
[JsonProperty("landingPage")]
public virtual string LandingPage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the AI Max Search Term Ad Combination view AI Max Search Term Ad
Combination view resource names have the form:
customers/{customer_id}/aiMaxSearchTermAdCombinationViews/{ad_group_id}~{URL-base64_search_term}~{URL-base64_landing_page}~{URL-base64_headline}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SearchTerm
Output only. The search term that triggered the ad. This field is read-only.
Declaration
[JsonProperty("searchTerm")]
public virtual string SearchTerm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |