Class GoogleAdsSearchads360V23CommonImageAdInfo
An image ad.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonImageAdInfo : IDirectResponseSchema
Properties
AdIdToCopyImageFrom
An ad ID to copy the image from.
Declaration
[JsonProperty("adIdToCopyImageFrom")]
public virtual long? AdIdToCopyImageFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Data
Raw image data as bytes.
Declaration
[JsonProperty("data")]
public virtual string Data { 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 |
ImageAsset
The image assets used for the ad.
Declaration
[JsonProperty("imageAsset")]
public virtual GoogleAdsSearchads360V23CommonAdImageAsset ImageAsset { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonAdImageAsset |
ImageUrl
URL of the full size image.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
The mime type of the image.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the image. If the image was created from a MediaFile, this is the MediaFile's name. If the image was created from bytes, this is empty.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PixelHeight
Height in pixels of the full size image.
Declaration
[JsonProperty("pixelHeight")]
public virtual long? PixelHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PixelWidth
Width in pixels of the full size image.
Declaration
[JsonProperty("pixelWidth")]
public virtual long? PixelWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PreviewImageUrl
URL of the preview size image.
Declaration
[JsonProperty("previewImageUrl")]
public virtual string PreviewImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviewPixelHeight
Height in pixels of the preview size image.
Declaration
[JsonProperty("previewPixelHeight")]
public virtual long? PreviewPixelHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PreviewPixelWidth
Width in pixels of the preview size image.
Declaration
[JsonProperty("previewPixelWidth")]
public virtual long? PreviewPixelWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |