Class StudioCreative
Contains studio creative information.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class StudioCreative : IDirectResponseSchema
Properties
AssetIds
List of assets associated with this studio creative. It is a required field on insertion.
Declaration
[JsonProperty("assetIds")]
public virtual IList<long?> AssetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
BackupImageAssetId
Backup image asset ID of this studio creative.
Declaration
[JsonProperty("backupImageAssetId")]
public virtual long? BackupImageAssetId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CreatedInfo
The timestamp when the studio creative was created. This is a read-only, auto-generated field.
Declaration
[JsonProperty("createdInfo")]
public virtual LastModifiedInfo CreatedInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| LastModifiedInfo |
Dimension
Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING.
Declaration
[JsonProperty("dimension")]
public virtual StudioCreativeDimension Dimension { get; set; }
Property Value
| Type | Description |
|---|---|
| StudioCreativeDimension |
DynamicProfileId
Dynamic profile ID of this studio creative.
Declaration
[JsonProperty("dynamicProfileId")]
public virtual long? DynamicProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Format
Format of this studio creative. This is a required field on insertion.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. Unique ID of this studio creative. This is a read-only, auto-generated field.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
LastModifiedInfo
The timestamp when the studio creative was last modified. This is a read-only, auto-generated field.
Declaration
[JsonProperty("lastModifiedInfo")]
public virtual LastModifiedInfo LastModifiedInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| LastModifiedInfo |
Name
Identifier. Name of this studio creative. This is a required field on insertion.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. Status of this studio creative. It is a read-only field.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StudioAccountId
Studio account ID of this creative. This field, if left unset, will be auto-populated.
Declaration
[JsonProperty("studioAccountId")]
public virtual long? StudioAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StudioAdvertiserId
Studio advertiser ID of this studio creative. This is a required field on insertion.
Declaration
[JsonProperty("studioAdvertiserId")]
public virtual long? StudioAdvertiserId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StudioCampaignId
Studio campaign ID of this studio creative. This is a required field on insertion.
Declaration
[JsonProperty("studioCampaignId")]
public virtual long? StudioCampaignId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |