Class OptimizationActivity
Creative optimization activity.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class OptimizationActivity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FloodlightActivityId
Floodlight activity ID of this optimization activity. This is a required field.
Declaration
[JsonProperty("floodlightActivityId")]
public virtual long? FloodlightActivityId { get; set; }
Property Value
Type | Description |
---|---|
long? |
FloodlightActivityIdDimensionValue
Dimension value for the ID of the floodlight activity. This is a read-only, auto-generated field.
Declaration
[JsonProperty("floodlightActivityIdDimensionValue")]
public virtual DimensionValue FloodlightActivityIdDimensionValue { get; set; }
Property Value
Type | Description |
---|---|
DimensionValue |
Weight
Weight associated with this optimization. The weight assigned will be understood in proportion to the weights assigned to the other optimization activities. Value must be greater than or equal to 1.
Declaration
[JsonProperty("weight")]
public virtual int? Weight { get; set; }
Property Value
Type | Description |
---|---|
int? |