Class GetAdScriptAncestryCommandResponse
Response for GetAdScriptAncestry
public sealed class GetAdScriptAncestryCommandResponse : ICommandResponse<GetAdScriptAncestryCommandSettings>, ICommandResponse
- Inheritance
-
GetAdScriptAncestryCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
AdScriptAncestry
The ancestry chain of ad script identifiers leading to this frame's creation, along with the root script's filterlist rule. The ancestry chain is ordered from the most immediate script (in the frame creation stack) to more distant ancestors (that created the immediately preceding script). Only sent if frame is labelled as an ad and ids are available.
[JsonPropertyName("adScriptAncestry")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AdScriptAncestry? AdScriptAncestry { get; set; }