Extension

@Serializable
class Extension(var consent: String? = null, var admob_gde_signals: String? = null, var facebook_buyeruid: String? = null, var inmobi_buyeruid: String? = null, var unity_buyeruid: String? = null, var vungle_buyeruid: String? = null, var eids: Set<EID>? = null, var mfx_buyerdata: Map<String, String>? = null, var mintegral_sdk: Map<String, String>? = null, var moloco_buyeruid: String? = null)

User extension object used by Nimbus

Constructors

Link copied to clipboard
constructor(consent: String? = null, admob_gde_signals: String? = null, facebook_buyeruid: String? = null, inmobi_buyeruid: String? = null, unity_buyeruid: String? = null, vungle_buyeruid: String? = null, eids: Set<EID>? = null, mfx_buyerdata: Map<String, String>? = null, mintegral_sdk: Map<String, String>? = null, moloco_buyeruid: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Publisher provided GDPR consent string

Link copied to clipboard

Collection of external user ids

Link copied to clipboard

String token provided by the Facebook Audience Network to include FAN demand in the auction.

Link copied to clipboard

String token provided by InMobi SDK to include InMobi demand in the auction.

Link copied to clipboard

Map provided by MobileFuse SDK to include MobileFuse in the auction.

Link copied to clipboard

Map containing buyeruid and sdkv strings to include Mintegral in the auction.

Link copied to clipboard

String token provided by Moloco SDK to include Moloco in the auction.

Link copied to clipboard

String token provided by the Unity Ads SDK to include Unity demand in the auction. Token is initialized when UnityAds is initialized and the token and campaign is refreshed after the ad playback has started.

Link copied to clipboard

String token provided by the Vungle SDK to include Vungle in the auction.