Class GoogleAdsSearchads360V23CommonLocalAdInfo
A local ad.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonLocalAdInfo : IDirectResponseSchema
Properties
CallToActions
List of text assets for call-to-actions. When the ad serves the call-to-actions will be selected from this list. At least 1 and at most 5 call-to-actions must be specified.
Declaration
[JsonProperty("callToActions")]
public virtual IList<GoogleAdsSearchads360V23CommonAdTextAsset> CallToActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdTextAsset> |
Descriptions
List of text assets for descriptions. When the ad serves the descriptions will be selected from this list. At least 1 and at most 5 descriptions must be specified.
Declaration
[JsonProperty("descriptions")]
public virtual IList<GoogleAdsSearchads360V23CommonAdTextAsset> Descriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdTextAsset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Headlines
List of text assets for headlines. When the ad serves the headlines will be selected from this list. At least 1 and at most 5 headlines must be specified.
Declaration
[JsonProperty("headlines")]
public virtual IList<GoogleAdsSearchads360V23CommonAdTextAsset> Headlines { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdTextAsset> |
LogoImages
List of logo image assets that may be displayed with the ad. The images must be 128x128 pixels and not larger than 120KB. At least 1 and at most 5 image assets must be specified.
Declaration
[JsonProperty("logoImages")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> LogoImages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdImageAsset> |
MarketingImages
List of marketing image assets that may be displayed with the ad. The images must be 314x600 pixels or 320x320 pixels. At least 1 and at most 20 image assets must be specified.
Declaration
[JsonProperty("marketingImages")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> MarketingImages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdImageAsset> |
Path1
First part of optional text that can be appended to the URL in the ad.
Declaration
[JsonProperty("path1")]
public virtual string Path1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path2
Second part of optional text that can be appended to the URL in the ad. This field can only be set when
path1 is also set.
Declaration
[JsonProperty("path2")]
public virtual string Path2 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Videos
List of YouTube video assets that may be displayed with the ad. At least 1 and at most 20 video assets must be specified.
Declaration
[JsonProperty("videos")]
public virtual IList<GoogleAdsSearchads360V23CommonAdVideoAsset> Videos { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdVideoAsset> |