Commit 0c0d9ccb authored by jyx's avatar jyx

修复插屏信息流数据上送错误

parent 482672df
......@@ -80,7 +80,7 @@ public class InterstitialGroManager {
if (isMain) {
interstitialId = CsjGroMoreManager.INSTANCE.getAPP_IN_COMMON_AD_UNIT_NEW_INTERSTITIAL_ID();
} else {
interstitialId = CsjGroMoreManager.INSTANCE.getAPP_OUT_AD_UNIT_NEW_INTERSTITIAL_ID();
interstitialId = CsjGroMoreManager.INSTANCE.getAPP_IN_MAIN_AD_UNIT_INTERSTITIAL_ID();
}
// mInterstitialAd = new TTInterstitialAd(activity, CsjGroMoreManager.INSTANCE.getAPP_IN_MAIN_AD_UNIT_INTERSTITIAL_ID());
mInterstitialAd = new TTInterstitialAd(activity, interstitialId);
......@@ -135,7 +135,7 @@ public class InterstitialGroManager {
if (isMain) {
vo.put("adid", CsjGroMoreManager.INSTANCE.getAPP_IN_COMMON_AD_UNIT_NEW_INTERSTITIAL_ID());
} else {
vo.put("adid", CsjGroMoreManager.INSTANCE.getAPP_OUT_AD_UNIT_NEW_INTERSTITIAL_ID());
vo.put("adid", CsjGroMoreManager.INSTANCE.getAPP_IN_MAIN_AD_UNIT_INTERSTITIAL_ID());
}
TrackManager.getInstance().cmtGroMoreInfo(vo);
} else {
......
......@@ -95,7 +95,7 @@ public class AppConfig {
/**
* gromore 剩余广告播放数
*/
public static int groMoreVideoAdCount = 20;
public static int groMoreVideoAdCount = 10;
/**
* owVideo 剩余广告播放数
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment