Back to Bidders

Iqiyi

Features

Bidder Code iqiyi Prebid.org Member no
Prebid.js Adapter no Prebid Server Adapter yes
Media Types display, video, native Multi Format Support will-bid-on-any
TCF-EU Support no IAB GVL ID check with bidder
GPP Support check with bidder DSA Support check with bidder
USP/CCPA Support check with bidder COPPA Support no
Supply Chain Support no Demand Chain Support check with bidder
Safeframes OK yes Supports Deals no
Floors Module Support check with bidder First Party Data Support check with bidder
Endpoint Compression check with bidder ORTB Blocking Support check with bidder
User IDs none Privacy Sandbox check with bidder
Prebid Server App Support yes

Registration

The Iqiyi bidding adapter requires setup before beginning. Please contact the Iqiyi team at adsglobal@qiyi.com.

Bid Params

Name Scope Description Example Type
accountid required The account ID provided by Iqiyi. Please contact the Iqiyi team to get your account ID. '100000099' string

Test Parameters

var adUnits = [
    // Banner adUnit
    {
        code: 'test-div',
        mediaTypes: {
            banner: {
                sizes: [[300, 250]],  // a display size
            }
        },
        bids: [
           {
               bidder: "iqiyi",
               params: {
                    accountid: "100000099"
                }
           }
       ]
    },
    // Video adUnit
    {
        code: 'div-1',
        mediaTypes: {
            video: {
                context: 'outstream',
                playerSize: [[640, 360]],
                mimes: ['video/mp4'],
            },
        },
        bids: [
            {
                bidder: 'iqiyi',
                params: {
                    accountid: '100000099',
                },
            },
        ],
    },
    // Native adUnit
    {
        code: 'div-2',
        mediaTypes: {
            native: {
                title: {
                    required: true,
                    len: 80
                },
                body: {
                    required: true
                },
                image: {
                    required: true,
                    sizes: [150, 50]
                },
                sponsoredBy: {
                    required: true
                },
                clickUrl: {
                    required: false
                },
                privacyLink: {
                    required: false
                }
            }
        },
        bids: [
            {
                bidder: 'iqiyi',
                params: {
                    accountid: '100000099',
                },
            },
        ],
    },
    // Multi-format adUnit
    {
        code: 'div-3',
        mediaTypes: {
            banner: {
                sizes: [[300, 250]]
            },
            video: {
                context: 'outstream',
                playerSize: [[640, 360]],
                mimes: ['video/mp4'],
            },
        },
        bids: [
            {
                bidder: 'iqiyi',
                params: {
                    accountid: '100000099',
                },
            },
        ],
    },
];

"Send All Bids" Ad Server Keys

These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.
hb_pb_iqiyi hb_bidder_iqiyi hb_adid_iqiyi
hb_size_iqiyi hb_source_iqiyi hb_format_iqiyi
hb_cache_host_iqiyi hb_cache_id_iqiyi hb_uuid_iqiyi
hb_cache_path_iqiyi hb_deal_iqiyi

Back to Bidders