Test/feature/adg cookie sync#6
Open
ghost wants to merge 3 commits into
Open
Conversation
added 3 commits
September 28, 2020 13:38
HB_TESTのDocker-Composeに合わせてHTTPS接続のためにportを9000に変更 uidが付与される request.User.BuyerUIDのログを出力するようにする
e094ae5 to
b856a05
Compare
ss-toshihide-tajima
pushed a commit
that referenced
this pull request
May 15, 2026
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 Server側でCookieの情報をチェックし、なかった場合のみ、今回テスト用に定義したDummyEndpont先に対してUIDを取得するリクエストを送信する。
(Auctionと同時進行でCookieSyncを行うので、初回のAuctionにはUIDは付与されない)
その際に発行されたUIDをRedirectURLクエリのURLのクエリに追加してリダイレクトさせる。
リダイレクトされた
/setuidからPrebid Server側のCookieに保存される。次回以降の広告リクエスト
MakeRequestから引数のrequestに対してrequest.User.BuyerUIDに上記で発行されたUIDが付与できるようになる。HTTPSでのみCookieSyncが機能するので、
HeaderBidding_TestディレクトリのDocker-Composeを起動するその際のHTTPサーバのポートは3000
DummyCookieSync Endpoint先の処理(Redirectさせる)