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

A class with data for a targeted ad request. More...

Classes

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

Properties

string AdUnitId [get]
 The string representation of user's age.
 
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

A class with data for a targeted ad request.

Definition at line 19 of file AdRequestConfiguration.cs.

Property Documentation

◆ AdTheme

AdTheme YandexMobileAds.Base.AdRequestConfiguration.AdTheme
get

Preferred theme.

Definition at line 54 of file AdRequestConfiguration.cs.

◆ AdUnitId

string YandexMobileAds.Base.AdRequestConfiguration.AdUnitId
get

The string representation of user's age.

Definition at line 24 of file AdRequestConfiguration.cs.

◆ Age

string YandexMobileAds.Base.AdRequestConfiguration.Age
get

The string representation of user's age.

Definition at line 29 of file AdRequestConfiguration.cs.

◆ ContextQuery

string YandexMobileAds.Base.AdRequestConfiguration.ContextQuery
get

The search query that the user entered in the app.

Definition at line 34 of file AdRequestConfiguration.cs.

◆ ContextTags

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

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

Definition at line 39 of file AdRequestConfiguration.cs.

◆ Gender

string YandexMobileAds.Base.AdRequestConfiguration.Gender
get

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

Definition at line 44 of file AdRequestConfiguration.cs.

◆ Location

Location YandexMobileAds.Base.AdRequestConfiguration.Location
get

User location.

Definition at line 49 of file AdRequestConfiguration.cs.

◆ Parameters

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

A set of arbitrary input parameters.

Definition at line 59 of file AdRequestConfiguration.cs.


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