![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
This class encapsulates the data[Advertisement profile] that need to be passed to the Advertisement service. UDID and Category are mandatory. All other parameters are optional. More...
Properties | |
string | Udid [get, set] |
Gets or sets the value of Udid. UDID is used for Ad tracking purpose and should be atleast 30 characters. This is a mandatory parameter to be passed to Ad API. | |
string | Category [get, set] |
Gets or sets the type of category for the advertisement. This is a mandatory parameter to be passed to Ad API. | |
string | Gender [get, set] |
Gets or sets the value of Gender. | |
int | ZipCode [get, set] |
Gets or sets the value of Zip/Postal code of a user. For US only. | |
int | AreaCode [get, set] |
Gets or sets the value of Area code of a user. For US only. | |
string | City [get, set] |
Gets or sets the value of city. The City (with state) of the device user. For US only. | |
string | Country [get, set] |
Gets or sets the value of country. An ISO 3166 code to be used for specifying a country code. | |
decimal | Longitude [get, set] |
Gets or sets the value of user location longitude value (in degrees). | |
decimal | Latitude [get, set] |
Gets or sets the value of user location latitude value (in degrees). | |
int | MaxHeight [get, set] |
Gets or sets the maximum height of the ad banner to be shown. | |
int | MaxWidth [get, set] |
Gets or sets the maximum width of the ad banner to be shown. | |
int | MinHeight [get, set] |
Gets or sets the minimum height of the ad banner to be shown. | |
int | MinWidth [get, set] |
Gets or sets the minimum width of the ad banner to be shown. | |
uint | Type [get, set] |
Gets or sets the type of ads to be returned. | |
string | AgeGroup [get, set] |
Gets or sets the age group of the demographic audience of the app. | |
uint | Over18Content [get, set] |
Gets or sets the Over18 content filter. | |
string | Keywords [get, set] |
Gets or sets keywords filter. (delimited by keywords=music, commas). | |
uint | Premium [get, set] |
Gets or sets the premium status filter. |
This class encapsulates the data[Advertisement profile] that need to be passed to the Advertisement service. UDID and Category are mandatory. All other parameters are optional.
string ATT_MSSDK.Advertisementv1.AdRequest.AgeGroup [get, set] |
Gets or sets the age group of the demographic audience of the app.
int ATT_MSSDK.Advertisementv1.AdRequest.AreaCode [get, set] |
Gets or sets the value of Area code of a user. For US only.
string ATT_MSSDK.Advertisementv1.AdRequest.Category [get, set] |
Gets or sets the type of category for the advertisement. This is a mandatory parameter to be passed to Ad API.
string ATT_MSSDK.Advertisementv1.AdRequest.City [get, set] |
Gets or sets the value of city. The City (with state) of the device user. For US only.
string ATT_MSSDK.Advertisementv1.AdRequest.Country [get, set] |
Gets or sets the value of country. An ISO 3166 code to be used for specifying a country code.
string ATT_MSSDK.Advertisementv1.AdRequest.Gender [get, set] |
Gets or sets the value of Gender.
string ATT_MSSDK.Advertisementv1.AdRequest.Keywords [get, set] |
Gets or sets keywords filter. (delimited by keywords=music, commas).
decimal ATT_MSSDK.Advertisementv1.AdRequest.Latitude [get, set] |
Gets or sets the value of user location latitude value (in degrees).
decimal ATT_MSSDK.Advertisementv1.AdRequest.Longitude [get, set] |
Gets or sets the value of user location longitude value (in degrees).
int ATT_MSSDK.Advertisementv1.AdRequest.MaxHeight [get, set] |
Gets or sets the maximum height of the ad banner to be shown.
int ATT_MSSDK.Advertisementv1.AdRequest.MaxWidth [get, set] |
Gets or sets the maximum width of the ad banner to be shown.
int ATT_MSSDK.Advertisementv1.AdRequest.MinHeight [get, set] |
Gets or sets the minimum height of the ad banner to be shown.
int ATT_MSSDK.Advertisementv1.AdRequest.MinWidth [get, set] |
Gets or sets the minimum width of the ad banner to be shown.
uint ATT_MSSDK.Advertisementv1.AdRequest.Over18Content [get, set] |
Gets or sets the Over18 content filter.
uint ATT_MSSDK.Advertisementv1.AdRequest.Premium [get, set] |
Gets or sets the premium status filter.
uint ATT_MSSDK.Advertisementv1.AdRequest.Type [get, set] |
Gets or sets the type of ads to be returned.
string ATT_MSSDK.Advertisementv1.AdRequest.Udid [get, set] |
int ATT_MSSDK.Advertisementv1.AdRequest.ZipCode [get, set] |
Gets or sets the value of Zip/Postal code of a user. For US only.