Class GetAdScriptAncestryResult
public sealed record GetAdScriptAncestryResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetAdScriptAncestryResult>
- Inheritance
-
EmptyResultGetAdScriptAncestryResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetAdScriptAncestryResult(AdAncestry?)
public GetAdScriptAncestryResult(AdAncestry? AdScriptAncestry)
Parameters
AdScriptAncestryAdAncestryThe 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.
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.
public AdAncestry? AdScriptAncestry { get; init; }