The knowledgebase is a categorized collection of answers to frequently asked questions (FAQ) and articles. You can read articles in this category or select a subcategory that you are interested in.
If the call payload to the /pixservices
endpoint contains a null value in the auctionid field, you must update your Prebid.js configuration to ensure transaction IDs (TIDs) are enabled. This will help prevent issues related to missing auction identifiers.
pbjs.setConfig({ enableTIDs: true });
null
values in the auctionid field of the /pixservices
payload.
Article ID: 72
Category: Publishers