AdTargetInfo
@objc(YMAAdTargetInfo)
@objcMembers
public class AdTargetInfo : NSObject
Undocumented
-
User age.
Declaration
Swift
public var age: NSNumber?
-
The gender of the user. For a list of values, see the Gender section.
Declaration
Swift
public var gender: String?
-
User location.
Declaration
Swift
public var location: CLLocation?
-
The search query that the user entered in the app.
Declaration
Swift
public var contextQuery: String?
-
List of tags. Matches the context in which the ad will be displayed.
Declaration
Swift
public var contextTags: [String]?