Class GoogleAdsSearchads360V23CommonDisplayUploadAdInfo
A generic type of display ad. The exact ad format is controlled by the display_upload_product_type field,
which determines what kinds of data need to be included with the ad.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonDisplayUploadAdInfo : IDirectResponseSchema
Properties
DisplayUploadProductType
The product type of this ad. See comments on the enum for details.
Declaration
[JsonProperty("displayUploadProductType")]
public virtual string DisplayUploadProductType { 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 |
MediaBundle
A media bundle asset to be used in the ad. For information about the media bundle for HTML5_UPLOAD_AD, see https://support.google.com/google-ads/answer/1722096 Media bundles that are part of dynamic product types use a special format that needs to be created through the Google Web Designer. See https://support.google.com/webdesigner/answer/7543898 for more information.
Declaration
[JsonProperty("mediaBundle")]
public virtual GoogleAdsSearchads360V23CommonAdMediaBundleAsset MediaBundle { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonAdMediaBundleAsset |