AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.Advertisementv1.AdRequest Class Reference

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

List of all members.

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.

Detailed Description

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.


Property Documentation

Gets or sets the age group of the demographic audience of the app.

Gets or sets the value of Area code of a user. For US only.

Gets or sets the type of category for the advertisement. This is a mandatory parameter to be passed to Ad API.

Gets or sets the value of city. The City (with state) of the device user. For US only.

Gets or sets the value of country. An ISO 3166 code to be used for specifying a country code.

Gets or sets the value of Gender.

Gets or sets keywords filter. (delimited by keywords=music, commas).

Gets or sets the value of user location latitude value (in degrees).

Gets or sets the value of user location longitude value (in degrees).

Gets or sets the maximum height of the ad banner to be shown.

Gets or sets the maximum width of the ad banner to be shown.

Gets or sets the minimum height of the ad banner to be shown.

Gets or sets the minimum width of the ad banner to be shown.

Gets or sets the Over18 content filter.

Gets or sets the premium status filter.

Gets or sets the type of ads to be returned.

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.

Gets or sets the value of Zip/Postal code of a user. For US only.