10using System.Collections.Generic;
22 public string Age {
get;
private set; }
28 public string Gender {
get;
private set; }
62 string contextQuery =
null,
63 List<string> contextTags =
null)
67 this.Location = location;
68 this.ContextQuery = contextQuery;
69 this.ContextTags = contextTags !=
null ?
new List<string>(contextTags) :
null;
Location Location
User location.
string ContextQuery
The search query that the user entered in the app.
AdTargeting(string age=null, string gender=null, Location location=null, string contextQuery=null, List< string > contextTags=null)
Creates targeting data.
string Age
The string representation of the user's age.
string Gender
The string representation of the user's gender. See the list of values in YandexMobileAds....
List< string > ContextTags
A list of tags. Matches the context in which the ad will be displayed.