Yandex Mobile Ads
Loading...
Searching...
No Matches
Classes | Properties | List of all members
YandexMobileAds.Base.AdRequest Class Reference

Contains targeting information used to fetch an ad. new instance should be created using AdRequestConfiguration.Builder. More...

Classes

class  Builder
 A class responsible for creating AdRequest objects. More...
 

Properties

string Age [get]
 The string representation of user's age.
 
string ContextQuery [get]
 The search query that the user entered in the app.
 
List< string > ContextTags [get]
 An array of tags.Matches the context in which the ad will be displayed.
 
string Gender [get]
 The string representation of user's gender. See the list of values in Gender.
 
Location Location [get]
 User location.
 
AdTheme AdTheme [get]
 Preferred theme.
 
Dictionary< string, string > Parameters [get]
 A set of arbitrary input parameters.
 

Detailed Description

Contains targeting information used to fetch an ad. new instance should be created using AdRequestConfiguration.Builder.

Definition at line 19 of file AdRequest.cs.

Property Documentation

◆ AdTheme

AdTheme YandexMobileAds.Base.AdRequest.AdTheme
get

Preferred theme.

Definition at line 49 of file AdRequest.cs.

◆ Age

string YandexMobileAds.Base.AdRequest.Age
get

The string representation of user's age.

Definition at line 24 of file AdRequest.cs.

◆ ContextQuery

string YandexMobileAds.Base.AdRequest.ContextQuery
get

The search query that the user entered in the app.

Definition at line 29 of file AdRequest.cs.

◆ ContextTags

List<string> YandexMobileAds.Base.AdRequest.ContextTags
get

An array of tags.Matches the context in which the ad will be displayed.

Definition at line 34 of file AdRequest.cs.

◆ Gender

string YandexMobileAds.Base.AdRequest.Gender
get

The string representation of user's gender. See the list of values in Gender.

Definition at line 39 of file AdRequest.cs.

◆ Location

Location YandexMobileAds.Base.AdRequest.Location
get

User location.

Definition at line 44 of file AdRequest.cs.

◆ Parameters

Dictionary<string, string> YandexMobileAds.Base.AdRequest.Parameters
get

A set of arbitrary input parameters.

Definition at line 54 of file AdRequest.cs.


The documentation for this class was generated from the following file: