package privacy

// Policies contains privacy signals and consent for non-OpenRTB activities.
type Policies struct {
	GPPSID []int8
}
