From 9579be389eb3dcb2d0f8e5a0e571e558ad4ef6f5 Mon Sep 17 00:00:00 2001 From: Saurabh Narkhede <108730956+pm-saurabh-narkhede@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:50:19 +0530 Subject: [PATCH] UOE-11188: Log pageurl for Applovin (#916) --- modules/pubmatic/openwrap/beforevalidationhook.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pubmatic/openwrap/beforevalidationhook.go b/modules/pubmatic/openwrap/beforevalidationhook.go index 1a27fa5f2ab..f5589235548 100644 --- a/modules/pubmatic/openwrap/beforevalidationhook.go +++ b/modules/pubmatic/openwrap/beforevalidationhook.go @@ -534,6 +534,7 @@ func (m OpenWrap) handleBeforeValidationHook( if rCtx.Endpoint == models.EndpointAppLovinMax && payload.BidRequest.App != nil && payload.BidRequest.App.StoreURL == "" { rCtx.AppLovinMax.AppStoreUrl = getProfileAppStoreUrlAndUpdateItunesID(rCtx, payload.BidRequest, impExt) + rCtx.PageURL = rCtx.AppLovinMax.AppStoreUrl } impExt.Wrapper = nil impExt.Reward = nil