package com.yeshi.base.utils.ad;
|
|
public class CSJConstant {
|
public final static String APP_ID="5115334";
|
|
|
//视频详情
|
public static String CODE_FULL_VIDEO_VIDEO_DETAIL = "945573782";
|
|
//首页大广告
|
public static String RECOMMEND_BIG_IMG_AD = "946360135";
|
|
//开屏广告
|
public static String SPLASH_AD = "887396145";
|
|
//开屏广告热启动
|
public static String SPLASH_AD_HOT = "887455481";
|
|
//软件退出广告
|
public static String APP_EXIT = "945469133";
|
|
//视频前贴
|
public static String PLAY_VIDEO_PRE = "945379614";
|
|
//视频详情页视频播放器底部
|
public static String VIDEO_DETAIL_PLAYER_BOTTOM = "945548900";
|
|
//视频详情页猜你喜欢底部
|
public static String VIDEO_DETAIL_GUESSLIKE_TOP = "945548915";
|
|
//视频搜索页
|
public static String VIDEO_SEARCH = "945552227";
|
|
//PPTV激励视频
|
public static String VIDEO_REWARD_PPTV = "945914112";
|
|
|
//影视豆激励视频
|
public static String GOLDCORN_REWARD_PPTV = "946039290";
|
|
|
//无效广告
|
public static String INVALID_AD = "111111111";
|
|
public static String PPTV_INTERSTITIALAD="946078773";
|
|
}
|