-
Notifications
You must be signed in to change notification settings - Fork 1.4k
AdsInteractive Adapter: Make old adapter as alias for current, update params #6076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
1909753
add new adapter ads_interactive
AdsInteractive f6a3fa6
Merge remote-tracking branch 'prebid/master'
AdsInteractive 401815c
fix name + upd
AdsInteractive af14c7e
Merge remote-tracking branch 'prebid/master'
AdsInteractive cb67a12
upd
AdsInteractive 5cffe2a
Merge branch 'prebid:master' into master
AdsInteractive 130c13f
make adsinteractive alias of ads_interactive adapter, update ads_inte…
49ec064
Add alias code
muuki88 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,36 +1,39 @@ | ||
| --- | ||
| layout: bidder | ||
| title: AdsInteractive | ||
| description: Prebid AdsInteractive Bidder Adapter | ||
| title: Ads Interactive | ||
| description: Prebid Ads Interactive Bidder Adapter | ||
| aliasCode: ads_interactive | ||
| biddercode: adsinteractive | ||
| media_types: banner | ||
| pbjs: true | ||
| pbs: true | ||
| deals_supported: false | ||
| gpp_supported: true | ||
| tcfeu_supported: true | ||
| gpp_sids: usstate_all | ||
| gvl_id: 1212 | ||
| usp_supported: false | ||
| coppa_supported: false | ||
| userIds: all | ||
| schain_supported: false | ||
| dchain_supported: false | ||
| safeframes_ok: false | ||
| floors_supported: false | ||
| tcfeu_supported: true | ||
| usp_supported: true | ||
| coppa_supported: true | ||
| schain_supported: true | ||
| deals_supported: false | ||
| floors_supported: true | ||
| fpd_supported: false | ||
| pbs_app_supported: false | ||
| prebid_member: true | ||
| multiformat_supported: will-not-bid | ||
| ortb_blocking_supported: false | ||
| media_types: banner, video, native | ||
| multiformat_supported: will-bid-on-one | ||
| userIds: all | ||
| pbjs: true | ||
| pbs: true | ||
| pbs_app_supported: true | ||
| safeframes_ok: true | ||
| prebid_member: true | ||
| sidebarType: 1 | ||
| --- | ||
|
|
||
| ### Registration | ||
|
|
||
| The AdsInteractive adapter requires setup and approval. Please reach out to <it@adsinteractive.com> to setup your account. | ||
|
|
||
| ### Bid Params | ||
|
|
||
| {: .table .table-bordered .table-striped } | ||
| | Name | Scope | Description | Example | Type | | ||
| |---------------|----------|--------------|-----------|----------| | ||
| | `adUnit` | required | adUnit tag name | `'example_adunit_1'` | `string` | | ||
| | Name | Scope | Description | Example | Type | | ||
| |---------------|----------|---------------------|------------------------------|------------| | ||
| | `placementId` | optional | Placement Id | `'0'` | `'string'` | | ||
| | `endpointId` | optional | Endpoint Id | `'0'` | `'string'` | | ||
| | `adUnit` | optional | (deprecated) adUnit | `'example_adunit_1'` | `'string'` | | ||
|
|
||
| ### Note | ||
|
|
||
| For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.