-
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface CloudXAdapterBidRequestExtrasProvider
Some ad networks require additional data to be passed into the bid request for running ortb auction, for example, bid token. Such data can be passed via implementing this interface.
-
-
Method Summary
Modifier and Type Method Description abstract Map<String, String>provideExtras(Context context)Provides additional data to be included in the bid request for this ad network. -
-
Method Detail
-
provideExtras
abstract Map<String, String> provideExtras(Context context)
Provides additional data to be included in the bid request for this ad network.
- Parameters:
context- Android application context
-
-
-
-