# BidTags Prebid — Banner web Documentation: https://doc.searchplan.co/#prebid Build: https://prebid.searchplan.co/prebid.js Endpoint: https://prebid.searchplan.co/prebid/bid ```js { bidder: 'bidtags', params: { zone: 123456 } } ``` 123456 is an example only. Replace it with the zone ID assigned to your website. No server parameter or API token is needed in the bidder configuration. Add the supplied adapter source files to your Prebid.js modules directory and include bidtagsBidAdapter in your build alongside your existing bidders and consent modules. The supplied standalone build is Prebid.js 11.34.0 with BidTags only; use it for isolated validation, not as a replacement for your production bundle. Send requests from a real HTTPS page with matching Origin. Configured domain allowlists are enforced. Supported banner sizes: 300x250, 728x90, 320x50, 300x600. Video, native and app inventory are not enabled on this endpoint. When no demand is connected, accepted requests return HTTP 204 (no bid), with X-BidTags-Status: received-no-demand. Receiving a request does not generate an impression or earnings. Browser preflight requests are not counted as bid requests. For troubleshooting, send your website URL, assigned zone ID, UTC request time and HTTP status to your account manager. See the documentation for full examples.