User Profile API


  1. API to get user profiles by Content Preference (Usage behavior) & Moment

    Example:
    http://adserver.tapcliq.com/adserver/rest/userprofile/get.json?appId=6a26612e52ae4561b99358049bdc93b1&clientId=1&startDt=2014-09-08%2002:48:06

    NOTE:

    • clientId(mandatory): It is a unique Id assigned to each publisher (You can request your client Id from the web portal)
    • startDt(mandatory): Starting date from which to sample the data for your user profiles.
    • appId: Application Id. (A) If passed, it will fetch user profiles pertaining to the application. (B) If appId is not passed than user profiles pertaining to client’s every app is returned. App Id for your application / website is available under "Properties / Apps" on member portal

     

  2. API to get user profiles based on opinion data

    Example:
    http://adserver.tapcliq.com/adserver/rest/userprofile/getopiniondata.json?clientId=1&startDt=2014-09-08%2002:48:06

    NOTE:

    • clientId(mandatory): It is a unique Id assigned to each publisher (You can request your client Id from the web portal)
    • startDt(mandatory): Starting date from which to sample the data for your user profiles.

     

Back to Top