wjx 9 bulan lalu
induk
melakukan
7c84f3aa9a

+ 21 - 1
src/pages/iaaData/tencentIaa/adList/tableConfig.tsx

@@ -52,6 +52,26 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                     title: '余额', dataIndex: 'balance', label: '腾讯广告列表', align: 'right', width: 75, sorter: true, default: 11,
                     render: (a: string) => <Statistic value={a || 0} />
                 },
+                {
+                    title: '竞价信用账户', dataIndex: 'creditRollBalance', label: '腾讯广告列表', align: 'center', width: 85,
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
+                {
+                    title: '专用账户', dataIndex: 'specialGiftBalance', label: '腾讯广告列表', align: 'center', width: 80,
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
+                {
+                    title: '微信小游戏内购赠送金', dataIndex: 'mpGameDeveloperGiftBalance', label: '腾讯广告列表', align: 'center', width: 75,
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
+                {
+                    title: '小游戏直接激励金资金账户', dataIndex: 'gameChargeDirectRewardsGiftBalance', label: '腾讯广告列表', align: 'center', width: 80,
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
+                {
+                    title: '微信小游戏内购快周转', dataIndex: 'mpGameDeveloperWorkingFundBalance', label: '腾讯广告列表', align: 'center', width: 90,
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
                 {
                     title: '出价方式', dataIndex: 'pricing', label: '腾讯广告列表', align: 'center', width: 70, default: 12,
                     render: (a: string) => (<WidthEllipsis value={BID_MODE_ENUM[a as keyof typeof BID_MODE_ENUM]} />)
@@ -85,7 +105,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                     render: (a: string, b: any) => (<WidthEllipsis value={a} />)
                 },
                 {
-                    title: '今日消耗', dataIndex: 'cost', label: '腾讯广告列表', align: 'right', width: 70, default: 20, sorter: true,
+                    title: '今日消耗', dataIndex: 'cost', label: '腾讯广告列表', align: 'right', width: 85, default: 20, sorter: true,
                     render: (a: string) => <Statistic style={{ fontWeight: 'bold' }} value={a || 0} />
                 },
                 {

+ 9 - 1
src/pages/iaaData/tencentIaa/appEveryDayData/tableConfig.tsx

@@ -140,6 +140,10 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     title: '活跃用户次日留存率', tips: '指定时间活跃(即访问小游戏)的用户,在之后的第1天(或周、月),再次访问小游戏的用户数占比', dataIndex: 'retainedUserTomorrowRate', label: '应用端指标', align: 'center', width: 85, default: 29, sorter: true,
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 0.5 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
+                {
+                    title: '活跃用户访问次数', dataIndex: 'activeUserAccessCount', label: '应用端指标', align: 'center', width: 100, sorter: true,
+                    render: (a: number) => <Statistic value={a || 0} />
+                },
                 {
                     title: '活跃用户人均访问次数', tips: '活跃用户访问次数/活跃用户人数', dataIndex: 'avgActiveUserAccessCount', label: '应用端指标', align: 'center', width: 100, default: 30, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
@@ -178,7 +182,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                 },
                 {
                     title: '人均视频次数', dataIndex: 'avgUserVideoCount', label: '应用端指标', align: 'center', width: 80, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '插屏广告收入', dataIndex: 'plaqueAdIncome', label: '应用端指标', align: 'center', width: 80, sorter: true,
@@ -240,6 +244,10 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     title: '人均插屏广告次数', dataIndex: 'avgUserInterstitialCount', label: '应用端指标', align: 'center', width: 80, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
+                {
+                    title: '人均插屏广告收益', dataIndex: 'avgPlaqueAdIncome', label: '应用端指标', align: 'center', width: 80, sorter: true,
+                    render: (a: number) => <Statistic value={a || 0} />
+                },
                 {
                     title: '人均Banner广告次数', dataIndex: 'avgUserBannerCount', label: '应用端指标', align: 'center', width: 80, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />