This page describes the VID of a user who sent an invitation to the users that achieved CPI by User Acquisition. Provides the inviting user’s information by using the following data.

  • Request URL
    Common URL https://promotion.qpyou.cn/ua/getSenderVid
    Sandbox URL https://sandbox-promotion.qpyou.cn/ua/getSenderVid
    HTTP Method POST
    Content-Type application/json
    Data Format JSON
  • Header
    Field Name Description Type Required
    Authorization Whether is valid the certificationKey through Bearer Authorization String N
  • Request
    Field Name Description Type Required
    gameindex Game index registered in AppCenter Integer Y
    receiver_vid VID of an invited user Integer Y
  • Response
    Field Name Description Type Required
    result_code Response code
    0: Verification success
    101: No results
    102: The results are 1 or more
    Others: Verification failure
    Integer Y
    result_message Response message String Y
    result An object that contains the query result Object N
    ㄴ sender_vid VID of an inviting user String N
  • Call Sample
  • Request Sample
  • Response Sample