Class MediationGroupTargeting
Set of criteria targeted by this mediation group. For example, a mediation group can target specific ad unit IDs, platform, format and geo location.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class MediationGroupTargeting : IDirectResponseSchema
Properties
AdUnitIds
Ad units targeted by this mediation group. Example: "ca-app-pub-1234/8790".
Declaration
[JsonProperty("adUnitIds")]
public virtual IList<string> AdUnitIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludedRegionCodes
The Unicode country/region code (CLDR) of a location, such as "US". Unset if this mediation group does not exclude any region.
Declaration
[JsonProperty("excludedRegionCodes")]
public virtual IList<string> ExcludedRegionCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Format
Ad format targeted by this mediation group. Examples: "banner", "native".
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
IdfaTargeting
The parameter can be used to target ad requests based on the availability of the IDFA. If set to ALL, the mediation group applies to all ad requests (with or without IDFA). If set to AVAILABLE, the mediation group applies to ad requests with IDFA. If set to NOT_AVAILABLE, the mediation group applies to ad requests without IDFA. Doesn't need to be specified for an ANDROID device.
Declaration
[JsonProperty("idfaTargeting")]
public virtual string IdfaTargeting { get; set; }
Property Value
Type | Description |
---|---|
string |
Platform
Describes the platform of the app. Examples: "IOS", "Android".
Declaration
[JsonProperty("platform")]
public virtual string Platform { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetedRegionCodes
The Unicode country/region code (CLDR) of a location, such as "US". Unset if this mediation group targets all available regions. For more information, see http://www.unicode.org/reports/tr35/#unicode_region_subtag.
Declaration
[JsonProperty("targetedRegionCodes")]
public virtual IList<string> TargetedRegionCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |