mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 05:56:34 +03:00
adcom1: change const prefix ATypeXXX -> AgentTypeXXX
This commit is contained in:
@@ -7,7 +7,7 @@ type AgentType int64
|
||||
//
|
||||
// Values of 500+ hold vendor-specific codes.
|
||||
const (
|
||||
ATypeWeb AgentType = 1 // An ID which is tied to a specific web browser or device (cookie-based, probabilistic, or other).
|
||||
ATypeApp AgentType = 2 // In-app impressions, which will typically contain a type of device ID (or rather, the privacy-compliant versions of device IDs).
|
||||
ATypePerson AgentType = 3 // A person-based ID, i.e., that is the same across devices.
|
||||
AgentTypeWeb AgentType = 1 // An ID which is tied to a specific web browser or device (cookie-based, probabilistic, or other).
|
||||
AgentTypeApp AgentType = 2 // In-app impressions, which will typically contain a type of device ID (or rather, the privacy-compliant versions of device IDs).
|
||||
AgentTypePerson AgentType = 3 // A person-based ID, i.e., that is the same across devices.
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user