IMAdRequest is used to provide extra information when fetching ads. It is primarily used for better targeting of ads and to set the test mode. More...
Properties | |
bool | IsUDIDHashingAllowed [get, set] |
Gets or sets the IsUDIDHashingAllowed value. Set it to True if DeviceID is to be hashed. Set it to False if DeviceID is not to be hashed while requesting an Ad. | |
bool | LocationInquiryAllowed [get, set] |
Gets or sets the LocationInquiryAllowed value. Set if the user's location information can be used for targeting purpose. Setting to true will make use device GPS service. | |
List< string > | Keywords [get, set] |
Gets or sets the list of keywords for Ad targetting. | |
UserInfo | UserInfo [get, set] |
Gets or sets the user's information for ad targetting. |
IMAdRequest is used to provide extra information when fetching ads. It is primarily used for better targeting of ads and to set the test mode.
bool InMobi.WpSdk.IMAdRequest.IsUDIDHashingAllowed [get, set] |
Gets or sets the IsUDIDHashingAllowed value. Set it to True if DeviceID is to be hashed. Set it to False if DeviceID is not to be hashed while requesting an Ad.
List<string> InMobi.WpSdk.IMAdRequest.Keywords [get, set] |
Gets or sets the list of keywords for Ad targetting.
bool InMobi.WpSdk.IMAdRequest.LocationInquiryAllowed [get, set] |
Gets or sets the LocationInquiryAllowed value. Set if the user's location information can be used for targeting purpose. Setting to true will make use device GPS service.
UserInfo InMobi.WpSdk.IMAdRequest.UserInfo [get, set] |
Gets or sets the user's information for ad targetting.