Show / Hide Table of Contents

Class CreativeAssetMetadata

CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded. Refer to the creative sample code for how to upload assets and insert a creative.

Inheritance
object
CreativeAssetMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class CreativeAssetMetadata : IDirectResponseSchema

Properties

AssetIdentifier

ID of the creative asset. This is a required field.

Declaration
[JsonProperty("assetIdentifier")]
public virtual CreativeAssetId AssetIdentifier { get; set; }
Property Value
Type Description
CreativeAssetId

ClickTags

List of detected click tags for assets. This is a read-only, auto-generated field. This field is empty for a rich media asset.

Declaration
[JsonProperty("clickTags")]
public virtual IList<ClickTag> ClickTags { get; set; }
Property Value
Type Description
IList<ClickTag>

CounterCustomEvents

List of counter events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.

Declaration
[JsonProperty("counterCustomEvents")]
public virtual IList<CreativeCustomEvent> CounterCustomEvents { get; set; }
Property Value
Type Description
IList<CreativeCustomEvent>

DetectedFeatures

List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field.

Declaration
[JsonProperty("detectedFeatures")]
public virtual IList<string> DetectedFeatures { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExitCustomEvents

List of exit events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.

Declaration
[JsonProperty("exitCustomEvents")]
public virtual IList<CreativeCustomEvent> ExitCustomEvents { get; set; }
Property Value
Type Description
IList<CreativeCustomEvent>

Id

Numeric ID of the asset. This is a read-only, auto-generated field.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

IdDimensionValue

Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field.

Declaration
[JsonProperty("idDimensionValue")]
public virtual DimensionValue IdDimensionValue { get; set; }
Property Value
Type Description
DimensionValue

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#creativeAssetMetadata".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

RichMedia

True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field.

Declaration
[JsonProperty("richMedia")]
public virtual bool? RichMedia { get; set; }
Property Value
Type Description
bool?

TimerCustomEvents

List of timer events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.

Declaration
[JsonProperty("timerCustomEvents")]
public virtual IList<CreativeCustomEvent> TimerCustomEvents { get; set; }
Property Value
Type Description
IList<CreativeCustomEvent>

WarnedValidationRules

Rules validated during code generation that generated a warning. This is a read-only, auto-generated field. Possible values are: - "ADMOB_REFERENCED" - "ASSET_FORMAT_UNSUPPORTED_DCM" - "ASSET_INVALID" - "CLICK_TAG_HARD_CODED" - "CLICK_TAG_INVALID" - "CLICK_TAG_IN_GWD" - "CLICK_TAG_MISSING" - "CLICK_TAG_MORE_THAN_ONE" - "CLICK_TAG_NON_TOP_LEVEL" - "COMPONENT_UNSUPPORTED_DCM" - "ENABLER_UNSUPPORTED_METHOD_DCM" - "EXTERNAL_FILE_REFERENCED" - "FILE_DETAIL_EMPTY" - "FILE_TYPE_INVALID" - "GWD_PROPERTIES_INVALID" - "HTML5_FEATURE_UNSUPPORTED" - "LINKED_FILE_NOT_FOUND" - "MAX_FLASH_VERSION_11" - "MRAID_REFERENCED" - "NOT_SSL_COMPLIANT" - "ORPHANED_ASSET" - "PRIMARY_HTML_MISSING" - "SVG_INVALID" - "ZIP_INVALID"

Declaration
[JsonProperty("warnedValidationRules")]
public virtual IList<string> WarnedValidationRules { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX