Class PlacementAssignment
Placement Assignment.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class PlacementAssignment : IDirectResponseSchema
Properties
Active
Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.
Declaration
[JsonProperty("active")]
public virtual bool? Active { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlacementId
ID of the placement to be assigned. This is a required field.
Declaration
[JsonProperty("placementId")]
public virtual long? PlacementId { get; set; }
Property Value
Type | Description |
---|---|
long? |
PlacementIdDimensionValue
Dimension value for the ID of the placement. This is a read-only, auto-generated field.
Declaration
[JsonProperty("placementIdDimensionValue")]
public virtual DimensionValue PlacementIdDimensionValue { get; set; }
Property Value
Type | Description |
---|---|
DimensionValue |
SslRequired
Whether the placement to be assigned requires SSL. This is a read-only field that is auto-generated when the ad is inserted or updated.
Declaration
[JsonProperty("sslRequired")]
public virtual bool? SslRequired { get; set; }
Property Value
Type | Description |
---|---|
bool? |