mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 05:56:34 +03:00
adcom1: fix ExtendedIdentifierUID name/desc/json
This commit is contained in:
@@ -12,14 +12,14 @@ type ExtendedIdentifierUID struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
// uids
|
||||
// atype
|
||||
// Type:
|
||||
// object array
|
||||
// integer
|
||||
// Definition:
|
||||
// Type of user agent the match is from.
|
||||
// It is highly recommended to set this, as many DSPs separate app-native IDs from browser-based IDs and require a type value for ID resolution.
|
||||
// Refer to List: Agent Types.
|
||||
AType AgentType `json:"uids,omitempty"`
|
||||
AType AgentType `json:"atype,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
// ext
|
||||
|
||||
Reference in New Issue
Block a user