Package 

Interface CloudXAdapterBidRequestExtrasProvider


  • 
    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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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