Example #1
0
 public function build_rtb_bid_request_loopback()
 {
     return \buyrtb\encoders\openrtb\RtbBidRequestJsonEncoder::execute($this->RtbBidRequestLocalPmp);
 }
 public function build_rtb_bid_request()
 {
     $bid_request = array();
     $this->bid_request = \buyrtb\encoders\openrtb\RtbBidRequestJsonEncoder::execute($this->RtbBidRequest);
     return $this->bid_request;
 }