prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.28k stars 2.05k forks source link

Bidders not coming in/showing until I open devtools, Appnexus adapter returns parse error #4262

Closed svyoung closed 4 years ago

svyoung commented 4 years ago

Type of issue

Bug, Question

Description

Very new to Prebid/Header bidding. I've done the basic set up with Prebid.js and am facing 2 issues I cannot find the solution for.

  1. Headerbid Expert extension shows that there are 0 bidders on page load, with DFP showing as a listed bidder: image

But when I open Chrome's devtool/console, the bidders start to show. However, even though the bidders took, it shows that the bids don't count because they loaded much later. image image

  1. This probably means I've configured it incorrectly. I've gotten as far as MESSAGE: Emitting event for: bidRequested and get an error with AppNexus's adapter -> ERROR: in response for appnexus adapter: parse

image

The code setup (with params redacted):

bids: [
            {
              bidder: 'appnexus',
              labels: ['desktop', 'tablet', 'phone'],
              params: {
                placementId: ''
              }
            },
            {
              bidder: 'openx',
              labels: ['desktop', 'tablet', 'phone'],
              params: {
                delDomain: '',
                unit: ''
              }
            },
            {
              bidder: 'rubicon',
              params: {
                accountId: '',
                siteId: '',
                zoneId: '',
                sizes: [55,2]
              }
            }
          ]

Any clue what I am doing wrong? Here's what the PBJS debug messages say: image image

Platform details

Prebid v2.34.0 Chrome v75.0.3770.142 NPM v10.16.3

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.