GetAdScriptIdResponse

@Serializable
data class GetAdScriptIdResponse(val adScriptId: AdScriptId? = null)(source)

Response type for the PageDomain.getAdScriptId command.

Constructors

Link copied to clipboard
constructor(adScriptId: AdScriptId? = null)

Properties

Link copied to clipboard
val adScriptId: AdScriptId? = null

Identifies the bottom-most script which caused the frame to be labelled as an ad. Only sent if frame is labelled as an ad and id is available.