Back to Bidders

Epom DSP

Features

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

Overview

The Epom DSP Bid Adapter allows publishers to connect with the Epom DSP Exchange for programmatic advertising. It supports banner formats and adheres to the OpenRTB protocol.

Bid Params

Name Scope Description Example Type
endpoint required The URL of the Epom DSP bidding endpoint 'https://bidder.epommarket.com/bidder/v2_5/bid?key=your_api_key' string
placementId optional Unique identifier for the placement '12345' string
bidfloor optional Minimum CPM value for the bid in USD 0.5 number

Example Configuration

     var adUnits = [
    {
        code: 'epom-banner-div',
        mediaTypes: {
            banner: {
                sizes: [
                    [300, 250]
                ]
            }
        },
        bids: [
            {
                bidder: 'epom_dsp',
                params: {
                    endpoint: 'https://bidder.epommarket.com/bidder/v2_5/bid?key=d0b9fb9de9dfbba694dfe75294d8e45a'
                },
                "imp": [
                    {
                        "banner": {
                            "w": 300,
                            "h": 250,
                            "btype": [
                                4
                            ],
                            "pos": 0,
                            "api": [
                                3
                            ]
                        },
                        "instl": 0,
                        "tagid": "test4",
                        "bidfloor": 0.01,
                        "bidfloorcur": "USD",
                        "id": "2"
                    }
                ],
                "site": {
                    "id": "fc59bd54-36df-4d33-830c-fdsfds",
                    "domain": "epom.com",
                    "privacypolicy": 0,
                    "publisher": {
                        "id": "testid"
                    },
                    "content": {
                        "id": "1234567",
                        "episode": 23,
                        "title": "Car Show",
                        "series": "All About Cars",
                        "season": "2",
                        "cat": [
                            "IAB2-2"
                        ]
                    }
                },
                "device": {
                    "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
                    "geo": {
                        "country": "UKR",
                        "region": "",
                        "city": ""
                    },
                    "ip": "176.112.120.50",
                    "devicetype": 2,
                    "os": "windows",
                    "osv": "",
                    "js": 1,
                    "language": "US",
                    "carrier": "VERIZON",
                    "connectiontype": 5,
                    "ifa": "AA000DFE74168477C70D291f574D344790E0BB11"
                },
                "user": {
                    "id": "testiduser"
                },
                "test": 0,
                "at": 2,
                "allimps": 0,
                "cur": [
                    "USD"
                ],
                "bcat": [
                    "IAB25-2",
                    "IAB25-1"
                ],
                "badv": [],
                "id": "NewIdTest"
            }
        ]
    }
];

GDPR and Privacy Compliance

The Epom DSP Bid Adapter supports GDPR and CCPA compliance. Consent information can be passed via:

  • bidderRequest.gdprConsent
  • bidderRequest.uspConsent

Support

For integration assistance, contact Epom Support.

"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_epom_dsp hb_bidder_epom_dsp hb_adid_epom_dsp
hb_size_epom_dsp hb_source_epom_dsp hb_format_epom_dsp
hb_cache_host_epom_d hb_cache_id_epom_dsp hb_uuid_epom_dsp
hb_cache_path_epom_d hb_deal_epom_dsp

Back to Bidders