Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 0725ba8

Browse files
authored
Kargo Adapter: Update referrer logic (prebid#9305)
* pageURL pull from topmostLocation * Kargo: Support for client hints (#9) * Starting SUA support * Kargo: Adding support for client hints * Adding tests for sua * Kargo: Update referer logic
1 parent 0c71ee2 commit 0725ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/kargoBidAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export const spec = {
231231
_getAllMetadata(bidderRequest, tdid) {
232232
return {
233233
userIDs: spec._getUserIds(tdid, bidderRequest.uspConsent, bidderRequest.gdprConsent),
234-
pageURL: bidderRequest?.refererInfo?.topmostLocation || bidderRequest?.refererInfo?.page,
234+
pageURL: bidderRequest?.refererInfo?.page,
235235
rawCRB: storage.getCookie('krg_crb'),
236236
rawCRBLocalStorage: spec._getLocalStorageSafely('krg_crb')
237237
};

0 commit comments

Comments
 (0)