Class GoogleAdsSearchads360V0ResourcesAd
An ad.
Implements
Inherited Members
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 |
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. The name field is currently only supported for DisplayUploadAd, ImageAd, ShoppingComparisonListingAd and VideoAd.
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 |
Type
Output only. The type of ad.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |