Skip to content

Commit

Permalink
Revert "Revert "Clickonometrics Bid Adapter : add gvlid (prebid#9198)" (
Browse files Browse the repository at this point in the history
prebid#9216)"

This reverts commit 6d114e8.
  • Loading branch information
mjaworskiccx committed Dec 21, 2022
1 parent 80fad6e commit 869cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ccxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import {getStorageManager} from '../src/storageManager.js';
const BIDDER_CODE = 'ccx'
const storage = getStorageManager({bidderCode: BIDDER_CODE});
const BID_URL = 'https://delivery.clickonometrics.pl/ortb/prebid/bid'
const GVLID = 773;
const SUPPORTED_VIDEO_PROTOCOLS = [2, 3, 5, 6]
const SUPPORTED_VIDEO_MIMES = ['video/mp4', 'video/x-flv']
const SUPPORTED_VIDEO_PLAYBACK_METHODS = [1, 2, 3, 4]
const GVLID = 773;

function _getDeviceObj () {
let device = {}
Expand Down

0 comments on commit 869cc79

Please sign in to comment.