Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleFor Prebid.JS

This page is for the integration of Prebid Server connections only. A For Prebid.JS guide will be released in the near future for Prebid.JS connectionsjs please consult the Prebid.js Integration Guide.

Specification Support

SpecificationVersionLast Update DateNotes
Prebid Server3.18.0 and above

 

3.18.0 is the minimum Prebid Server Version that embeds the fwssp adapter

IAB Content Category Taxonomyv1

 

IAB Content Categories are mapped to FreeWheel Global Industries

...

Code Block
languagejs
titlePrebid Received Request
collapsetrue
{
  "id": "fwssp-test",
  "siteimp": [{
    "pageid": "prebid.org"imp-1",
  },
  "impvideo": [
    {
      "idmimes": "imp-1"["video/mp4"],
      "videominduration": {5,
        "mimesmaxduration": [30,
      "startdelay": -1,
      "video/mp4"maxseq": 5,
        ]"poddur": 120,
        "w": 300,
        "h": 250,
        "maxdurationminbitrate": 30300,
        "mindurationmaxbitrate": 5,1500
    },
    "startdelaysecure": -1,
        "minbitrateext": 300,{
        "maxbitrateprebid": 1500,{
        "maxseqbidder": 5,{
          "poddurfwssp": 120{
      },
      "extcustom_site_section_id": {
"ss_12345",
            "prebidnetwork_id": {"123456",
            "bidderprofile_id": {"123456:prof_12345"
            "fwssp": {}
        }
      "custom_site_section_id": "ss_12345",}
    }
  }],
    "site": {
    "network_idpage": "123456https://prebid.org",
    "ext": {
         "profile_id"amp": "123456:prof_12345"0
     }
       },
  "device": {
    "ua": "curl/8.7.1"
  },
  "at": 1,
     }"regs": {
    "coppa":  }0,
    "gdpr": 1,
    }
  "gpp": "DBABLA~BVQqAAAAAWA",
    "gpp_sid": [7],
    "extus_privacy": {"1---"
  },
  "prebiduser": {
      "debugext": true{
    }
  }
}

10.1.2 Bidder Received Request Sample

"consent": "ABCDEF123456"
    }
  },
  "source": {
    "ext": {
      "schain": {
        "complete": 1,
        "nodes": [{
          "asi": "lkqd.net",
          "hp": 1,
          "sid": "1100053830"
        }],
        "ver": "1.0"
      }
    }
  },
  "ext": {
    "keywords": {
      "_fw_content_programmer_brand": "brand-name",
      "_fw_content_programmer_brand_channel": "channel-name",
      "_fw_content_genre": "comedy",
      "_fw_content_category": "comedy",
      "_fw_content_rating": "PG",
      "_fw_content_language": "en"
    },
    "prebid": {
      "debug": true,
      "server": {
        "externalurl": "http://localhost:8000",
        "gvlid": 0,
        "datacenter": ""
      }
    }
  }
}

10.1.2 Bidder Received Request Sample

Code Block
languagejs
titleBidder Received Request
collapsetrue
{
  "id": "fwssp-test",
  "imp": [{
    "id": "imp-1",
    "video": {
      "mimes": ["video/mp4"],
      "minduration": 5,
      "maxduration": 30,
      "startdelay": -1,
      "maxseq": 5,
      "poddur": 120,
      "w": 300,
      "h": 250,
      "minbitrate": 300,
      "maxbitrate": 1500
    },
    "secure": 1,
    "ext": {
      "custom_site_section_id": "ss_12345",
      "network_id": "123456",
      "profile_id": "123456:prof_12345"
    }
  }],
  "site": {
    "page": "https://prebid.org",
    "ext": {
Code Block
languagejs
titleBidder Received Request
collapsetrue
{
  "id": "fwssp-test",
  "imp": [
    {
      "id": "imp-1",
      "videoamp": {0
    }
  },
  "mimesdevice": [{
    "ua": "curl/8.7.1"
   },
  "video/mp4"at": 1,
  "regs": {
    "coppa": ]0,
    "gdpr": 1,
    "mindurationgpp": 5"DBABLA~BVQqAAAAAWA",
    "gpp_sid": [7],
    "maxdurationus_privacy": 30 "1---"
  },
  "user": {
     "startdelayext": -1,{
        "maxseqconsent": 5,"ABCDEF123456"
    }
  },
  "poddursource": 120,
    {
    "wext": 300,{
        "hschain": 250,{
        "minbitratecomplete": 3001,
        "maxbitratenodes": 1500[{
      },
     "asi": "secure": 1,
lkqd.net",
          "exthp": {1,
          "custom_site_section_idsid": "ss_123451100053830",
        "network_id": "123456"}],
        "profile_idver": "123456:prof_123451.0"
      }
    }
  ]},
  "siteext": {
    "pagekeywords": "prebid.org",
{
      "ext_fw_content_programmer_brand": {"brand-name",
      "amp_fw_content_programmer_brand_channel": 0
  "channel-name",
  }
  },
  "device_fw_content_genre": {"comedy",
     "ua "_fw_content_category": "curl/8.7.1"
  },
  "at": 1comedy",
      "_fw_content_rating": "PG",
  "source": {
    "tid_fw_content_language": "d5e38b20-69d3-4a0a-bbc5-ebb523542062en"
    },
  "ext": {
    "prebid": {
      "debug": true,
      "server": {
        "externalurl": "http://localhost:8000",
        "gvlid": 0,
        "datacenter": ""
      }
    }
  }
}

10.1.3 Bidder Returned Response Sample

...

You are evaluating Refined.