| | |
| | | private void initAdvertisement() { |
| | | ExpressAdManager.ExpressAdInfo adInfo = new ExpressAdManager.ExpressAdInfo.Builder().setWidth(ADSize.FULL_WIDTH).setHeight(ADSize.AUTO_HEIGHT).setAdType(AdUtil.getAdType(getApplicationContext(), AdPositionEnum.videoSearch.name())).build(); |
| | | if (adInfo.getAdType() == AdUtil.AD_TYPE.csj) { |
| | | adInfo.setPid(CSJConstant.PID_VIDEO_SEARCH); |
| | | adInfo.setPid(getResources().getString(R.string.ad_csj_pid_expree_common)); |
| | | } else { |
| | | adInfo.setPid(GDTConstant.PID_VIDEO_SEARCH); |
| | | adInfo.setPid(getResources().getString(R.string.ad_gdt_pid_expree_common)); |
| | | } |
| | | ExpressAdManager.getInstance(getApplicationContext()).loadAndRender(this, adInfo, fl_advertisement, null); |
| | | } |