AdRequest class

Warning.

This is an archived version of the documentation. Actual documentation for all platforms can be found here.

This class contains settings for getting a targeted ad. To create a request, use the AdRequest.Builder class.

Properties

string Age { get }

The age that the user entered in the app.

.
string ContextQuery { get }

The search query that the user entered in the app.

.
List<string> ContextTags { get }

A list of tags produced by the app.

.
string Gender { get }

The gender that the user entered in the app.

.
Location Location { get }

User location.

.
Dictionary<string, string> Parameters { get }

List of additional parameters.

.
string Age { get }

The age that the user entered in the app.

.
string ContextQuery { get }

The search query that the user entered in the app.

.
List<string> ContextTags { get }

A list of tags produced by the app.

.
string Gender { get }

The gender that the user entered in the app.

.
Location Location { get }

User location.

.
Dictionary<string, string> Parameters { get }

List of additional parameters.

.

Property description

string Age { get }

public string Age { get }

The age that the user entered in the app.

string ContextQuery { get }

public string ContextQuery { get }

The search query that the user entered in the app.

List<string> ContextTags { get }

public List<string> ContextTags { get }

A list of tags produced by the app.

string Gender { get }

public string Gender { get }

The gender that the user entered in the app.

Location Location { get }

public Location Location { get }

User location.

Dictionary<string, string> Parameters { get }

public Dictionary<string, string> Parameters { get }

List of additional parameters.