You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Với StartApp
-Click vào startApp không hiện Dialog hướng dẫn.
-thay thế: +500 bằng: +Coin (không ghi rõ cộng bao nhiêu)
sử lý:
Không cần gọi lên hàm filterPartnerAds khi load ads
không cần gọi lên server khi người dùng cài app.
Khi người dùng Click ad: cộng Coin:
giá trị: "startapp_coin_click": 40,
gọi hàm:
14. Chức năng get :addMoreCoin
"inputData":
{
"trans_type" : "REWARD_STARTAPP"
"add_coin" : 100, // amount
"work_type" :"",
"data" : "Reward for ads" // không cần nói rõ
}
// Gia tri cua work_type:
Khi người dùng đã click 1 ads nào đó rồi, thì sau khi load ads và sendImpression xong ẩn ads đó đi, không để người dùng click lại.
lưu danh sách ads đã click vào sqlLite, reset lại tham số này sau khoảng thời gian t:
"startapp_reset_clicked_apps_after(hours)" : 24,
sau khi reset xoá sạch giá trị lưu trong sqlLite, coi như ngừoi dùng chưa từng click ads.
The text was updated successfully, but these errors were encountered:
Cập nhật lại StartApp.
Với StartApp
-Click vào startApp không hiện Dialog hướng dẫn.
-thay thế: +500 bằng: +Coin (không ghi rõ cộng bao nhiêu)
giá trị: "startapp_coin_click": 40,
gọi hàm:
14. Chức năng get :addMoreCoin
lưu danh sách ads đã click vào sqlLite, reset lại tham số này sau khoảng thời gian t:
"startapp_reset_clicked_apps_after(hours)" : 24,
sau khi reset xoá sạch giá trị lưu trong sqlLite, coi như ngừoi dùng chưa từng click ads.
The text was updated successfully, but these errors were encountered: