otherReportBack.ftl 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  7. xmlns:html="http://www.w3.org/TR/REC-html40">
  8. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  9. <Author>adnetwork</Author>
  10. <LastAuthor>adnetwork</LastAuthor>
  11. <Created>2014-10-15T06:05:44Z</Created>
  12. <Version>14.00</Version>
  13. </DocumentProperties>
  14. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  15. <AllowPNG/>
  16. </OfficeDocumentSettings>
  17. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  18. <WindowHeight>5130</WindowHeight>
  19. <WindowWidth>16155</WindowWidth>
  20. <WindowTopX>240</WindowTopX>
  21. <WindowTopY>45</WindowTopY>
  22. <ProtectStructure>False</ProtectStructure>
  23. <ProtectWindows>False</ProtectWindows>
  24. </ExcelWorkbook>
  25. <Styles>
  26. <Style ss:ID="Default" ss:Name="Normal">
  27. <Alignment ss:Vertical="Center"/>
  28. <Borders/>
  29. <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
  30. <Interior/>
  31. <NumberFormat/>
  32. <Protection/>
  33. </Style>
  34. <Style ss:ID="s63" ss:Name="超链接">
  35. <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#0000FF"
  36. ss:Underline="Single"/>
  37. </Style>
  38. <Style ss:ID="s65">
  39. <NumberFormat ss:Format="Short Date"/>
  40. </Style>
  41. <Style ss:ID="s66">
  42. <NumberFormat ss:Format="0%"/>
  43. </Style>
  44. </Styles>
  45. <Worksheet ss:Name="Sheet1">
  46. <Table ss:ExpandedColumnCount="${column!}" ss:ExpandedRowCount="<#if dataSize??>${dataSize+3}<#else>3</#if>" x:FullColumns="1"
  47. x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
  48. <Column ss:AutoFitWidth="0" ss:Width="114"/>
  49. <Column ss:AutoFitWidth="0" ss:Width="95.25"/>
  50. <Column ss:AutoFitWidth="0" ss:Width="93" ss:Span="1"/>
  51. <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="74.25"/>
  52. <Column ss:Width="63"/>
  53. <Row>
  54. <Cell ss:MergeAcross="9"><Data ss:Type="String"> <#if operatorName??>媒体名称:${operatorName} </#if> </Data></Cell>
  55. </Row>
  56. <Row>
  57. <Cell ss:MergeAcross="9"><Data ss:Type="String">开始日期:${startDate!} 结束日期:${endDate!}</Data></Cell>
  58. </Row>
  59. <Row>
  60. <#if size??><Cell><Data ss:Type="String">尺寸</Data></Cell></#if>
  61. <#if position??><Cell><Data ss:Type="String">位置</Data></Cell></#if>
  62. <#if system??><Cell><Data ss:Type="String">系统</Data></Cell></#if>
  63. <#if device??><Cell><Data ss:Type="String">类型</Data></Cell></#if>
  64. <#if location??><Cell><Data ss:Type="String">地域</Data></Cell></#if>
  65. <#if place??><Cell><Data ss:Type="String">场景</Data></Cell></#if>
  66. <#if apmac??><Cell><Data ss:Type="String">热点</Data></Cell></#if>
  67. <Cell><Data ss:Type="String">流量占比</Data></Cell>
  68. <Cell><Data ss:Type="String">PV</Data></Cell>
  69. <Cell><Data ss:Type="String">UV</Data></Cell>
  70. <Cell><Data ss:Type="String">广告曝光数</Data></Cell>
  71. <Cell><Data ss:Type="String">广告唯一曝光数</Data></Cell>
  72. <Cell><Data ss:Type="String">广告填充率</Data></Cell>
  73. <Cell><Data ss:Type="String">广告点击数</Data></Cell>
  74. <Cell><Data ss:Type="String">广告唯一点击数</Data></Cell>
  75. <Cell><Data ss:Type="String">广告点击率</Data></Cell>
  76. <Cell><Data ss:Type="String">eCPM</Data></Cell>
  77. <Cell><Data ss:Type="String">收入</Data></Cell>
  78. </Row>
  79. <#if dataList ??>
  80. <#list dataList as deliverAnalysis>
  81. <Row>
  82. <#if size??><Cell><Data ss:Type="String">${deliverAnalysis.width!}×${deliverAnalysis.height!}</Data></Cell></#if>
  83. <#if position??><Cell><Data ss:Type="String"><#if deliverAnalysis.position==1>认证<#elseif deliverAnalysis.position==2>跳转<#elseif deliverAnalysis.position==3>上网过程</#if></Data></Cell></#if>
  84. <#if system??><Cell><Data ss:Type="String"><#if deliverAnalysis.system==1>windows<#elseif deliverAnalysis.system==2>ios<#elseif deliverAnalysis.system==3>android<#elseif deliverAnalysis.system==4>mac<#elseif deliverAnalysis.system==5>wp<#elseif deliverAnalysis.system==6>other</#if></Data></Cell></#if>
  85. <#if device??><Cell><Data ss:Type="String"><#if deliverAnalysis.device==1>网页<#else>app</#if></Data></Cell></#if>
  86. <#if location??><Cell><Data ss:Type="String"><#if deliverAnalysis.cnMark==1>+${deliverAnalysis.cn}<#else>&nbsp&nbsp${deliverAnalysis.cn_city}</#if></Data></Cell></#if>
  87. <#if place??><Cell><Data ss:Type="String">${deliverAnalysis.place!}</Data></Cell></#if>
  88. <#if apmac??><Cell><Data ss:Type="String">${deliverAnalysis.apmac!}</Data></Cell></#if>
  89. <Cell><Data ss:Type="String">${deliverAnalysis.viewRate!}%</Data></Cell>
  90. <Cell><Data ss:Type="String">${deliverAnalysis.pv!}</Data></Cell>
  91. <Cell><Data ss:Type="String">${deliverAnalysis.uv!}</Data></Cell>
  92. <Cell><Data ss:Type="String">${deliverAnalysis.impression!}</Data></Cell>
  93. <Cell><Data ss:Type="String">${deliverAnalysis.uImpression!}</Data></Cell>
  94. <Cell><Data ss:Type="String">${deliverAnalysis.fillRate!}</Data></Cell>
  95. <Cell><Data ss:Type="String">${deliverAnalysis.click!}</Data></Cell>
  96. <Cell><Data ss:Type="String">${deliverAnalysis.uClick!}</Data></Cell>
  97. <Cell><Data ss:Type="String">${deliverAnalysis.clickRate!}</Data></Cell>
  98. <Cell><Data ss:Type="String">${deliverAnalysis.eCpm!}</Data></Cell>
  99. <Cell><Data ss:Type="String">${deliverAnalysis.income!}</Data></Cell>
  100. </Row>
  101. </#list>
  102. </#if>
  103. </Table>
  104. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  105. <PageSetup>
  106. <Header x:Margin="0.3"/>
  107. <Footer x:Margin="0.3"/>
  108. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  109. </PageSetup>
  110. <Selected/>
  111. <Panes>
  112. <Pane>
  113. <Number>3</Number>
  114. <ActiveRow>7</ActiveRow>
  115. <ActiveCol>8</ActiveCol>
  116. </Pane>
  117. </Panes>
  118. <ProtectObjects>False</ProtectObjects>
  119. <ProtectScenarios>False</ProtectScenarios>
  120. </WorksheetOptions>
  121. </Worksheet>
  122. </Workbook>