上传者: 42138525
|
上传时间: 2022-02-21 09:43:34
|
文件大小: 5KB
|
文件类型: -
#OpenRTB宏替代者#
##用法##
var sub = require ( './openrtb-macrosub' ) ;
sub ( 'http://some/crazy/win/URL/{$AUCTION_ID}/{$AUCTION_PRICE}' , { id : 'some-id' , price : 500 } ) ;
// This will output 'http://some/crazy/win/URL/some-id/500'.
sub ( 'http://some/URL/needs/{$AUCTION_SEAT_ID}' , { seat : 'e$c4p ed' } , true ) ;
// This will output 'http://some/URL/needs/e$c4p ed'.
##去做##
支持宏编码。