Skip to content

Commit

Permalink
AcuityAds Bid Adapter: add gvlid (#12581)
Browse files Browse the repository at this point in the history
* add prebid.js adapter

* changes

* changes

* changes

* changes

* fix downolad

* add gpp

* Merge remote-tracking branch 'prebid/master'

* add gvlid
  • Loading branch information
AcuityAdsIntegrations authored Dec 16, 2024
1 parent faace6f commit cb1dc74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/acuityadsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ import { BANNER, NATIVE, VIDEO } from '../src/mediaTypes.js';
import { isBidRequestValid, buildRequests, interpretResponse, getUserSyncs } from '../libraries/teqblazeUtils/bidderUtils.js';

const BIDDER_CODE = 'acuityads';
const GVLID = 231;
const AD_URL = 'https://prebid.admanmedia.com/pbjs';
const SYNC_URL = 'https://cs.admanmedia.com';

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: [BANNER, VIDEO, NATIVE],

isBidRequestValid: isBidRequestValid(['placementId']),
Expand Down

0 comments on commit cb1dc74

Please sign in to comment.