isSHBEnabled
Defines, if the request should also consider the server side header bidding. Enabled if the value is 'true', disabled if the value is 'false'.
This preference will be submitted to the AdServer with every subsequent ad request. Users preference will not be persisted.
AdService.getInstance().setAdRequestGlobalParameter(
AdRequestGlobalParameters::isSHBEnabled,
true
)
Content copied to clipboard