ข้อมูลของ UA Sender

หน้านี้อธิบายเกี่ยวกับ VID ของผู้ใช้ที่ส่งคำเชิญไปยังผู้ใช้ที่บรรลุ CPI โดยการเข้าซื้อผู้ใช้ ให้ข้อมูลของผู้ใช้ที่เชิญโดยใช้ข้อมูลดังต่อไปนี้

  • คำขอ URL
    URL ทั่วไป https://promotion.qpyou.cn/ua/getSenderVid
    URL Sandbox https://sandbox-promotion.qpyou.cn/ua/getSenderVid
    HTTP Method POST
    Content-Type application/json
    รูปแบบข้อมูล JSON
  • Header
    ชื่อฟิลด์ คำอธิบาย ประเภท จำเป็น
    Authorization ตรวจสอบว่า certificationKey ถูกต้องผ่าน Bearer Authorization หรือไม่ String N
  • Request
    ชื่อฟิลด์ คำอธิบาย ประเภท จำเป็น
    gameindex ดัชนีเกมที่ลงทะเบียนใน AppCenter จำนวนเต็ม Y
    receiver_vid VID ของผู้ใช้ที่ได้รับเชิญ จำนวนเต็ม Y
  • Response
    ชื่อฟิลด์ คำอธิบาย ประเภท จำเป็น
    result_code รหัสการตอบกลับ 0: การตรวจสอบสำเร็จ 101: ไม่มีผลลัพธ์ 102: ผลลัพธ์มี 1 หรือมากกว่า อื่นๆ: การตรวจสอบล้มเหลว จำนวนเต็ม ใช่
    result_message ข้อความตอบกลับ สตริง ใช่
    result วัตถุที่มีผลลัพธ์ของการค้นหา วัตถุ ไม่
    ㄴ sender_vid VID ของผู้ใช้ที่เชิญ สตริง ไม่
  • ตัวอย่างการโทร
    curl -L -v
     -d '{"receiver_vid": 40088555, "gameindex": 539}'
     -H "Content-Type: application/json" \
     https://sandbox-promotion.qpyou.cn/ua/getSenderVid
    
  • Request ตัวอย่าง
    POST /ua/getSenderVid HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: sandbox-promotion.qpyou.cn
    > Accept: /
    > Content-Type: application/json
    > Content-Length: 44
    
  • Response ตัวอย่าง
    < HTTP/1.1 200 OK
    < Server: nginx
    < Date: Tue, 15 Mar 2022 03:31:34 GMT
    < Content-Type: application/json
    {"result": {"sender_vid":"40088592"},"result_code":0,"result_message":"success"}