UNPKG

ironsource-mediation

Version:

IronSource ad mediation React-Native plugin. Monetize apps with rewarded video, interstitial, banner, and native ads.

21 lines 634 B
/** * Used for Event Listeners * AdInfo params: * https://developers.is.com/ironsource-mobile/android/levelplay-listener-adinfo-integration/#step-3 */ export type IronSourceAdInfo = { auctionId: string | null; adUnit: string | null; country: string | null; ab: string | null; segmentName: string | null; adNetwork: string | null; instanceName: string | null; instanceId: string | null; revenue: number | null; precision: string | null; lifetimeRevenue: number | null; encryptedCPM: string | null; conversionValue: number | null; }; //# sourceMappingURL=IronSourceAdInfo.d.ts.map