發表日期:2018-06 文章編輯:小燈 瀏覽次數:2724
模型標簽:[@cms_advertising id=’1]
參數詳解:
id:廣告id,必選
廣告對象屬性
percent 轉化率=點擊數/展現數
name:名稱
category:類型 image、flash、text、code 分別是圖片、flash、文本、代碼類型
code:廣告代碼,在category為code類型時候 該項有值
weight:權重
displayCount:展現次數
clickCount:點擊次數
startTime:開始時間
endTime:結束時間
enabled:是否禁用
具體例子:
[@cms_advertising id='1']
[#if tag_bean??]
[#if tag_bean.category=="image"]
[#assign html]
<a href="${( tag_bean.attr.image_link)!}" target="${ tag_bean.attr.image_target!}" title="${(tag_bean.attr.image_title)!}">
<img src="${tag_bean.attr.image_url}" border="0"[#if (tag_bean.attr.image_width)??] width="${tag_bean.attr.image_width}"[/#if][#if (tag_bean.attr.image_height)??] height="${tag_bean.attr.image_height}"[/#if]/>
</a>
[/#assign]
${html!}
[#elseif tag_bean.category=="flash"]
[#assign html]
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" menu="true"
src="${(tag_bean.attr.flash_url)!}"[#if tag_bean.attr.flash_width?? && tag_bean.attr.flash_width!=""] width="${tag_bean.attr.flash_width}"[/#if][#if tag_bean.attr.flash_height?? && tag_bean.attr.flash_height!=""] height="${tag_bean.attr.flash_height}"[/#if]></embed>
[/#assign]
${html!}
[#elseif tag_bean.category=="text"]
[#assign html]
<a href="${(tag_bean.attr.text_link)!}" target="${(tag_bean.attr.text_target)!}">
<span style="[#if (tag_bean.attr.text_color)??]color:${tag_bean.attr.text_color};[/#if][#if (tag_bean.attr.text_font)??]font-size:${tag_bean.attr.text_font};[/#if]">${(tag_bean.attr.text_title)!}</span>
</a>
[/#assign]
${html!}
[#elseif tag_bean.category=="code"]
${tag_bean.code!}
[#else]
未知的廣告類型:${tag_bean.category!}
[/#if]
[#else]
廣告不存在"
[/#if]
[/@cms_advertising]
簡單的調用方式
${base}/ad.jspx?id=1 調用具體某個廣告
還可以按照廣告版位來調用廣告,這樣可以實現按照區位來展現多個廣告輪換展示
${base}/adspace.jspx?id=1 調用廣告版位id為1的廣告,若該區位有多個廣告,將按照廣告的權重來展示,若A廣告權重2 B廣告權重1 那么A廣告出現次數大約是B的2倍
例如:
<script src="${base}/ad.jspx?id=1"></script>
日期:2018-06 瀏覽次數:3424
日期:2018-06 瀏覽次數:2988
日期:2018-06 瀏覽次數:3138
日期:2018-06 瀏覽次數:2894
日期:2018-06 瀏覽次數:3232
日期:2018-06 瀏覽次數:3095
日期:2018-06 瀏覽次數:2906
日期:2018-06 瀏覽次數:3216
日期:2018-06 瀏覽次數:3037
日期:2018-06 瀏覽次數:3687
日期:2018-06 瀏覽次數:2700
日期:2018-06 瀏覽次數:2723
日期:2018-06 瀏覽次數:3005
日期:2018-06 瀏覽次數:2748
日期:2018-06 瀏覽次數:2472
日期:2018-06 瀏覽次數:2630
日期:2018-06 瀏覽次數:2928
日期:2018-06 瀏覽次數:2650
日期:2018-06 瀏覽次數:2544
日期:2018-06 瀏覽次數:2594
日期:2018-06 瀏覽次數:2477
日期:2018-06 瀏覽次數:2482
日期:2018-06 瀏覽次數:2588
日期:2018-06 瀏覽次數:2736
日期:2018-06 瀏覽次數:2854
日期:2018-06 瀏覽次數:2590
日期:2018-06 瀏覽次數:2706
日期:2018-06 瀏覽次數:2818
日期:2018-06 瀏覽次數:2664
日期:2018-06 瀏覽次數:2624
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.