From a229438beb2ee3f56ee8aeaaa928a070e7eb7235 Mon Sep 17 00:00:00 2001 From: shunj-nb <75647253+shunj-nb@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:41:10 -0700 Subject: [PATCH] msp alpha experiment on android interstitial (#312) --- pkg/modules/ad_cache/module/module.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/modules/ad_cache/module/module.go b/pkg/modules/ad_cache/module/module.go index 7990797c1e0..a33d27705fa 100644 --- a/pkg/modules/ad_cache/module/module.go +++ b/pkg/modules/ad_cache/module/module.go @@ -99,6 +99,10 @@ var dynamic_floor_dam_experiment_placements = []string{ // iOS in-feed placements "msp-ios-foryou-large-display-exp", "msp-ios-foryou-large-display-exp2", + + // android interstitil + "msp-android-launch-fullscreen-interstitial-exp5", + "msp-android-launch-fullscreen-interstitial-exp6", } func GetBidderConfig(config *AdCacheBiddersConfig, bidder string, placement string) (BidderConfig, bool) {