Show / Hide Table of Contents

Class MediationGroup

Describes an AdMob Mediation group.

Inheritance
object
MediationGroup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class MediationGroup : IDirectResponseSchema

Properties

DisplayName

User provided name for the mediation group. The maximum length allowed is 120 characters.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MediationAbExperimentState

Output only. The state of the mediation a/b experiment that belongs to this mediation group.

Declaration
[JsonProperty("mediationAbExperimentState")]
public virtual string MediationAbExperimentState { get; set; }
Property Value
Type Description
string

MediationGroupId

The ID of the mediation group. Example: "0123456789". This is a read only property.

Declaration
[JsonProperty("mediationGroupId")]
public virtual string MediationGroupId { get; set; }
Property Value
Type Description
string

MediationGroupLines

The mediation lines used for serving for this mediation group. Key is the ID of the mediation group line. For creation, use distinct negative values as placeholder.

Declaration
[JsonProperty("mediationGroupLines")]
public virtual IDictionary<string, MediationGroupMediationGroupLine> MediationGroupLines { get; set; }
Property Value
Type Description
IDictionary<string, MediationGroupMediationGroupLine>

Name

Resource name for this mediation group. Format is: accounts/{publisher_id}/mediationGroups/{mediation_group_id} Example: accounts/pub-9876543210987654/mediationGroups/0123456789

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

State

The status of the mediation group. Only enabled mediation groups will be served.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Targeting

Set of criteria targeted by this mediation group, such as ad units and geo locations.

Declaration
[JsonProperty("targeting")]
public virtual MediationGroupTargeting Targeting { get; set; }
Property Value
Type Description
MediationGroupTargeting

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX