# User signup

# Định nghĩa

  • Đăng ký mới TRÊN WEB PANEL HAPPYTIME

# Trigger

  • Event được trigger khi có người mới đăng ký trên web và đã gửi yêu cầu lấy mã OTP (không quan tâm thành công hay thất bại)

# Schema

# Host

POST /collect

# Request body

Key Type Desc
a_v string Không biết, thư viện tự gen
c_id string Không biết, thư viện tự gen
f_p string Không biết, thư viện tự gen
h number Device height
w number Device width
host string base url của web panel happytime
hrf string full url của web panel happytime
id string phân biệt app với web ("happytime_web")
ip string Không dùng, truyền rỗng ("") lên
o string base url của web panel happytime
oth object Các thông tin người đăng ký khai báo trong form
p_f string device platform (android/ios/window/macos)
p_n string pathname của web
q object Không dùng, truyền object rỗng ({}) lên
referer string full url của web panel happytime
sc_v string TA tracking version ("1.0.0")
src string Không dùng, truyền rỗng ("") lên
tab_id string tab id
type string action type ("signup")

# Schema Các thông tin người đăng ký khai báo trong form

Key Type Desc
companyName string tên công ty
companySize string quy mô công ty ("1"
email string email người đăng ký
phone string số điện thoại người đăng ký
position string chức vụ người đăng ký trong công ty

# Sample data gửi lên data platform

{
   "referer":"https://app-happytime.rework.vn/auth/login",
   "c_id":"rqRa7G1WO0.1671595066832",
   "w":1920,
   "h":1080,
   "p_f":"MacIntel",
   "a_v":"5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
   "host":"app-happytime.rework.vn",
   "hrf":"https%3A%2F%2Fapp-happytime.rework.vn%2Fauth%2Fregister",
   "o":"https://app-happytime.rework.vn",
   "p_n":"/auth/register",
   "q":{},
   "f_p":"866742f617ec477ec08126cf19a14201",
   "type":"signup",
   "id":"happytime_web",
   "tab_id":"FZXwwIAI6w",
   "sc_v":"1.0.0",
   "oth":{
      "phone":"0947981399",
      "fullName":"anh quang",
      "companyName":"Tao là Cty",
      "position":"4",
      "email":"sonseven5997@gmail.com",
      "companySize":"1"
   }
}