admin
2022-01-28 d2f28af81d4fb4878d42716ee7a669c7289316fb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package com.hanju.video.app.util.ad;
 
//广告常量
public class GDTADConstant {
 
    public static String APPID = "";
 
    public static String PID_HOME_RECOMMEND_BIG_IMG = "2011627548122579";
 
    public static String PID_VIDEO_DETAIL_PLAYER = "5061928359494942";
    //视频播放器下方广告位
    public static String PID_2_VIDEO_DETAIL_PLAY_EXPRESS1 = "9031528552257617";
    //相关视频下方广告位
    public static String PID_2_VIDEO_DETAIL_PLAY_EXPRESS2 = "7091428572856609";
    //视频列表
    public static String PID_2_VIDEO_LIST_SMALL_AD_COLUMN3 = "4061924585347177";
 
    public static String PID_2_VIDEO_LIST_SMALL_AD_COLUMN2 = "7001426565143389";
 
    public static String PID_SPLASH = "2002520811288038";
 
    //视频详情插屏
    public static String PID_VIDEO_DETAIL_INSERT = "7062649756554638";
 
    public static String HOME_INTERSTITIALAD = "6092865527203989";
 
    public static String APP_EXIT_FULL_VIDEO = "6002467567814144";
 
}