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
"instal_using_api" : true, // true: sử dụng api, false: sử dụng sdk
"instal_coin_install_rate": 2000, // khi sử dụng api thì tính số coin từ payout. coin =payout* instal_coin_install_rate;
"instal_coin_install": 50, // nếu khi sử dụng SDK, giá trị coin cho mỗi lượt cài đặt.
Cấu hình postback server:
"instal_using_server_postback" : false, // true: sử dụng postback server. false: không sử dụng (sử lý như bình thường)
Khi sử dụng postback từ server: Khi người dùng click và cài app xong chỉ hiển thị Dialog thông báo sẽ được cộng coin. server sẽ check và cộng coin cho user.
"instal_message_if_using_server_postback" : "We will check and add coin to your account soon",
The text was updated successfully, but these errors were encountered:
"instal_using_api" : true, // true: sử dụng api, false: sử dụng sdk
"instal_coin_install_rate": 2000, // khi sử dụng api thì tính số coin từ payout. coin =payout* instal_coin_install_rate;
"instal_coin_install": 50, // nếu khi sử dụng SDK, giá trị coin cho mỗi lượt cài đặt.
Cấu hình postback server:
"instal_using_server_postback" : false, // true: sử dụng postback server. false: không sử dụng (sử lý như bình thường)
Khi sử dụng postback từ server: Khi người dùng click và cài app xong chỉ hiển thị Dialog thông báo sẽ được cộng coin. server sẽ check và cộng coin cho user.
"instal_message_if_using_server_postback" : "We will check and add coin to your account soon",
The text was updated successfully, but these errors were encountered: