GetAdScriptAncestryResponse

@Serializable
data class GetAdScriptAncestryResponse(val adScriptAncestry: AdScriptAncestry? = null)

Response type for the PageDomain.getAdScriptAncestry command.

Constructors

Link copied to clipboard
constructor(adScriptAncestry: AdScriptAncestry? = null)

Properties

Link copied to clipboard

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.