package com.hanju.video.app.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_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";
|
|
}
|