Topsort Analytics
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Topsort Analytics
Topsort Analytics
/
com.topsort.analytics.model.auctions
/
Auction
Auction
data
class
Auction
(
source
)
Members
Types
Category
Link copied to clipboard
data
class
Category
(
val
id
:
String
?
=
null
,
val
ids
:
List
<
String
>
?
=
null
,
val
disjunctions
:
List
<
List
<
String
>
>
?
=
null
)
Companion
Link copied to clipboard
object
Companion
Factory
Link copied to clipboard
object
Factory
Geo
Targeting
Link copied to clipboard
data
class
GeoTargeting
(
val
location
:
String
)
Products
Link copied to clipboard
data
class
Products
(
val
ids
:
List
<
String
>
,
val
qualityScores
:
List
<
Double
>
?
=
null
)
Properties
category
Link copied to clipboard
val
category
:
Auction.Category
?
device
Link copied to clipboard
val
device
:
Device
?
geo
Targeting
Link copied to clipboard
val
geoTargeting
:
Auction.GeoTargeting
?
opaque
User
Id
Link copied to clipboard
val
opaqueUserId
:
String
?
The opaque user ID for targeting context.
placement
Id
Link copied to clipboard
val
placementId
:
Int
?
Experiment bucket (1-8) for A/B testing.
products
Link copied to clipboard
val
products
:
Auction.Products
?
search
Query
Link copied to clipboard
val
searchQuery
:
String
?
slot
Id
Link copied to clipboard
val
slotId
:
String
?
slots
Link copied to clipboard
val
slots
:
Int
type
Link copied to clipboard
val
type
:
String
Functions
to
Json
Object
Link copied to clipboard
fun
toJsonObject
(
)
:
JSONObject