Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.AspectRatioImageCreative Class Reference

A More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.AspectRatioImageCreative:
Google.Api.Ads.AdManager.v202305.HasDestinationUrlCreative Google.Api.Ads.AdManager.v202305.Creative

Properties

CreativeAsset[] imageAssets [get, set]
 The images associated with this creative. The ad server will choose one based on the capabilities of the device. Each asset should have a size which is of the same aspect ratio as the Creative::size. This attribute is required and must have at least one asset. More...
 
string altText [get, set]
 The text that is served along with the image creative, primarily for accessibility. If no suitable image size is available for the device, this text replaces the image completely. This field is optional and has a maximum length of 500 characters. More...
 
string[] thirdPartyImpressionTrackingUrls [get, set]
 A list of impression tracking URL to ping when this creative is displayed. This field is optional and each string has a maximum length of 1024 characters. More...
 
bool overrideSize [get, set]
 Allows the actual image asset sizes to differ from the creative size. This attribute is optional. More...
 
bool overrideSizeSpecified [get, set]
 
- Properties inherited from Google.Api.Ads.AdManager.v202305.HasDestinationUrlCreative
string destinationUrl [get, set]
 The URL that the user is directed to if they click on the creative. This attribute is required unless the destinationUrlType is DestinationUrlType::NONE, and has a maximum length of 1024 characters. More...
 
DestinationUrlType destinationUrlType [get, set]
 The action that should be performed if the user clicks on the creative. This attribute is optional and defaults to DestinationUrlType::CLICK_TO_WEB. More...
 
bool destinationUrlTypeSpecified [get, set]
 
- Properties inherited from Google.Api.Ads.AdManager.v202305.Creative
long advertiserId [get, set]
 The ID of the advertiser that owns the creative. This attribute is required. More...
 
bool advertiserIdSpecified [get, set]
 
long id [get, set]
 Uniquely identifies the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the creative. This attribute is required and has a maximum length of 255 characters. More...
 
Size size [get, set]
 The Size of the creative. This attribute is required for creation and then is read-only. More...
 
string previewUrl [get, set]
 The URL of the creative for previewing the media. This attribute is read-only and is assigned by Google when a creative is created. More...
 
CreativePolicyViolation[] policyLabels [get, set]
 Set of policy labels detected for this creative. This attribute is read-only. More...
 
AppliedLabel[] appliedLabels [get, set]
 The set of labels applied to this creative. More...
 
DateTime lastModifiedDateTime [get, set]
 The date and time this creative was last modified. More...
 
BaseCustomFieldValue[] customFieldValues [get, set]
 The values of the custom fields associated with this creative. More...
 
ThirdPartyDataDeclaration thirdPartyDataDeclaration [get, set]
 The third party companies associated with this creative. More...
 

Detailed Description

A

Creative intended for mobile platforms that displays an image, whose LineItem::creativePlaceholders size is defined as an aspect ratio, i.e. Size::isAspectRatio. It can have multiple images whose dimensions conform to that aspect ratio.

Property Documentation

string Google.Api.Ads.AdManager.v202305.AspectRatioImageCreative.altText
getset

The text that is served along with the image creative, primarily for accessibility. If no suitable image size is available for the device, this text replaces the image completely. This field is optional and has a maximum length of 500 characters.

CreativeAsset [] Google.Api.Ads.AdManager.v202305.AspectRatioImageCreative.imageAssets
getset

The images associated with this creative. The ad server will choose one based on the capabilities of the device. Each asset should have a size which is of the same aspect ratio as the Creative::size. This attribute is required and must have at least one asset.

bool Google.Api.Ads.AdManager.v202305.AspectRatioImageCreative.overrideSize
getset

Allows the actual image asset sizes to differ from the creative size. This attribute is optional.

bool Google.Api.Ads.AdManager.v202305.AspectRatioImageCreative.overrideSizeSpecified
getset

true, if a value is specified for overrideSize, false otherwise.

string [] Google.Api.Ads.AdManager.v202305.AspectRatioImageCreative.thirdPartyImpressionTrackingUrls
getset

A list of impression tracking URL to ping when this creative is displayed. This field is optional and each string has a maximum length of 1024 characters.


The documentation for this class was generated from the following file: