PromotedJSON

data class PromotedJSON(val trackingUrl: String?)

Represents a promoted JSON response in the Discovery API.

Holds tracking URL for promoted content.

Constructors

Link copied to clipboard
constructor(trackingUrl: String?)

Properties

Link copied to clipboard

The tracking URL, if available.