MaxAd class

Represents an ad that has been served by AppLovin MAX.

Properties

adUnitId String
The ad unit ID for which this ad was loaded.
final
creativeId String
The creative ID tied to the ad, if any. You can report creative issues to the corresponding ad network using this ID.
final
dspName String
The DSP network that provided the loaded ad when the ad is served through AppLovin Exchange.
final
hashCode int
The hash code for this object.
no setterinherited
nativeAd MaxNativeAd?
An instance of MaxNativeAd, available only for native ads
final
networkName String
The ad network from which this ad was loaded.
final
placement String
The placement name that you assign when you integrate each ad format.
final
revenue double
The ad’s revenue amount, or 0 if no revenue amount exists.
final
revenuePrecision String
The precision of the revenue value for this ad.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
waterfall MaxAdWaterfallInfo
The underlying waterfall of ad responses.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited