AdScriptId

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

Identifies the script which caused a script or 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 scriptId's debugger.

Link copied to clipboard

Script Id of the script which caused a script or frame to be labelled as an ad.