AdScriptIdentifier

@Serializable
data class AdScriptIdentifier(val scriptId: String, val debuggerId: String, val name: String)

Identifies the script on the stack that caused a resource or element to be labeled as an ad. For resources, this indicates the context that triggered the fetch. For elements, this indicates the context that caused the element to be appended to the DOM.

Constructors

Link copied to clipboard
constructor(scriptId: String, debuggerId: String, name: String)

Properties

Link copied to clipboard

V8's debugging ID for the v8::Context.

Link copied to clipboard

The script's url (or generated name based on id if inline script).

Link copied to clipboard

The script's V8 identifier.