🎬 TikTok 素材数据报表(动态查询)

选择日期范围后点击「查询」,数据实时从 TikTok 拉取 · Spend > $200 · 含每日消耗 + CPS 趋势
账户筛选:
🎯 平均CPS
-
💰 总花费
-
🎯 总转化量
-
📲 总安装数
-
📉 平均CPI
-
📋 素材明细
#缩略图素材名称 / 趋势 花费($)转化量CPS($) 安装数CPI($)CPC($)CTR(%)CVR(%)
📡 等待查询…
每日消耗
每日CPS
|
CPS ≤$20
CPS $20~50
CPS >$50
+totalSpend.toLocaleString('en-US',{maximumFractionDigits:0}); document.getElementById('stat-conv').textContent = totalConv; document.getElementById('stat-install').textContent = totalInstall.toLocaleString('en-US'); if (rows.length) { const avgCps = rows.reduce((a,r)=>a+r.real_time_cost_per_conversion,0)/rows.length; const avgCpi = rows.reduce((a,r)=>a+r.cpi,0)/rows.length; document.getElementById('stat-cps').textContent = ' } // 默认近7天 (function(){ const today = new Date(); const dd = new Date(); dd.setDate(today.getDate() - 6); const fmt = d => d.toISOString().slice(0,10); document.getElementById('end').value = fmt(today); document.getElementById('start').value = fmt(dd); loadReport(); })(); +avgCps.toFixed(2); document.getElementById('stat-cpi').textContent = ' } // 默认近7天 (function(){ const today = new Date(); const dd = new Date(); dd.setDate(today.getDate() - 6); const fmt = d => d.toISOString().slice(0,10); document.getElementById('end').value = fmt(today); document.getElementById('start').value = fmt(dd); loadReport(); })(); +avgCpi.toFixed(2); document.getElementById('meta').textContent += ` | 共${rows.length}条 · 平均CPS ${avgCps.toFixed(2)} · 平均CPI ${avgCpi.toFixed(2)}`; } else { document.getElementById('stat-cps').textContent = '-'; document.getElementById('stat-cpi').textContent = '-'; } } // 默认近7天 (function(){ const today = new Date(); const dd = new Date(); dd.setDate(today.getDate() - 6); const fmt = d => d.toISOString().slice(0,10); document.getElementById('end').value = fmt(today); document.getElementById('start').value = fmt(dd); loadReport(); })();