Describes a single ad identifier used to uniquely identify an ad

interface SgaiAdTrackerIdentifiers {
    scheme: string;
    value: string;
}

Properties

Properties

scheme: string

A scheme URI that identifies the definition authority for the related identification value

value: string

An identifier value that can be interpreted using the semantics of the named scheme.