Show / Hide Table of Contents

Class AdUnitMapping

Settings to map an AdMob ad unit to a 3rd party ad unit.

Inheritance
object
AdUnitMapping
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 AdUnitMapping : IDirectResponseSchema

Properties

AdUnitConfigurations

Settings for the specified ad unit to make an ad request to 3rd party ad network. Key-value pairs with values set by the user for the keys requested by the ad network. Please see https://support.google.com/admob/answer/3245073 for details on how to configure the network settings.

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

AdapterId

The ID of mediation ad source adapter used by this ad unit mapping. The adapter determines the information needed in the ad_network_settings.

Declaration
[JsonProperty("adapterId")]
public virtual long? AdapterId { get; set; }
Property Value
Type Description
long?

DisplayName

Optional. The display name of this ad unit mapping instance.

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

Name

Resource name of this ad unit mapping. Format is: accounts/{publisher_id}/adUnits/{ad_unit_id_fragment}/adUnitMappings/{ad_unit_mapping_id} Example: accounts/pub-1234567890123456/adUnits/0123456789/adUnitMappings/987654321

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

State

Output only. The status of this ad unit mapping.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX