Prebid.js v5 必須パラメーターの meta.advertiserDomains を返すように修正#2
Merged
kenta-takahashi-123 merged 1 commit intomasterfrom Mar 1, 2022
Merged
Prebid.js v5 必須パラメーターの meta.advertiserDomains を返すように修正#2kenta-takahashi-123 merged 1 commit intomasterfrom
kenta-takahashi-123 merged 1 commit intomasterfrom
Conversation
…ory field "meta.advertiserDomains".
hisui
commented
Jan 31, 2022
| import * as utils from 'src/utils'; | ||
| import { registerBidder } from 'src/adapters/bidderFactory'; | ||
| import { VIDEO, BANNER } from 'src/mediaTypes'; | ||
| import { Renderer } from '../src/Renderer.js'; |
Author
There was a problem hiding this comment.
本家の Lint のルール変更により .js まで入れる必要があったので修正致しました
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
表題の通りです。この修正により Prebid.js に v5 準拠を告げることができます。