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

Optional information that will be sent (if set) for increased targeting of the ad. More...

List of all members.

Properties

int Age [get, set]
 Gets or sets the age that the ad will be targeted for.
double Income [get, set]
 Gets or sets the income that the ad will be targeted for.
DateTime DateOfBirth [get, set]
 Gets or sets the date of birth that the ad will be targeted for.
UserLatLong LatLong [get, set]
 Gets or sets the GPS location that the ad will be targeted for.
UserLocation Location [get, set]
 Gets or sets the geographical location that the ad will be targeted for.
EducationType Education [get, set]
 Gets or sets the education level that the ad will be targeted for.
EthnicityType Ethnicity [get, set]
 Gets or sets the ethnicity that the ad will be targeted for.
GenderType Gender [get, set]
 Gets or sets the gender that the ad will be targeted for.
string AreaCode [get, set]
 Gets or sets the area code that the ad will be targeted for. Must be a 3-digit positive number.
string PostalCode [get, set]
 Gets or sets the postal code that the ad will be targeted for. Must be a 5-digit positive number.
List< string > Interests [get, set]
 Gets or sets the list of interests that the ad will be targeted for.

Detailed Description

Optional information that will be sent (if set) for increased targeting of the ad.


Property Documentation

int InMobi.WpSdk.UserInfo.Age [get, set]

Gets or sets the age that the ad will be targeted for.

string InMobi.WpSdk.UserInfo.AreaCode [get, set]

Gets or sets the area code that the ad will be targeted for. Must be a 3-digit positive number.

DateTime InMobi.WpSdk.UserInfo.DateOfBirth [get, set]

Gets or sets the date of birth that the ad will be targeted for.

Gets or sets the education level that the ad will be targeted for.

Gets or sets the ethnicity that the ad will be targeted for.

Gets or sets the gender that the ad will be targeted for.

double InMobi.WpSdk.UserInfo.Income [get, set]

Gets or sets the income that the ad will be targeted for.

List<string> InMobi.WpSdk.UserInfo.Interests [get, set]

Gets or sets the list of interests that the ad will be targeted for.

Gets or sets the GPS location that the ad will be targeted for.

Gets or sets the geographical location that the ad will be targeted for.

Gets or sets the postal code that the ad will be targeted for. Must be a 5-digit positive number.

 All Classes Namespaces Functions Variables Enumerations Properties Events