Skip to content

Commit

Permalink
Add gvlid to smilewantedBidAdapter (#10423)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSmileWanted committed Aug 31, 2023
1 parent f6e4796 commit 5e8c2f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/smilewantedBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ import { config } from '../src/config.js';
import { registerBidder } from '../src/adapters/bidderFactory.js';
import { BANNER, VIDEO } from '../src/mediaTypes.js';

const GVL_ID = 639;

export const spec = {
code: 'smilewanted',
aliases: ['smile', 'sw'],
gvlid: GVL_ID,
supportedMediaTypes: [BANNER, VIDEO],
/**
* Determines whether or not the given bid request is valid.
Expand Down

0 comments on commit 5e8c2f5

Please sign in to comment.