From 77b6c0a773d71f3408cd48a6cf2b1b3c96a3b3c4 Mon Sep 17 00:00:00 2001 From: mxmCherry Date: Mon, 16 May 2022 19:55:14 +0300 Subject: [PATCH] adcom1: fix ExtendedIdentifierUID name/desc/json --- adcom1/extended_identifier_uid.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adcom1/extended_identifier_uid.go b/adcom1/extended_identifier_uid.go index 3cf16a2..6bd165a 100644 --- a/adcom1/extended_identifier_uid.go +++ b/adcom1/extended_identifier_uid.go @@ -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