Skip to content

Commit

Permalink
UOE-11188: Log pageurl for Applovin (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-saurabh-narkhede authored Sep 21, 2024
1 parent 73a5bdd commit 9579be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/pubmatic/openwrap/beforevalidationhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9579be3

Please sign in to comment.