Class Adapter
Describes adapters supported by each mediation ad source. Adapters correspond to a specific SDK implementation of the ad source, and are each associated with a single platform and a list of supported ad unit formats. Adapters may also require setting some configurations to perform ad requests. Configurations can be specified in the AdUnitMapping by setting the ad_unit_configurations key/value pairs. For example, the ad_unit_configurations can be used to pass various IDs to the adapter's third-party SDK.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class Adapter : IDirectResponseSchema
Properties
AdapterConfigMetadata
Output only. Configuration metadata associated with this adapter.
Declaration
[JsonProperty("adapterConfigMetadata")]
public virtual IList<AdapterAdapterConfigMetadata> AdapterConfigMetadata { get; set; }
Property Value
Type | Description |
---|---|
IList<AdapterAdapterConfigMetadata> |
AdapterId
Output only. ID of this adapter. It is used to set adapter_id.
Declaration
[JsonProperty("adapterId")]
public virtual string AdapterId { 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 |
Formats
Output only. Indicates the formats of the ad units supported by this adapter.
Declaration
[JsonProperty("formats")]
public virtual IList<string> Formats { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Name
Output only. Resource name of the adapter. Format is: accounts/{publisher_id}/adSources/{ad_source_id}/adapters/{adapter_id}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Platform
Output only. Mobile application platform supported by this adapter. Supported values are: IOS, ANDROID, WINDOWS_PHONE
Declaration
[JsonProperty("platform")]
public virtual string Platform { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Output only. The display name of this adapter.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |