Class PartnerRevenueModel
Settings that control how partner revenue is calculated.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class PartnerRevenueModel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MarkupAmount
Required. The markup amount of the partner revenue model. Must be greater than or equal to 0. * When the
markup_type is set to be PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM
, this field represents the CPM markup in
micros of advertiser's currency. For example, 1500000 represents 1.5 standard units of the currency. * When
the markup_type is set to be PARTNER_REVENUE_MODEL_MARKUP_TYPE_MEDIA_COST_MARKUP
, this field represents
the media cost percent markup in millis. For example, 100 represents 0.1% (decimal 0.001). * When the
markup_type is set to be PARTNER_REVENUE_MODEL_MARKUP_TYPE_TOTAL_MEDIA_COST_MARKUP
, this field represents
the total media cost percent markup in millis. For example, 100 represents 0.1% (decimal 0.001).
Declaration
[JsonProperty("markupAmount")]
public virtual long? MarkupAmount { get; set; }
Property Value
Type | Description |
---|---|
long? |
MarkupType
Required. The markup type of the partner revenue model.
Declaration
[JsonProperty("markupType")]
public virtual string MarkupType { get; set; }
Property Value
Type | Description |
---|---|
string |