Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesAd

An ad.

Inheritance
object
GoogleAdsSearchads360V0ResourcesAd
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesAd : IDirectResponseSchema

Properties

DisplayUrl

The URL that appears in the ad description for some ad formats.

Declaration
[JsonProperty("displayUrl")]
public virtual string DisplayUrl { 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

ExpandedDynamicSearchAd

Immutable. Details pertaining to an expanded dynamic search ad.

Declaration
[JsonProperty("expandedDynamicSearchAd")]
public virtual GoogleAdsSearchads360V0CommonSearchAds360ExpandedDynamicSearchAdInfo ExpandedDynamicSearchAd { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0CommonSearchAds360ExpandedDynamicSearchAdInfo

ExpandedTextAd

Immutable. Details pertaining to an expanded text ad.

Declaration
[JsonProperty("expandedTextAd")]
public virtual GoogleAdsSearchads360V0CommonSearchAds360ExpandedTextAdInfo ExpandedTextAd { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0CommonSearchAds360ExpandedTextAdInfo

FinalAppUrls

A list of final app URLs that will be used on mobile if the user has the specific app installed.

Declaration
[JsonProperty("finalAppUrls")]
public virtual IList<GoogleAdsSearchads360V0CommonFinalAppUrl> FinalAppUrls { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V0CommonFinalAppUrl>

FinalMobileUrls

The list of possible final mobile URLs after all cross-domain redirects for the ad.

Declaration
[JsonProperty("finalMobileUrls")]
public virtual IList<string> FinalMobileUrls { get; set; }
Property Value
Type Description
IList<string>

FinalUrlSuffix

The suffix to use when constructing a final URL.

Declaration
[JsonProperty("finalUrlSuffix")]
public virtual string FinalUrlSuffix { get; set; }
Property Value
Type Description
string

FinalUrls

The list of possible final URLs after all cross-domain redirects for the ad.

Declaration
[JsonProperty("finalUrls")]
public virtual IList<string> FinalUrls { get; set; }
Property Value
Type Description
IList<string>

Id

Output only. The ID of the ad.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Name

Immutable. The name of the ad. This is only used to be able to identify the ad. It does not need to be unique and does not affect the served ad.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProductAd

Immutable. Details pertaining to a product ad.

Declaration
[JsonProperty("productAd")]
public virtual GoogleAdsSearchads360V0CommonSearchAds360ProductAdInfo ProductAd { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0CommonSearchAds360ProductAdInfo

ResourceName

Immutable. The resource name of the ad. Ad resource names have the form: customers/{customer_id}/ads/{ad_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

ResponsiveSearchAd

Immutable. Details pertaining to a responsive search ad.

Declaration
[JsonProperty("responsiveSearchAd")]
public virtual GoogleAdsSearchads360V0CommonSearchAds360ResponsiveSearchAdInfo ResponsiveSearchAd { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0CommonSearchAds360ResponsiveSearchAdInfo

TextAd

Immutable. Details pertaining to a text ad.

Declaration
[JsonProperty("textAd")]
public virtual GoogleAdsSearchads360V0CommonSearchAds360TextAdInfo TextAd { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0CommonSearchAds360TextAdInfo

TrackingUrlTemplate

The URL template for constructing a tracking URL.

Declaration
[JsonProperty("trackingUrlTemplate")]
public virtual string TrackingUrlTemplate { get; set; }
Property Value
Type Description
string

Type

Output only. The type of ad.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX