MPMoPubAd /5.7.0
@protocol MPMoPubAd <NSObject>
This protocol defines functionality that is shared between all MoPub ads.
Public Properties
MPMoPubAdDelegate/delegate /+5.7.0
-
Description: All MoPub ads have a delegate to call back when certain events occur.
-
Declaration:
@required @property (readwrite, nonatomic, nullable) id<MPMoPubAdDelegate> delegate;
-
Parameters: None.
Public Methods
- /mopubAd:didTrackImpressionWithImpressionData:impressionData /+5.7.0
-
Description: Called when an impression is fired on the
MPMoPubAd
instance. Includes information about the impression if applicable. -
Declaration:
- (void)mopubAd:(id<MPMoPubAd>)ad didTrackImpressionWithImpressionData:(MPImpressionData * _Nullable)impressionData;
-
Parameters:
ad
: TheMPMoPubAd
instance that fired the impression.impressionData
: Information about the impression, ornil
if the server didn’t return any information.
Last updated March 30, 2021
TWITTER, MOPUB, and the Bird logo are trademarks of Twitter, Inc. or its affiliates. All third party logos and trademarks included are the property of their respective owners.
© 2021 MoPub (a division of Twitter, Inc.)