Class GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo
A Demand Gen multi asset ad.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo : IDirectResponseSchema
Properties
BusinessName
The Advertiser/brand name. Maximum display width is 25. Required.
Declaration
[JsonProperty("businessName")]
public virtual string BusinessName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CallToActionText
Call to action text.
Declaration
[JsonProperty("callToActionText")]
public virtual string CallToActionText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Descriptions
The descriptive text of the ad. Maximum display width is 90. At least 1 and max 5 descriptions can 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
Headline text asset of the ad. Maximum display width is 30. At least 1 and max 5 headlines can be specified.
Declaration
[JsonProperty("headlines")]
public virtual IList<GoogleAdsSearchads360V23CommonAdTextAsset> Headlines { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdTextAsset> |
LogoImages
Logo image assets to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be 1:1 (+-1%). At least 1 and max 5 logo images can be specified.
Declaration
[JsonProperty("logoImages")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> LogoImages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdImageAsset> |
MarketingImages
Marketing image assets to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must be 1.91:1 (+-1%). Required if square_marketing_images is not present.
Declaration
[JsonProperty("marketingImages")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> MarketingImages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdImageAsset> |
PortraitMarketingImages
Portrait marketing image assets to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 480x600 and the aspect ratio must be 4:5 (+-1%).
Declaration
[JsonProperty("portraitMarketingImages")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> PortraitMarketingImages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdImageAsset> |
SquareMarketingImages
Square marketing image assets to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must be 1:1 (+-1%). Required if marketing_images is not present.
Declaration
[JsonProperty("squareMarketingImages")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> SquareMarketingImages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdImageAsset> |
TallPortraitMarketingImages
Tall portrait marketing image assets to be used in the ad. Valid image types are GIF, JPEG, and PNG. The
minimum size is 600x1067 and the aspect ratio must be 9:16 (+-1%). Combined with marketing_images,
square_marketing_images, and portrait_marketing_images, the maximum is 20.
Declaration
[JsonProperty("tallPortraitMarketingImages")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> TallPortraitMarketingImages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdImageAsset> |