PlacementResponse
public struct PlacementResponse : Codable
Top level response object for placement requests. Documentation can be found at: https://dev.adzerk.com/reference/response
-
Undocumented
Declaration
Swift
public let decisions: [String : [PlacementDecision]]
-
Undocumented
Declaration
Swift
public let extraAttributes: [String : AnyCodable]
-
Undocumented
Declaration
Swift
public let user: UserIdentifier?
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws