Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cập nhật install Ads #37

Open
trinhvanbien opened this issue Oct 14, 2016 · 1 comment
Open

Cập nhật install Ads #37

trinhvanbien opened this issue Oct 14, 2016 · 1 comment

Comments

@trinhvanbien
Copy link
Owner

Cập nhật lại StartApp.

  1. Giao diện:

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)

  1. 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.
@tiennvbkhust93
Copy link
Collaborator

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants