API that generates a prebid.js bundle.
Send a POST request to the /download
service:
{
"modules": ["smartadserverBidAdapter", "googleAnalyticsAdapter"],
"version": "1.12.0"
}
Responds with the content of the Prebid.js bundle with the desired modules.
run ./checkout.sh ${num_previous_ver}
to checkout prebid.js and build the files, where ${num_previous_ver}
is the number git tags (sorted from latest release) to checkout
node app.js
Refer to docs directory for packaging, deployment and operations guides.