package com.weikou.beibeivideo.util.ad;
|
|
//广告常量
|
public class GDTConstant {
|
|
public static String PID_HOME_RECOMMEND_BIG_IMG = "2011627548122579";
|
|
public static String PID_VIDEO_DETAIL_PLAYER = "5061928359494942";
|
|
public static String PID_SPLASH_HOT = "4081479119572059";
|
//视频播放器下方广告位
|
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_2_SEARCH_RESULT_ALBUM = "1041571271169104";
|
|
|
//PPTV视频前贴
|
public static String PID_2_VIDEO_DETAIL_PLAYER_PRE_PPTV = "5091266068484315";
|
|
//PPTV激励视频
|
public static String PID_2_VIDEO_DETAIL_PLAYER_REWARD_PPTV = "9051467743649673";
|
|
//影视豆激励视频
|
public static String PID_2_GOLDCORN_REWARD = "9051467743649673";
|
|
//退出广告
|
public static String PID_2_EXIT = "6091485426868623";
|
|
|
}
|