GoogleMobileAds. Api. AdapterResponseInfo
Response information for an individual ad network in an ad response.
Summary
Constructors and Destructors |
|
---|---|
AdapterResponseInfo(IAdapterResponseInfoClient client)
|
Properties |
|
---|---|
AdError
|
Returns the error that occurred while rendering the ad.
|
AdSourceId
|
string
Returns the ad source ID associated with this adapter response.
|
AdSourceInstanceId
|
string
Returns the ad source instance ID associated with this adapter response.
|
AdSourceInstanceName
|
string
Returns the ad source instance name associated with this adapter response.
|
AdSourceName
|
string
Returns the ad source name associated with this adapter response.
|
AdUnitMapping
|
Dictionary< string, string >
Returns a Dictionary containing the ad unit mapping.
|
AdapterClassName
|
string
Returns a class name that identifies the ad network adapter.
|
LatencyMillis
|
long
Returns the amount of time the ad network adapter spent loading an ad in ms.
|
Public functions |
|
---|---|
ToString()
|
override string
Returns a log friendly string version of this object.
|
Properties
AdError
AdError AdError
Returns the error that occurred while rendering the ad.
Returns null if no error occurred or the adapter was not attempted.
AdSourceId
string AdSourceId
Returns the ad source ID associated with this adapter response.
Returns an empty string if the ad server doesn't populate this field.
AdSourceInstanceId
string AdSourceInstanceId
Returns the ad source instance ID associated with this adapter response.
Returns an empty string if the ad server doesn't populate this field.
AdSourceInstanceName
string AdSourceInstanceName
Returns the ad source instance name associated with this adapter response.
Returns an empty string if the ad server doesn't populate this field.
AdSourceName
string AdSourceName
Returns the ad source name associated with this adapter response.
Returns an empty string if the ad server doesn't populate this field.
AdUnitMapping
Dictionary< string, string > AdUnitMapping
Returns a Dictionary containing the ad unit mapping.
AdapterClassName
string AdapterClassName
Returns a class name that identifies the ad network adapter.
LatencyMillis
long LatencyMillis
Returns the amount of time the ad network adapter spent loading an ad in ms.
Returns 0 if the adapter was not attempted.
Public functions
AdapterResponseInfo
AdapterResponseInfo( IAdapterResponseInfoClient client )
ToString
override string ToString()
Returns a log friendly string version of this object.