|
@@ -8,6 +8,7 @@
|
|
|
SELECT
|
|
|
*,
|
|
|
charge as cost,
|
|
|
+ show as photoShow,
|
|
|
CONCAT(ROUND(download_started / bclick * 100,2) ,'%') as downloadStartRate,
|
|
|
ROUND(download_started / bclick * 100,2) as downloadStartCost,
|
|
|
CONCAT(ROUND(download_completed / download_started * 100,2) ,'%') as downloadFinishRate,
|
|
@@ -32,6 +33,7 @@
|
|
|
SELECT
|
|
|
*,
|
|
|
charge as cost,
|
|
|
+ show as photoShow,
|
|
|
CONCAT(ROUND(download_started / bclick * 100,2) ,'%') as downloadStartRate,
|
|
|
ROUND(download_started / bclick * 100,2) as downloadStartCost,
|
|
|
CONCAT(ROUND(download_completed / download_started * 100,2) ,'%') as downloadFinishRate,
|