InMobi WP7 SDK
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties
InMobi.WpSdk.IMAdRequest Class Reference

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...

List of all members.

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.

Detailed Description

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.


Property Documentation

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.

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.

Gets or sets the user's information for ad targetting.

 All Classes Namespaces Functions Variables Enumerations Properties Events