Daily

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

Pixel is a first-in-day pixel. Subsequent attempts to fire such pixel on a given calendar day (UTC) 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