CookieIssueInsight

@Serializable
data class CookieIssueInsight(val type: InsightType, val tableEntryUrl: String? = null)

Information about the suggested solution to a cookie issue.

Official doc

Constructors

Link copied to clipboard
constructor(type: InsightType, tableEntryUrl: String? = null)

Properties

Link copied to clipboard
val tableEntryUrl: String? = null

Link to table entry in third-party cookie migration readiness list.

Link copied to clipboard

(undocumented in the protocol definition)