Show / Hide Table of Contents

Class CreativeRotation

Creative Rotation.

Inheritance
object
CreativeRotation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class CreativeRotation : IDirectResponseSchema

Properties

CreativeAssignments

Creative assignments in this creative rotation.

Declaration
[JsonProperty("creativeAssignments")]
public virtual IList<CreativeAssignment> CreativeAssignments { get; set; }
Property Value
Type Description
IList<CreativeAssignment>

CreativeOptimizationConfigurationId

Creative optimization configuration that is used by this ad. It should refer to one of the existing optimization configurations in the ad's campaign. If it is unset or set to 0, then the campaign's default optimization configuration will be used for this ad.

Declaration
[JsonProperty("creativeOptimizationConfigurationId")]
public virtual long? CreativeOptimizationConfigurationId { 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

Type

Type of creative rotation. Can be used to specify whether to use sequential or random rotation.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

WeightCalculationStrategy

Strategy for calculating weights. Used with CREATIVE_ROTATION_TYPE_RANDOM.

Declaration
[JsonProperty("weightCalculationStrategy")]
public virtual string WeightCalculationStrategy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX