Skip to content

Commit

Permalink
adding the domain when calling home (prebid#11440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaso authored and mefjush committed May 21, 2024
1 parent 33c8104 commit e24369b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hadronIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const hadronIdSubmodule = {
// config.params.url and config.params.urlArg are not documented
// since their use is for debugging purposes only
paramOrDefault(config.params.url, DEFAULT_HADRON_URL_ENDPOINT, config.params.urlArg),
`partner_id=${partnerId}&_it=prebid&t=1&src=id` // src=id => the backend was called from getId
`partner_id=${partnerId}&_it=prebid&t=1&src=id&domain=${document.location.hostname}` // src=id => the backend was called from getId
);
if (isDebug) {
url += '&debug=1'
Expand Down

0 comments on commit e24369b

Please sign in to comment.