Class VideoAdSequenceStep
The detail of a single step in a VideoAdSequence.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class VideoAdSequenceStep : IDirectResponseSchema
Properties
AdGroupId
The ID of the corresponding ad group of the step.
Declaration
[JsonProperty("adGroupId")]
public virtual long? AdGroupId { 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 |
InteractionType
The interaction on the previous step that will lead the viewer to this step. The first step does not have interaction_type.
Declaration
[JsonProperty("interactionType")]
public virtual string InteractionType { get; set; }
Property Value
Type | Description |
---|---|
string |
PreviousStepId
The ID of the previous step. The first step does not have previous step.
Declaration
[JsonProperty("previousStepId")]
public virtual long? PreviousStepId { get; set; }
Property Value
Type | Description |
---|---|
long? |
StepId
The ID of the step.
Declaration
[JsonProperty("stepId")]
public virtual long? StepId { get; set; }
Property Value
Type | Description |
---|---|
long? |