Unique

data class Unique(val tag: String? = null) : Pixel.PixelType

Pixel is a once-ever pixel. Subsequent attempts to fire such pixel will be ignored. By default, the pixel name will be used to avoid resending the pixel again, you can override this by adding your own tag instead.

Constructors

Link copied to clipboard
constructor(tag: String? = null)

Properties

Link copied to clipboard
val tag: String? = null