AdScriptId

@Serializable
data class AdScriptId(val scriptId: ScriptId, val debuggerId: UniqueDebuggerId)

Identifies the bottom-most script which caused the frame to be labelled as an ad.

Official doc

Constructors

Link copied to clipboard
constructor(scriptId: ScriptId, debuggerId: UniqueDebuggerId)

Properties

Link copied to clipboard

Id of adScriptId's debugger.

Link copied to clipboard

Script Id of the bottom-most script which caused the frame to be labelled as an ad.