Skip to content
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

Adding country details in logger call so that publisher can monetise better based on ML recommendations #468

Open
wants to merge 10 commits into
base: nightly
Choose a base branch
from
Prev Previous commit
Next Next commit
Moved API call in init function
pm-priyanka-deshmane committed Jul 7, 2023
commit 24dc4718b79a45e22bea8ceac64b6f75e4f201b1
2 changes: 1 addition & 1 deletion src_new/adapters/prebid.js
Original file line number Diff line number Diff line change
@@ -1358,6 +1358,7 @@ function initPbjsConfig(){
refThis.configureBidderAliasesIfAvailable();
refThis.enablePrebidPubMaticAnalyticIfRequired();
refThis.setPbjsBidderSettingsIfRequired();
util.getGeoInfo();
}
exports.initPbjsConfig = initPbjsConfig;

@@ -1420,7 +1421,6 @@ function fetchBids(activeSlots){
},
timeout: CONFIG.getTimeout() - CONSTANTS.CONFIG.TIMEOUT_ADJUSTMENT
});
util.getGeoInfo();
} else {
util.log("PreBid js requestBids function is not available");
return;