Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView

AiMaxSearchTermAdCombinationView Resource.

Inheritance
object
GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX