Class CreativeRequirements
Message captures data about the creatives in the deal.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class CreativeRequirements : IDirectResponseSchema
Properties
CreativeFormat
Output only. The format of the creative, only applicable for programmatic guaranteed and preferred deals.
Declaration
[JsonProperty("creativeFormat")]
public virtual string CreativeFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
CreativePreApprovalPolicy
Output only. Specifies the creative pre-approval policy.
Declaration
[JsonProperty("creativePreApprovalPolicy")]
public virtual string CreativePreApprovalPolicy { get; set; }
Property Value
Type | Description |
---|---|
string |
CreativeSafeFrameCompatibility
Output only. Specifies whether the creative is safeFrame compatible.
Declaration
[JsonProperty("creativeSafeFrameCompatibility")]
public virtual string CreativeSafeFrameCompatibility { 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 |
MaxAdDurationMs
Output only. The max duration of the video creative in milliseconds. only applicable for deals with video creatives.
Declaration
[JsonProperty("maxAdDurationMs")]
public virtual long? MaxAdDurationMs { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProgrammaticCreativeSource
Output only. Specifies the creative source for programmatic deals. PUBLISHER means creative is provided by seller and ADVERTISER means creative is provided by the buyer.
Declaration
[JsonProperty("programmaticCreativeSource")]
public virtual string ProgrammaticCreativeSource { get; set; }
Property Value
Type | Description |
---|---|
string |
SkippableAdType
Output only. Skippable video ads allow viewers to skip ads after 5 seconds. Only applicable for deals with video creatives.
Declaration
[JsonProperty("skippableAdType")]
public virtual string SkippableAdType { get; set; }
Property Value
Type | Description |
---|---|
string |