Class AdUnitPerformance
-
- All Implemented Interfaces:
public final class AdUnitPerformance extends AuctionHistory
-
-
Constructor Summary
Constructors Constructor Description AdUnitPerformance(List<NetworkSettings> providers, Integer limit)
-
Method Summary
Modifier and Type Method Description final UnitstorePerformance(WaterfallInstances waterfallInstances)StringgetStoredPerformanceForInstance(String instanceName)This method receives and instance name and according to the stored performance for that instance name builds a string of the performance separated by a comma delimiter For example: 2,2,4,1 -
-
Method Detail
-
storePerformance
final Unit storePerformance(WaterfallInstances waterfallInstances)
-
getStoredPerformanceForInstance
String getStoredPerformanceForInstance(String instanceName)
This method receives and instance name and according to the stored performance for that instance name builds a string of the performance separated by a comma delimiter For example: 2,2,4,1
-
-
-
-