Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 694 Bytes

prebid-bundle-generator-service

API that generates a prebid.js bundle.

Usage

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.

Setup

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

Run

node app.js

Other documentation

Refer to docs directory for packaging, deployment and operations guides.