-
public class OpenRtbMergerThe OpenRtbMerger class provides functionality to merge a given JSON request object with an OpenRTB string representation.
-
-
Method Summary
Modifier and Type Method Description static JSONObjectglobalMerge(@NonNull() JSONObject originalRequest, String openRtb)It merges the SDK originalRequest and OpenRTB string. -
-
Method Detail
-
globalMerge
@NonNull() static JSONObject globalMerge(@NonNull() JSONObject originalRequest, String openRtb)
It merges the SDK originalRequest and OpenRTB string.
- Parameters:
originalRequest- original requestopenRtb- OpenRTB string
-
-
-
-